ExecutionContext
Definition
Section titled “Definition”enum ExecutionContext { /// Test group execution context (test, coverage or snapshot). TestGroup, /// Test execution context. Test, /// Code coverage execution context. Coverage, /// Gas snapshot execution context. Snapshot, /// Unknown execution context. Unknown}Description
Section titled “Description”Solidity test execution contexts.