Searched defs:npe (Results 1 – 2 of 2) sorted by relevance
94 NullPointerException npe = new NullPointerException(); in expectThrowsReturnsTheSameObjectThrown() local103 NullPointerException npe = new NullPointerException(); in expectThrowsDetectsTypeMismatchesViaExplicitTypeHint() local110 NullPointerException npe = new NullPointerException("inner-message"); in expectThrowsWrapsAndPropagatesUnexpectedExceptions() local124 NullPointerException npe = new NullPointerException(); in expectThrowsSuppliesACoherentErrorMessageUponTypeMismatch() local
84 NullPointerException npe = new NullPointerException(name); in checkNotNull() local