Searched refs:testCaseType (Results 1 – 5 of 5) sorted by relevance
/external/json-schema-validator/src/test/java/com/networknt/schema/suite/ |
D | TestSource.java | 18 …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/ |
D | qpTestLog.h | 216 bool qpTestLog_startCase(qpTestLog *log, const char *testCasePath, qpTestCaseType testCaseType);
|
D | qpTestLog.c | 426 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/ |
D | tcuTestLog.cpp | 532 void TestLog::startCase(const char *testCasePath, qpTestCaseType testCaseType) in startCase() argument 536 if (qpTestLog_startCase(m_log, testCasePath, testCaseType) == false) in startCase()
|
D | tcuTestLog.hpp | 185 void startCase(const char *testCasePath, qpTestCaseType testCaseType);
|