| 
    rippled
    
   | 
 


Public Member Functions | |
| void | testRmFundedOffer (FeatureBitset features) | 
| void | testCanceledOffer (FeatureBitset features) | 
| void | testTinyPayment (FeatureBitset features) | 
| void | testXRPTinyPayment (FeatureBitset features) | 
| void | testRmSmallIncreasedQOffersXRP (FeatureBitset features) | 
| void | testRmSmallIncreasedQOffersIOU (FeatureBitset features) | 
| void | testEnforceNoRipple (FeatureBitset features) | 
| void | testInsufficientReserve (FeatureBitset features) | 
| void | testFillModes (FeatureBitset features) | 
| void | testMalformed (FeatureBitset features) | 
| void | testExpiration (FeatureBitset features) | 
| void | testUnfundedCross (FeatureBitset features) | 
| void | testSelfCross (bool use_partner, FeatureBitset features) | 
| void | testNegativeBalance (FeatureBitset features) | 
| void | testOfferCrossWithXRP (bool reverse_order, FeatureBitset features) | 
| void | testOfferCrossWithLimitOverride (FeatureBitset features) | 
| void | testOfferAcceptThenCancel (FeatureBitset features) | 
| void | testOfferCancelPastAndFuture (FeatureBitset features) | 
| void | testCurrencyConversionEntire (FeatureBitset features) | 
| void | testCurrencyConversionIntoDebt (FeatureBitset features) | 
| void | testCurrencyConversionInParts (FeatureBitset features) | 
| void | testCrossCurrencyStartXRP (FeatureBitset features) | 
| void | testCrossCurrencyEndXRP (FeatureBitset features) | 
| void | testCrossCurrencyBridged (FeatureBitset features) | 
| void | testBridgedSecondLegDry (FeatureBitset features) | 
| void | testOfferFeesConsumeFunds (FeatureBitset features) | 
| void | testOfferCreateThenCross (FeatureBitset features) | 
| void | testSellFlagBasic (FeatureBitset features) | 
| void | testSellFlagExceedLimit (FeatureBitset features) | 
| void | testGatewayCrossCurrency (FeatureBitset features) | 
| void | verifyDefaultTrustline (jtx::Env &env, jtx::Account const &account, jtx::PrettyAmount const &expectBalance) | 
| void | testPartialCross (FeatureBitset features) | 
| void | testXRPDirectCross (FeatureBitset features) | 
| void | testDirectCross (FeatureBitset features) | 
| void | testBridgedCross (FeatureBitset features) | 
| void | testSellOffer (FeatureBitset features) | 
| void | testSellWithFillOrKill (FeatureBitset features) | 
| void | testTransferRateOffer (FeatureBitset features) | 
| void | testSelfCrossOffer1 (FeatureBitset features) | 
| void | testSelfCrossOffer2 (FeatureBitset features) | 
| void | testSelfCrossOffer (FeatureBitset features) | 
| void | testSelfIssueOffer (FeatureBitset features) | 
| void | testBadPathAssert (FeatureBitset features) | 
| void | testDirectToDirectPath (FeatureBitset features) | 
| void | testSelfCrossLowQualityOffer (FeatureBitset features) | 
| void | testOfferInScaling (FeatureBitset features) | 
| void | testOfferInScalingWithXferRate (FeatureBitset features) | 
| void | testOfferThresholdWithReducedFunds (FeatureBitset features) | 
| void | testTinyOffer (FeatureBitset features) | 
| void | testSelfPayXferFeeOffer (FeatureBitset features) | 
| void | testSelfPayUnlimitedFunds (FeatureBitset features) | 
| void | testRequireAuth (FeatureBitset features) | 
| void | testMissingAuth (FeatureBitset features) | 
| void | testRCSmoketest (FeatureBitset features) | 
| void | testSelfAuth (FeatureBitset features) | 
| void | testDeletedOfferIssuer (FeatureBitset features) | 
| void | testTickSize (FeatureBitset features) | 
| void | testTicketOffer (FeatureBitset features) | 
| void | testTicketCancelOffer (FeatureBitset features) | 
| void | testFalseAssert () | 
| void | testFillOrKill (FeatureBitset features) | 
| void | testAll (FeatureBitset features) | 
| template<class = void> | |
| void | operator() (runner &r) | 
| Invokes the test using the specified runner.   | |
| template<class = void> | |
| void | pass () | 
| Record a successful test condition.   | |
| template<class F , class String > | |
| bool | except (F &&f, String const &reason) | 
| template<class F > | |
| bool | except (F &&f) | 
| template<class E , class F , class String > | |
| bool | except (F &&f, String const &reason) | 
| template<class E , class F > | |
| bool | except (F &&f) | 
| template<class F , class String > | |
| bool | unexcept (F &&f, String const &reason) | 
| template<class F > | |
| bool | unexcept (F &&f) | 
| std::string const & | arg () const | 
| Return the argument associated with the runner.   | |
| template<class Condition , class String > | |
| bool | unexpected (Condition shouldBeFalse, String const &reason) | 
| template<class Condition > | |
| bool | unexpected (Condition shouldBeFalse) | 
| template<class String > | |
| void | fail (String const &reason, char const *file, int line) | 
| Record a failure.   | |
| template<class = void> | |
| void | fail (std::string const &reason="") | 
| template<class Condition > | |
| bool | expect (Condition const &shouldBeTrue) | 
| Evaluate a test condition.   | |
| template<class Condition , class String > | |
| bool | expect (Condition const &shouldBeTrue, String const &reason) | 
| template<class Condition > | |
| bool | expect (Condition const &shouldBeTrue, char const *file, int line) | 
| template<class Condition , class String > | |
| bool | expect (Condition const &shouldBeTrue, String const &reason, char const *file, int line) | 
Static Public Member Functions | |
| static std::vector< std::shared_ptr< SLE const > > | offersOnAccount (jtx::Env &env, jtx::Account account) | 
| static std::vector< std::shared_ptr< SLE const > > | sortedOffersOnAccount (jtx::Env &env, jtx::Account const &acct) | 
| static suite * | this_suite () | 
| Returns the "current" running suite.   | |
Public Attributes | |
| FeatureBitset const | allFeatures {jtx::testable_amendments()} | 
| log_os< char > | log | 
| Logging output stream.   | |
| testcase_t | testcase | 
| Memberspace for declaring test cases.   | |
Private Member Functions | |
| void | run () override | 
| Runs the suite.   | |
| XRPAmount | reserve (jtx::Env &env, std::uint32_t count) | 
| std::uint32_t | lastClose (jtx::Env &env) | 
| void | propagate_abort () | 
Static Private Member Functions | |
| static auto | ledgerEntryOffer (jtx::Env &env, jtx::Account const &acct, std::uint32_t offer_seq) | 
| static auto | getBookOffers (jtx::Env &env, Issue const &taker_pays, Issue const &taker_gets) | 
| static suite ** | p_this_suite () | 
Private Attributes | |
| bool | abort_ = false | 
| bool | aborted_ = false | 
| runner * | runner_ = nullptr | 
Definition at line 5290 of file Offer_test.cpp.
      
  | 
  overrideprivatevirtual | 
      
  | 
  privateinherited | 
Definition at line 15 of file Offer_test.cpp.
      
  | 
  privateinherited | 
Definition at line 21 of file Offer_test.cpp.
      
  | 
  staticprivateinherited | 
Definition at line 27 of file Offer_test.cpp.
      
  | 
  staticprivateinherited | 
Definition at line 40 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 56 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 117 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 198 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 233 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 305 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 421 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 552 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 628 of file Offer_test.cpp.
      
  | 
  staticinherited | 
Definition at line 737 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 751 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 976 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1054 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1132 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1192 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1302 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1412 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1467 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1508 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1532 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1558 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1612 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1642 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1728 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1770 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1818 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1884 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 1951 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2006 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2062 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2105 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2150 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2228 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2259 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2418 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2495 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2613 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2711 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2900 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 2985 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3293 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3363 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3475 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3483 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3528 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3599 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3652 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3688 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3735 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3787 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3854 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 3902 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 4057 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 4206 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 4257 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 4378 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 4467 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 4539 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 4646 of file Offer_test.cpp.
      
  | 
  staticinherited | 
Definition at line 4755 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 4770 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 4890 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 5002 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 5020 of file Offer_test.cpp.
      
  | 
  inherited | 
Definition at line 5208 of file Offer_test.cpp.
      
  | 
  staticinherited | 
      
  | 
  inherited | 
Invokes the test using the specified runner.
Data members are set up here instead of the constructor as a convenience to writing the derived class to avoid repetition of forwarded constructor arguments to the base. Normally this is called by the framework for you.
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
Evaluate a test condition.
This function provides improved logging by incorporating the file name and line number into the reported output on failure, as well as additional text specified by the caller.
| shouldBeTrue | The condition to test. The condition is evaluated in a boolean context. | 
| reason | Optional added text to output on a failure. | 
| file | The source code file where the test failed. | 
| line | The source code line number where the test failed. | 
true if the test condition indicates success. 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  staticprivateinherited | 
      
  | 
  privateinherited | 
      
  | 
  inherited | 
Definition at line 5271 of file Offer_test.cpp.
      
  | 
  privateinherited | 
      
  | 
  privateinherited | 
      
  | 
  privateinherited | 
      
  | 
  inherited | 
      
  | 
  inherited |