Modules§
Structs§
- A built contract ready for test execution.
- A
LogData
decoded into a human readable format with its type information. - A built script ready for test execution.
- The filter to be used to only run matching tests.
- The set of options provided to the
test
function. - The set of options provided for controlling logs printed for each test.
- The result of executing a single test within a single package.
- The result of testing a specific package.
Enums§
- A package or a workspace that has been built, ready for test execution.
- A built package ready for test execution.
- A built package that requires deployment before test execution.
- Used to control test runner count for forc-test. Number of runners to use can be specified using
Manual
or can be left forc-test to decide by usingAuto
. - The result of a
forc test
invocation.
Functions§
- First builds the package or workspace, ready for execution.