tree: 0acafb668954a860cea3be0f8e631ab84566c6c2 [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. ledger_test_instance_provider.cc
  4. MAINTAINERS
  5. README.md
peridot/bin/ledger/testing/ledger_test_instance_provider/README.md

Ledger Test Instance Provider

This is a package containing a ledger_test_instance_provider_bin binary whose purpose is to return Ledger instances backed by memfs.

It exists to allow tests built outside of peridot to get access to a Ledger instance, a task otherwise impossible because the required API (LedgerRepository) is not available outside of peridot.