Home
last modified time | relevance | path

Searched defs:npe (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/test/java/test/asserttests/
DAssertTest.java94 NullPointerException npe = new NullPointerException(); in expectThrowsReturnsTheSameObjectThrown() local
103 NullPointerException npe = new NullPointerException(); in expectThrowsDetectsTypeMismatchesViaExplicitTypeHint() local
110 NullPointerException npe = new NullPointerException("inner-message"); in expectThrowsWrapsAndPropagatesUnexpectedExceptions() local
124 NullPointerException npe = new NullPointerException(); in expectThrowsSuppliesACoherentErrorMessageUponTypeMismatch() local
/external/guice/core/src/com/google/inject/internal/
DErrors.java84 NullPointerException npe = new NullPointerException(name); in checkNotNull() local