Home
last modified time | relevance | path

Searched defs:npe (Results 1 – 4 of 4) 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/truth/core/src/test/java/com/google/common/truth/
DThrowableSubjectTest.java36 NullPointerException npe = new NullPointerException("message"); in hasMessageThat() local
61 NullPointerException npe = new NullPointerException(null); in hasMessageThat_NullMessageHasMessage_failure() local
/external/perfetto/test/
Dtraced_integrationtest.cc62 NullConsumerEndpointForTesting npe; in TEST() local
/external/guice/core/src/com/google/inject/internal/
DErrors.java84 NullPointerException npe = new NullPointerException(name); in checkNotNull() local