Searched refs:td (Results 1 – 8 of 8) sorted by relevance
46 TestDescription td = new TestDescription("classname", "testname"); in getFile_oneEntry() local47 tdf.add(td); in getFile_oneEntry()52 assertThat(FileUtil.readStringFromFile(file)).contains(td.toString()); in getFile_oneEntry()58 TestDescription td = new TestDescription("classname", "testname"); in getFile_caching() local59 tdf.add(td); in getFile_caching()73 assertThat(fromFile.getTests()).containsExactly(td, td2); in getFile_caching()98 TestDescription td = new TestDescription("classname", "testname"); in fromFile() local99 tdf.add(td); in fromFile()107 assertThat(tests).containsExactly(td); in fromFile()
108 TestDescription td = new TestDescription("classname", "testname"); in testFromString() local109 TestDescription fromString = TestDescription.fromString(td.toString()); in testFromString()110 assertThat(fromString).isEqualTo(td); in testFromString()111 assertThat(fromString).isEquivalentAccordingToCompareTo(td); in testFromString()
107 <td>108 </td>109 <td>Java Type110 </td>111 <td>Signature File Type112 </td>115 <td>Nullable116 </td>117 <td>@Nullable String118 </td>[all …]
124 for (TestDescription td : mTestCases) { in run()125 if (!mShouldRun.isEmpty() && !mShouldRun.contains(td.toString())) { in run()128 listener.testStarted(td); in run()130 if (mBecomePass.get(td) != null) { in run()131 passAttempt = mBecomePass.get(td); in run()133 if (mShouldFail.get(td)) { in run()135 listener.testFailed(td, String.format("Fake failure %s", td.toString())); in run()138 listener.testEnded(td, new HashMap<String, Metric>()); in run()240 TestDescription td = testCases.get(idx); in run() local241 if (!mShouldRun.isEmpty() && !mShouldRun.contains(td.toString())) { in run()[all …]
230 TestIdentifier td = new TestIdentifier(CLASS_NAME_1, METHOD_NAME_1); in testOneTestSuccessWithMetrics() local234 mMockListener.testStarted(td); in testOneTestSuccessWithMetrics()235 mMockListener.testEnded(EasyMock.eq(td), EasyMock.capture(captureTestMetrics)); in testOneTestSuccessWithMetrics()267 TestIdentifier td = new TestIdentifier(CLASS_NAME_1, METHOD_NAME_1); in testOneTestSuccessWithMultipleListeners() local272 mMockListener1.testStarted(td); in testOneTestSuccessWithMultipleListeners()273 mMockListener1.testEnded(EasyMock.eq(td), EasyMock.capture(captureListener1Metrics)); in testOneTestSuccessWithMultipleListeners()277 mMockListener2.testStarted(td); in testOneTestSuccessWithMultipleListeners()278 mMockListener2.testEnded(EasyMock.eq(td), EasyMock.capture(captureListener2Metrics)); in testOneTestSuccessWithMultipleListeners()311 TestIdentifier td = new TestIdentifier(CLASS_NAME_1, METHOD_NAME_1); in testOneRunSuccessWithMetrics() local314 mMockListener.testStarted(td); in testOneRunSuccessWithMetrics()[all …]
125 TestDescription td = new TestDescription(ImageStats.class.getName(), FILE_SIZES); in run() local126 listener.testStarted(td); in run()139 listener.testFailed(td, ioe.toString()); in run()140 listener.testEnded(td, new HashMap<String, Metric>()); in run()153 listener.testEnded(td, TfMetricProtoUtil.upgradeConvert(fileSizes)); in run()
8 nn4m6Jd0/abR5slHiyGtkTREoHmW/u4r4PfTzanLyzcsWH9/td+sYHcu1Y0XTWTR
META-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...