Module functional_tests::evaluator
source · Structs
- A log consisting of outputs from all stages and the final status. This is checked against the directives.
- A transaction to be evaluated by the testing infra. Contains code and a transaction config.
Enums
- Commands that drives the operation of DiemVM. Such as:
- An entry in the
EvaluationLog
. - Indicates one step in the pipeline the given Move module/program goes through.
- Evaluation status: success or failure.
Functions
- Feeds all given transactions through the pipeline and produces an EvaluationLog.
- Verify a module with its dependencies.
- Verify a script with its dependencies.