template <typename T>

struct Accessor

Defined at line 23 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test.h

Access `SetUpTestSuite` and `TearDownTestSuite` regardless of scope.

Gtest allows `SetUpTestSuite` and `TearDownTestSuite` to be protected functions.

The architecture of zxtest prevents it from running these functions if they're protected. So

to ease porting tests to zxtest, we are wrapping the functions into a getter.

Public Methods

auto SetUpTestSuite ()

Defined at line 24 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test.h

auto TearDownTestSuite ()

Defined at line 25 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test.h