Searched refs:Reporter (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/external/testng/src/test/java/test/
H A DReporterApiTest.java3 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 DIncludedExcludedSampleTest.java3 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 DTestNGBug.java3 import org.testng.Reporter;
14 Reporter.log("Child.test1");
19 Reporter.log("Child.test2");
24 Reporter.log("Child.test3");
H A DParamTest.java3 import org.testng.Reporter;
12 Reporter.log("CALL " + n);
H A DTn.java3 import org.testng.Reporter;
22 Reporter.log("M3 WAS CALLED");
/external/opencv3/modules/core/test/
H A Dtest_ptr.cpp48 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 DReporterLogSampleTest.java4 import org.testng.Reporter;
16 Reporter.log("Log from listener");
23 Reporter.log("Log from test method");
H A DReporterTest.java12 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 DEmailableReportDriver.java4 import org.testng.Reporter;
24 Reporter.log("Preparing to fail");
29 Reporter.log("step 1");
30 Reporter.log("step 2");
H A DReporterSampleTest.java3 import org.testng.Reporter;
26 Reporter.log("IN THE REPORTER: " + p);
H A DReporterLogTest.java4 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 DPathOpsExtendedTest.h23 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 DTest.cpp17 void skiatest::Reporter::bumpTestCount() {}
19 bool skiatest::Reporter::allowExtendedTest() const { return false; }
21 bool skiatest::Reporter::verbose() const { return false; }
H A DTest.h33 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 DReporter.java23 public interface Reporter { interface
H A DContext.java33 Reporter reporter();
/external/mockito/src/org/mockito/internal/util/
H A DMockCreationValidator.java7 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 Dtest_push_unittest.py19 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 DBaseTagElementNodeScanner.java18 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 DBaseJavadocTagJavadoc.java19 import com.google.currysrc.api.process.Reporter;
36 @Override protected final void visit(Reporter reporter, Javadoc javadoc, ASTRewrite rewrite) {
H A DReplaceTextCommentScanner.java18 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 DAtLeastXNumberOfInvocationsChecker.java10 import org.mockito.exceptions.Reporter;
19 Reporter reporter = new Reporter();
H A DMissingInvocationChecker.java10 import org.mockito.exceptions.Reporter;
19 private final Reporter reporter;
23 this(new InvocationsFinder(), new Reporter());
26 MissingInvocationChecker(InvocationsFinder finder, Reporter reporter) {
H A DNonGreedyNumberOfInvocationsInOrderChecker.java8 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 Dminidump_test.cc43 static void *Reporter(void *) { function
66 if (pthread_create(&reporter_thread, NULL, Reporter, NULL) == 0) {

Completed in 484 milliseconds

1234567891011>>