Searched defs:testCaseType (Results 1 – 2 of 2) sorted by relevance
102 uint32_t testCaseType = 0; in JSDefineTestGetCaseType() local165 auto testCaseType = JSDefineTestGetCaseType(env, argv[ARG_COUNT_ONE]); in JSDefineTest() local
100 …std::string testCaseName, TestCaseType testCaseType, TestCaseSize testCaseSize, TestCaseLevel test… in TestCaseAttribute()