class TestInfo
Defined at line 17 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test-info.h
Public Methods
void TestInfo (const fbl::String & name, const SourceLocation & location, internal::TestFactory factory)
Defined at line 14 of file ../../zircon/system/ulib/zxtest/test-info.cc
void TestInfo (TestInfo && rhs)
Defined at line 17 of file ../../zircon/system/ulib/zxtest/test-info.cc
void ~TestInfo ()
Defined at line 18 of file ../../zircon/system/ulib/zxtest/test-info.cc
void TestInfo ()
Defined at line 19 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test-info.h
std::unique_ptr<Test> Instantiate (internal::TestDriver * driver)
Returns an instance of the described test.
Defined at line 20 of file ../../zircon/system/ulib/zxtest/test-info.cc
void TestInfo (const TestInfo & )
Defined at line 21 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test-info.h
TestInfo & operator= (const TestInfo & )
Defined at line 23 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test-info.h
TestInfo & operator= (TestInfo && )
Defined at line 24 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test-info.h
const fbl::String & name ()
Returns the name used to register the test.
Defined at line 31 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test-info.h
const SourceLocation & location ()
Returns the code location where the test was registered.
Defined at line 34 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/test-info.h