Add jtx cpp test for account_objects RPC (RIPD-1230)

port of js test, account_objects-test.js
- bob account setup and rpc invoke
- error tests; no account, non-existant account, bad seed, validation
- combined unstepped testcase then stepped with limit/marker
This commit is contained in:
Will
2016-07-08 11:53:21 -04:00
committed by Nik Bougalis
parent 9926d3188a
commit 64f2576fc8
4 changed files with 345 additions and 0 deletions

View File

@@ -95,6 +95,7 @@
#include <ripple/rpc/impl/TransactionSign.cpp>
#include <ripple/rpc/tests/AccountInfo_test.cpp>
#include <ripple/rpc/tests/AccountObjects_test.cpp>
#include <ripple/rpc/tests/AccountLinesRPC.test.cpp>
#include <ripple/rpc/tests/AccountOffers.test.cpp>
#include <ripple/rpc/tests/Book.test.cpp>