Crate language_e2e_tests
source ·Expand description
Test infrastructure for the Diem VM.
This crate contains helpers for executing tests against the Diem VM.
Modules
- Test infrastructure for modeling Diem accounts.
- A model to test properties of common Diem transactions.
- Support for encoding transactions for common situations.
- Support for compiling scripts and modules in tests.
- Support for mocking the Diem data store.
- Support for running the VM to execute and verify transactions.
- Gas costs for common transactions.
Macros
- Returns the name of the current function. This macro is used to derive the name for the golden file of each test case.