/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/ |
DefaultAnswerValidator.java | 10 import static org.mockito.internal.exceptions.Reporter.wrongTypeReturnedByDefaultAnswer;
|
DoesNothing.java | 13 import static org.mockito.internal.exceptions.Reporter.onlyVoidMethodsCanBeSetToDoNothing;
|
ReturnsArgumentAt.java | 9 import org.mockito.internal.exceptions.Reporter; 40 throw Reporter.invalidArgumentRangeAtIdentityAnswerCreationTime(); 74 throw Reporter.invalidArgumentPositionRangeAtInvocationTime(invocation, 84 throw Reporter.wrongTypeOfArgumentToReturn(invocation,
|
Returns.java | 13 import static org.mockito.internal.exceptions.Reporter.cannotStubVoidMethodWithAReturnValue; 14 import static org.mockito.internal.exceptions.Reporter.wrongTypeOfReturnValue;
|
ThrowsException.java | 14 import static org.mockito.internal.exceptions.Reporter.cannotStubWithNullThrowable; 15 import static org.mockito.internal.exceptions.Reporter.checkedExceptionInvalid;
|
/external/skia/tests/ |
DrawFilterTest.cpp | 29 static void test_saverestore(skiatest::Reporter* reporter) { 35 REPORTER_ASSERT(reporter, nullptr == canvas->getDrawFilter()); 39 REPORTER_ASSERT(reporter, nullptr != canvas->getDrawFilter()); 42 REPORTER_ASSERT(reporter, nullptr == canvas->getDrawFilter()); 45 DEF_TEST(DrawFilter, reporter) { 46 test_saverestore(reporter);
|
GrTRecorderTest.cpp | 30 static void test_empty_back_and_pop(skiatest::Reporter* reporter) { 39 REPORTER_ASSERT(reporter, recorder.empty()); 43 REPORTER_ASSERT(reporter, i == *GrNEW_APPEND_TO_RECORDER(recorder, 46 REPORTER_ASSERT(reporter, i == 51 REPORTER_ASSERT(reporter, !recorder.empty()); 52 REPORTER_ASSERT(reporter, i == recorder.back()); 56 REPORTER_ASSERT(reporter, !recorder.empty()); 57 REPORTER_ASSERT(reporter, i-1 == recorder.back()); 62 REPORTER_ASSERT(reporter, !recorder.empty()) [all...] |
ColorTest.cpp | 19 static inline void test_premul(skiatest::Reporter* reporter) { 30 REPORTER_ASSERT(reporter, p0 == p1); 34 REPORTER_ASSERT(reporter, ax <= a); 46 static void test_interp(skiatest::Reporter* reporter) { 57 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a0) == dst); 58 REPORTER_ASSERT(reporter, SkFourByteInterp(src, dst, a255) == src); 63 static inline void test_fast_interp(skiatest::Reporter* reporter) { [all...] |
PathOpsQuadReduceOrderTest.cpp | 20 static void oneOffTest(skiatest::Reporter* reporter) { 31 static void standardTestCases(skiatest::Reporter* reporter) { 71 DEF_TEST(PathOpsReduceOrderQuad, reporter) { 72 oneOffTest(reporter); 73 standardTestCases(reporter);
|
/external/mockito/src/main/java/org/mockito/internal/ |
MockitoCore.java | 7 import static org.mockito.internal.exceptions.Reporter.missingMethodInvocation; 8 import static org.mockito.internal.exceptions.Reporter.mocksHaveToBePassedToVerifyNoMoreInteractions; 9 import static org.mockito.internal.exceptions.Reporter.mocksHaveToBePassedWhenCreatingInOrder; 10 import static org.mockito.internal.exceptions.Reporter.notAMockPassedToVerify; 11 import static org.mockito.internal.exceptions.Reporter.notAMockPassedToVerifyNoMoreInteractions; 12 import static org.mockito.internal.exceptions.Reporter.notAMockPassedWhenCreatingInOrder; 13 import static org.mockito.internal.exceptions.Reporter.nullPassedToVerify; 14 import static org.mockito.internal.exceptions.Reporter.nullPassedToVerifyNoMoreInteractions; 15 import static org.mockito.internal.exceptions.Reporter.nullPassedWhenCreatingInOrder;
|
/frameworks/base/cmds/incidentd/src/ |
Reporter.cpp | 19 #include "Reporter.h" 127 Reporter::Reporter() 143 Reporter::~Reporter() 147 Reporter::run_report_status_t 148 Reporter::runReport() 283 Reporter::create_file(int* fd) 307 Reporter::run_report_status_t 308 Reporter::upload_backlog( [all...] |
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
RemoveJavaDocTags.java | 19 import com.google.currysrc.api.process.Reporter; 44 protected void visit(Reporter reporter, Javadoc javadoc, ASTRewrite rewrite) {
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/ |
CheckForBrokenJciteTag.java | 19 import com.google.currysrc.api.process.Reporter; 45 protected String processComment(Reporter reporter, Comment commentNode, String commentText) { 53 reporter.info( 56 reporter.info(
|
/external/mockito/src/main/java/org/mockito/internal/framework/ |
DefaultMockitoSession.java | 7 import org.mockito.internal.exceptions.Reporter; 25 Reporter.unfinishedMockingSession();
|
/external/mockito/src/main/java/org/mockito/internal/junit/ |
DefaultStubbingLookupListener.java | 3 import org.mockito.internal.exceptions.Reporter; 40 Reporter.potentialStubbingProblem(invocation, argMismatchStubbings);
|
UnnecessaryStubbingsReporter.java | 10 import org.mockito.internal.exceptions.Reporter; 35 Reporter.formatUnncessaryStubbingException(testClass, unused)));
|
UnusedStubbings.java | 7 import org.mockito.internal.exceptions.Reporter; 59 Reporter.unncessaryStubbingException(invocations);
|
/external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/ |
ForwardsInvocations.java | 7 import static org.mockito.internal.exceptions.Reporter.delegatedMethodDoesNotExistOnDelegate; 8 import static org.mockito.internal.exceptions.Reporter.delegatedMethodHasWrongReturnType;
|
/external/mockito/src/main/java/org/mockito/internal/verification/ |
NoMoreInteractions.java | 8 import static org.mockito.internal.exceptions.Reporter.noMoreInteractionsWanted; 9 import static org.mockito.internal.exceptions.Reporter.noMoreInteractionsWantedInOrder;
|
Only.java | 7 import static org.mockito.internal.exceptions.Reporter.noMoreInteractionsWanted; 8 import static org.mockito.internal.exceptions.Reporter.wantedButNotInvoked;
|
/external/mockito/src/main/java/org/mockito/internal/verification/checkers/ |
NumberOfInvocationsInOrderChecker.java | 8 import static org.mockito.internal.exceptions.Reporter.tooLittleActualInvocationsInOrder; 9 import static org.mockito.internal.exceptions.Reporter.tooManyActualInvocationsInOrder;
|
/external/objenesis/tck-android/src/main/java/org/objenesis/tck/android/ |
ObjenesisTest.java | 25 import org.objenesis.tck.Reporter; 37 public static class JUnitReporter implements Reporter {
|
/external/skia/src/gpu/ |
GrGpuResourceCacheAccess.h | 15 class Reporter; 101 friend void test_unbudgeted_to_scratch(skiatest::Reporter* reporter); // for unit testing
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
ReporterPanel.java | 5 import org.testng.Reporter; 11 * Display the reporter output for each test result. 22 return "reporter-"; 27 return "Reporter output for " + suite.getName(); 34 List<String> lines = Reporter.getOutput(tr); 36 xsb.push(D, C, "reporter-method-div"); 37 xsb.addRequired(S, Model.getTestResultName(tr), C, "reporter-method-name"); 38 xsb.push(D, C, "reporter-method-output-div"); 40 xsb.addRequired(S, output, C, "reporter-method-output"); 51 return "Reporter output" [all...] |
/external/testng/src/test/java/test/configuration/ |
BeforeTestOrderingTest.java | 4 import org.testng.Reporter; 36 Reporter.log("BEFORE");
|