class Environment
Defined at line 11 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/environment.h
Interface for global state set up. This is executed once per iteration, before any test case set
up, and after all test cases are torn down.
Public Methods
void SetUp ()
void TearDown ()
void ~Environment ()
Defined at line 13 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/environment.h