Searched defs:TestLog (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtestlog.h24 class T_CTEST_EXPORT_API TestLog { class
26 virtual ~TestLog();
35 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) :
44 TestLog &testClass;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestLog.java12 public interface TestLog { interface
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestLog.java11 public interface TestLog { interface
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_log.py10 class TestLog(unittest.TestCase): class in inherits:unittest.TestCase
35 return unittest.makeSuite(TestLog)
/external/icu/icu4c/source/tools/ctestfw/
H A Dtstdtmod.cpp17 TestLog::~TestLog() {}
74 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status)
93 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/)
121 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status)
/external/deqp/framework/common/
H A DtcuTestLog.cpp123 void LogImage::write (TestLog& log) const
154 TestLog& MessageBuilder::operator<< (const TestLog::EndMessageToken&) argument
162 TestLog& SampleBuilder::operator<< (const TestLog::EndSampleToken&) argument
181 // TestLog
183 TestLog::TestLog (const char* fileName, deUint32 flags) function in class:tcu::TestLog
190 TestLog::~TestLog (voi
[all...]
H A DtcuTestLog.hpp52 * TestLog provides convinient C++ API for logging. The API has been designed
54 * examples demonstrate how to use TestLog.
57 * TestLog& log = m_testCtx.getLog();
60 * log << TestLog::Message << "Hello, World!" << TestLog::EndMessage;
62 * log << TestLog::Message << "Diff is " << myNumber << TestLog::EndMessage;
66 * log << TestLog::Image("TestImage", "My test image", myImage);
69 * log << TestLog::Section("Details", "Test case details")
70 * << TestLog
77 class TestLog class in namespace:tcu
[all...]

Completed in 257 milliseconds