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_
matching_ 🔒test - Returns
true
if the function is a test function that matches the given filter. - matches_
contract