Searched refs:fullTestName (Results 1 – 1 of 1) sorted by relevance
54 String fullTestName = buildFullTestName(testClassName, testMethodName); in isVogarKnownFailure() local55 Expectation expectation = expectationStore.get(fullTestName); in isVogarKnownFailure()123 String fullTestName = buildFullTestName(className, testName); in extractSupportedAbis() local126 Expectation expectation = expectationStore.get(fullTestName); in extractSupportedAbis()160 String fullTestName = buildFullTestName(testClassName, testMethodName); in timeoutInMinutes() local161 return timeoutInMinutes(expectationStore.get(fullTestName)); in timeoutInMinutes()