class TestDriver
Defined at line 22 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test-driver.h
Forward Declaration.
Public Methods
void Skip ()
Called when a test is skipped.
bool IsSkipped ()
Called to check if the test has been skipped.
bool Continue ()
Return true if the test is allowed to continue execution.
TestStatus Status ()
Returns the current status of the test.
void ~TestDriver ()
Defined at line 24 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test-driver.h
Protected Methods
void TestDriver ()
Defined at line 39 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test-driver.h