Searched refs:testCount (Results 1 – 5 of 5) sorted by relevance
91 private TestRunResult createFakeResults(String runName, int testCount) { in createFakeResults() argument93 results.testRunStarted(runName, testCount); in createFakeResults()94 for (int i = 0; i < testCount; i++) { in createFakeResults()
76 public CertificationChecksumHelper(int testCount, double fpp, short version, in CertificationChecksumHelper() argument79 testCount, fpp); in CertificationChecksumHelper()
268 int testCount = hostTest.countTestCases(); in testConfigurationLoad() local269 if (testCount == 0) { in testConfigurationLoad()
133 public ChecksumReporter(int testCount, double fpp, short version) { in ChecksumReporter() argument135 testCount, fpp); in ChecksumReporter()
203 def testCount(self): member in TestFrameworkInstrumentationTest