Searched refs:Reporter (Results 1 - 25 of 521) 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/skia/tests/
H A DTestUtils.h16 void test_read_pixels(skiatest::Reporter*,
22 void test_write_pixels(skiatest::Reporter*,
27 void test_copy_from_surface(skiatest::Reporter*, GrContext*,
32 void test_copy_to_surface(skiatest::Reporter*, GrProxyProvider*,
H A DPathOpsExtendedTest.h19 void (*fun)(skiatest::Reporter*, const char* filename);
24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename,
35 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
37 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
39 extern bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
41 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a,
45 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
46 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
48 extern bool testSimplifyFuzz(skiatest::Reporter* reporte
[all...]
H A DGpuRectanizerTest.cpp21 static void test_rectanizer_basic(skiatest::Reporter* reporter, GrRectanizer* rectanizer) {
33 static void test_rectanizer_inserts(skiatest::Reporter*,
47 static void test_skyline(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects) {
54 static void test_pow2(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects) {
/external/skqp/tests/
H A DTestUtils.h16 void test_read_pixels(skiatest::Reporter*,
22 void test_write_pixels(skiatest::Reporter*,
27 void test_copy_from_surface(skiatest::Reporter*, GrContext*,
32 void test_copy_to_surface(skiatest::Reporter*, GrProxyProvider*,
H A DPathOpsExtendedTest.h19 void (*fun)(skiatest::Reporter*, const char* filename);
24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename,
27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename,
35 extern bool testPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
37 extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
39 extern bool testPathOpFail(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b,
41 extern bool testPathOpFuzz(skiatest::Reporter* reporter, const SkPath& a,
45 extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename);
46 extern bool testSimplifyCheck(skiatest::Reporter* reporter, const SkPath& path,
48 extern bool testSimplifyFuzz(skiatest::Reporter* reporte
[all...]
H A DGpuRectanizerTest.cpp21 static void test_rectanizer_basic(skiatest::Reporter* reporter, GrRectanizer* rectanizer) {
33 static void test_rectanizer_inserts(skiatest::Reporter*,
47 static void test_skyline(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects) {
54 static void test_pow2(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects) {
/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/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/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/test/java/org/mockito/internal/exceptions/
H A DReporterTest.java29 throw Reporter.tooLittleActualInvocations(new org.mockito.internal.reporting.Discrepancy(1, 2), new InvocationBuilder().toInvocation(), null);
34 throw Reporter.methodDoesNotAcceptParameter("invocationListeners", "null vararg array");
40 throw Reporter.noMoreInteractionsWanted(invocation_with_bogus_default_answer, Collections.<VerificationAwareInvocation>emptyList());
46 throw Reporter.noMoreInteractionsWantedInOrder(invocation_with_bogus_default_answer);
52 throw Reporter.invalidArgumentPositionRangeAtInvocationTime(invocation_with_bogus_default_answer, true, 0);
58 throw Reporter.wrongTypeOfArgumentToReturn(invocation_with_bogus_default_answer, "", String.class, 0);
65 throw Reporter.delegatedMethodDoesNotExistOnDelegate(dumb_invocation.getMethod(), mock_with_bogus_default_answer, String.class);
72 throw Reporter.delegatedMethodHasWrongReturnType(dumb_invocation.getMethod(), dumb_invocation.getMethod(), mock_with_bogus_default_answer, String.class);
78 throw Reporter.cannotInjectDependency(someField(), mock_with_bogus_default_answer, new Exception());
/external/mockito/src/main/java/org/mockito/internal/util/
H A DMockCreationValidator.java7 import static org.mockito.internal.exceptions.Reporter.cannotMockClass;
8 import static org.mockito.internal.exceptions.Reporter.extraInterfacesCannotContainMockedType;
9 import static org.mockito.internal.exceptions.Reporter.mockedTypeIsInconsistentWithDelegatedInstanceType;
10 import static org.mockito.internal.exceptions.Reporter.mockedTypeIsInconsistentWithSpiedInstanceType;
11 import static org.mockito.internal.exceptions.Reporter.usingConstructorWithFancySerializable;
/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/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) {
/external/objenesis/tck/src/main/java/org/objenesis/tck/
H A DReporter.java34 public interface Reporter { interface

Completed in 756 milliseconds

1234567891011>>