Home
last modified time | relevance | path

Searched refs:testCaseType (Results 1 – 5 of 5) sorted by relevance

/external/json-schema-validator/src/test/java/com/networknt/schema/suite/
DTestSource.java18 …protected static final TypeReference<List<TestCase>> testCaseType = new TypeReference<List<TestCas… field in TestSource
78 List<TestCase> testCases = mapper.readValue(in, testCaseType); in loadFrom()
/external/deqp/framework/qphelper/
DqpTestLog.h216 bool qpTestLog_startCase(qpTestLog *log, const char *testCasePath, qpTestCaseType testCaseType);
DqpTestLog.c426 bool qpTestLog_startCase(qpTestLog *log, const char *testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() argument
428 const char *typeStr = QP_LOOKUP_STRING(s_qpTestTypeMap, testCaseType); in qpTestLog_startCase()
/external/deqp/framework/common/
DtcuTestLog.cpp532 void TestLog::startCase(const char *testCasePath, qpTestCaseType testCaseType) in startCase() argument
536 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == false) in startCase()
DtcuTestLog.hpp185 void startCase(const char *testCasePath, qpTestCaseType testCaseType);