Expand description
Forge test runner for multiple contracts.
Structs§
- Multi
Contract Runner - A multi contract runner receives a set of contracts deployed in an EVM instance and proceeds to run all test functions in these contracts.
- Multi
Contract Runner Builder - Builder used for instantiating the multi-contract runner
- Test
Contract - Test
Runner Config - Configuration for the test runner.
Functions§
- is_
test_ 🔒contract - Returns
true
if the given contract is a test contract. - matches_
artifact - matches_
contract 🔒