MCPcopy Create free account
hub / github.com/XRPLF/rippled / Data

Class Data

src/test/app/Vault_test.cpp:3711–3724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3709 using namespace test::jtx;
3710
3711 struct Data
3712 {
3713 Account const& owner;
3714 Account const& issuer;
3715 Account const& depositor;
3716 Account const& vaultAccount;
3717 MPTIssue shares;
3718 PrettyAsset const& share;
3719 Vault& vault;
3720 xrpl::Keylet keylet;
3721 Issue assets;
3722 PrettyAsset const& asset;
3723 std::function<bool(std::function<bool(SLE&, SLE&)>)> peek;
3724 };
3725
3726 auto testCase = [&, this](
3727 std::uint8_t scale, std::function<void(Env & env, Data data)> test) {

Callers 3

testSetInvalidMethod · 0.70
testSetValidInitialMethod · 0.70
testSetModifyMethod · 0.70

Calls

no outgoing calls

Tested by 3

testSetInvalidMethod · 0.56
testSetValidInitialMethod · 0.56
testSetModifyMethod · 0.56