Home
last modified time | relevance | path

Searched refs:assertFailureCause (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/base/
DPreconditionsTest.java399 assertFailureCause(ite.getCause(), IllegalArgumentException.class, failingParams); in testAllOverloads_checkArgument()
416 assertFailureCause(ite.getCause(), IllegalStateException.class, failingParams); in testAllOverloads_checkState()
434 assertFailureCause(ite.getCause(), NullPointerException.class, failingParams); in testAllOverloads_checkNotNull()
443 private void assertFailureCause( in assertFailureCause() method in PreconditionsTest
/external/guava/guava-tests/test/com/google/common/base/
DPreconditionsTest.java399 assertFailureCause(ite.getCause(), IllegalArgumentException.class, failingParams); in testAllOverloads_checkArgument()
416 assertFailureCause(ite.getCause(), IllegalStateException.class, failingParams); in testAllOverloads_checkState()
434 assertFailureCause(ite.getCause(), NullPointerException.class, failingParams); in testAllOverloads_checkNotNull()
443 private void assertFailureCause( in assertFailureCause() method in PreconditionsTest