Expand description
The Forge test runner.
Structs§
- A type that executes all tests of a contract
- Executes a single test function, returning a
TestResult
.
Constants§
- When running tests, we deploy all external libraries present in the project. To avoid additional libraries affecting nonces of senders used in tests, we are using separate address to predeploy libraries.