HomeSort by relevance Sort by last modified time
    Searched refs:getException (Results 26 - 50 of 543) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mockito/src/test/java/org/mockitousage/junitrunner/
VerboseMockitoRunnerTest.java 79 Throwable exception = result.getFailures().get(0).getException();
88 assertEquals("boo", result.getFailures().get(0).getException().getMessage());
UnusedStubsExceptionMessageTest.java 57 filterLineNo(failure.getException().getMessage()));
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DefaultErrorHandler.java 301 cause = ((SAXException)cause).getException();
341 cause = ((WrappedRuntimeException)cause).getException();
343 cause = ((SAXException)cause).getException();
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
HttpHelperFuncTest.java 55 Throwable e = backend.getException();
97 Throwable e = backend.getException();
139 public Throwable getException() {
  /external/mockito/src/test/java/org/mockitousage/matchers/
InvalidUseOfMatchersTest.java 113 assertThat(run.getFailures().get(0).getException()).isInstanceOf(NullPointerException.class)
115 assertThat(run.getFailures().get(1).getException()).isInstanceOf(InvalidUseOfMatchersException.class)
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
ClientTest.java 449 // assertThat(testResult.getException(),
517 assertThat(testResult.getException(),
538 assertThat(testResult.getException(),
560 assertThat(testResult.getException(),
612 assertThat(testResult.getException(),
634 assertThat(testResult.getException(),
659 assertThat(testResult.getException(),
688 assertThat(testResult.getException(),
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ExceptionWithLocationTest.java 81 TaggedObject exception = eventException.getException();
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ObjectFactory.java 148 Exception getException() {
150 } // getException():Exception
  /external/junit-params/src/test/java/junitparams/
RulesTest.java 46 assertThat(result.getFailures().get(0).getException())
  /external/mockito/src/test/java/org/mockitousage/bugs/
MockitoRunnerBreaksWhenNoTestMethodsTest.java 36 assertTrue(result.getFailures().get(0).getException() instanceof MockitoException);
  /libcore/ojluni/src/main/java/java/security/
Signer.java 150 throw (KeyManagementException) pae.getException();
  /tools/tradefederation/core/src/com/android/tradefed/result/
JUnit4ResultForwarder.java 56 mTestCaseFailures.add(failure.getException());
61 mTestCaseFailures.add(failure.getException());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
_exceptions.py 30 def getException(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
_exceptions.py 30 def getException(self):
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 143 XMLErrorResources.ER_NO_DEFAULT_IMPL, null), e.getException());
  /external/glide/library/src/main/java/com/bumptech/glide/util/
ExceptionCatchingInputStream.java 127 public IOException getException() {
  /external/javassist/src/main/javassist/util/proxy/
SerializedProxy.java 69 throw new RuntimeException("cannot load the class: " + className, pae.getException());
  /external/junit/src/main/java/junit/framework/
JUnit4TestAdapterCache.java 49 result.addError(asTest(failure.getDescription()), failure.getException());
  /external/python/cpython2/Lib/xml/sax/
_exceptions.py 30 def getException(self):
  /external/python/cpython3/Lib/xml/sax/
_exceptions.py 30 def getException(self):
  /external/vogar/src/vogar/target/
TargetMonitorRunListener.java 56 Throwable thrown = failure.getException();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccIoResult.java 208 public IccException getException() {
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
_exceptions.py 30 def getException(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
_exceptions.py 30 def getException(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 30 def getException(self):

Completed in 549 milliseconds

12 3 4 5 6 7 8 91011>>