/external/testng/src/test/java/test/ |
H A D | ReporterApiTest.java | 3 import org.testng.Reporter; 7 * Make sure we don't remove public API's from Reporter. 15 Reporter.log("foo"); 16 Reporter.log("foo", false); 17 Reporter.log("foo", 2); 18 Reporter.log("foo", 2, false);
|
/external/testng/src/test/java/test/simple/ |
H A D | IncludedExcludedSampleTest.java | 3 import org.testng.Reporter; 14 Reporter.log("beforeSuite"); 19 Reporter.log("beforeTest"); 24 Reporter.log("beforeTestClass"); 29 Reporter.log("beforeTestMethod"); 34 Reporter.log("Child.test1"); 39 Reporter.log("Child.test2"); 44 Reporter.log("Child.test3");
|
/external/testng/src/test/java/test/tmp/ |
H A D | TestNGBug.java | 3 import org.testng.Reporter; 14 Reporter.log("Child.test1"); 19 Reporter.log("Child.test2"); 24 Reporter.log("Child.test3");
|
H A D | ParamTest.java | 3 import org.testng.Reporter; 12 Reporter.log("CALL " + n);
|
H A D | Tn.java | 3 import org.testng.Reporter; 22 Reporter.log("M3 WAS CALLED");
|
/external/opencv3/modules/core/test/ |
H A D | test_ptr.cpp | 48 struct Reporter { struct in namespace:__anon15765 49 Reporter(bool* deleted) : deleted_(deleted) function in struct:__anon15765::Reporter 53 virtual ~Reporter() 59 Reporter(const Reporter&); 60 Reporter& operator = (const Reporter&); 89 Reporter* r = new Reporter(&deleted); 116 Ptr<Reporter> p [all...] |
/external/testng/src/test/java/test/reports/ |
H A D | ReporterLogSampleTest.java | 4 import org.testng.Reporter; 16 Reporter.log("Log from listener"); 23 Reporter.log("Log from test method");
|
H A D | ReporterTest.java | 12 Reporter.log ("foo"); 16 Reporter.log ("bar"); // This line is required. Else the log that was triggered from onStart() would never be 18 Assert.assertTrue (Reporter.getOutput ().size () == 2);
|
H A D | EmailableReportDriver.java | 4 import org.testng.Reporter; 24 Reporter.log("Preparing to fail"); 29 Reporter.log("step 1"); 30 Reporter.log("step 2");
|
H A D | ReporterSampleTest.java | 3 import org.testng.Reporter;
26 Reporter.log("IN THE REPORTER: " + p);
|
H A D | ReporterLogTest.java | 4 import org.testng.Reporter; 13 * Make sure that Reporter.log() in listeners don't get discarded. 21 List<String> output = Reporter.getOutput();
|
/external/skia/tests/ |
H A D | PathOpsExtendedTest.h | 23 void (*fun)(skiatest::Reporter*, const char* filename); 28 extern int comparePaths(skiatest::Reporter* reporter, const char* filename, 31 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, 39 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, 41 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, 43 extern bool testPathOpFailCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, 45 extern bool testPathFailOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, 49 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename); 50 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path, 53 void initializeTests(skiatest::Reporter* reporte [all...] |
H A D | Test.cpp | 17 void skiatest::Reporter::bumpTestCount() {} 19 bool skiatest::Reporter::allowExtendedTest() const { return false; } 21 bool skiatest::Reporter::verbose() const { return false; }
|
H A D | Test.h | 33 class Reporter : SkNoncopyable { class in namespace:skiatest 35 virtual ~Reporter() {} 45 typedef void (*TestProc)(skiatest::Reporter*, GrContextFactory*); 86 void RunWithGPUTestContexts(T testFunction, GPUTestContexts contexts, Reporter* reporter, 117 static void test_##name(skiatest::Reporter*, GrContextFactory*); \ 120 void test_##name(skiatest::Reporter* reporter, GrContextFactory*) 133 static void test_##name(skiatest::Reporter*, GrContextFactory*); \ 136 void test_##name(skiatest::Reporter* reporter, GrContextFactory* factory) 139 static void test_##name(skiatest::Reporter*, GPUTEST_CONTEXT_ARGS(__VA_ARGS__)); \ 140 static void test_gpu_contexts_##name(skiatest::Reporter* reporte [all...] |
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ |
H A D | Reporter.java | 23 public interface Reporter { interface
|
H A D | Context.java | 33 Reporter reporter();
|
/external/mockito/src/org/mockito/internal/util/ |
H A D | MockCreationValidator.java | 7 import org.mockito.exceptions.Reporter;
20 new Reporter().cannotMockFinalClass(classToMock);
31 new Reporter().extraInterfacesCannotContainMockedType(classToMock);
41 new Reporter().mockedTypeIsInconsistentWithSpiedInstanceType(classToMock, spiedInstance);
50 new Reporter().mockedTypeIsInconsistentWithDelegatedInstanceType(classToMock, delegatedInstance);
63 new Reporter().serializableWontWorkForObjectsThatDontImplementSerializable(classToMock);
|
/external/autotest/site_utils/ |
H A D | test_push_unittest.py | 19 AUTOFILED_COUNT_2 = '%s2' % reporting.Reporter.AUTOFILED_COUNT 132 self.mox.StubOutWithMock(reporting.Reporter, 'find_issue_by_marker') 133 reporting.Reporter.find_issue_by_marker(mox.IgnoreArg()).AndReturn( 135 reporting.Reporter.find_issue_by_marker(mox.IgnoreArg()).AndReturn( 137 self.mox.StubOutWithMock(reporting.Reporter, 'modify_bug_report') 138 reporting.Reporter.modify_bug_report(mox.IgnoreArg(), 151 self.mox.StubOutWithMock(reporting.Reporter, 'find_issue_by_marker') 152 reporting.Reporter.find_issue_by_marker(mox.IgnoreArg()).AndReturn( 179 self.mox.StubOutWithMock(reporting.Reporter, 'find_issue_by_marker') 180 reporting.Reporter [all...] |
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
H A D | BaseTagElementNodeScanner.java | 18 import com.google.currysrc.api.process.Reporter; 30 @Override protected final void visit(final Reporter reporter, Javadoc javadoc, 40 protected abstract boolean visitTagElement(Reporter reporter, ASTRewrite rewrite, TagElement tag);
|
H A D | BaseJavadocTagJavadoc.java | 19 import com.google.currysrc.api.process.Reporter; 36 @Override protected final void visit(Reporter reporter, Javadoc javadoc, ASTRewrite rewrite) {
|
H A D | ReplaceTextCommentScanner.java | 18 import com.google.currysrc.api.process.Reporter; 35 protected String processComment(Reporter reporter, Comment commentNode, String commentText) {
|
/external/mockito/src/org/mockito/internal/verification/checkers/ |
H A D | AtLeastXNumberOfInvocationsChecker.java | 10 import org.mockito.exceptions.Reporter; 19 Reporter reporter = new Reporter();
|
H A D | MissingInvocationChecker.java | 10 import org.mockito.exceptions.Reporter; 19 private final Reporter reporter; 23 this(new InvocationsFinder(), new Reporter()); 26 MissingInvocationChecker(InvocationsFinder finder, Reporter reporter) {
|
H A D | NonGreedyNumberOfInvocationsInOrderChecker.java | 8 import org.mockito.exceptions.Reporter; 22 private final Reporter reporter; 26 this(new InvocationsFinder(), new Reporter(), new InvocationMarker()); 29 NonGreedyNumberOfInvocationsInOrderChecker(InvocationsFinder finder, Reporter reporter, InvocationMarker marker ) {
|
/external/google-breakpad/src/client/solaris/handler/ |
H A D | minidump_test.cc | 43 static void *Reporter(void *) { function 66 if (pthread_create(&reporter_thread, NULL, Reporter, NULL) == 0) {
|