Searched refs:failingParams (Results 1 – 2 of 2) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/base/ |
D | PreconditionsTest.java | 394 Object[] failingParams = getParametersForSignature(false, sig); in testAllOverloads_checkArgument() local 396 checkArgumentMethod.invoke(null /* static method */, failingParams); in testAllOverloads_checkArgument() 399 assertFailureCause(ite.getCause(), IllegalArgumentException.class, failingParams); in testAllOverloads_checkArgument() 411 Object[] failingParams = getParametersForSignature(false, sig); in testAllOverloads_checkState() local 413 checkArgumentMethod.invoke(null /* static method */, failingParams); in testAllOverloads_checkState() 416 assertFailureCause(ite.getCause(), IllegalStateException.class, failingParams); in testAllOverloads_checkState() 429 Object[] failingParams = getParametersForSignature(null, sig); in testAllOverloads_checkNotNull() local 431 checkArgumentMethod.invoke(null /* static method */, failingParams); in testAllOverloads_checkNotNull() 434 assertFailureCause(ite.getCause(), NullPointerException.class, failingParams); in testAllOverloads_checkNotNull()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | PreconditionsTest.java | 394 Object[] failingParams = getParametersForSignature(false, sig); in testAllOverloads_checkArgument() local 396 checkArgumentMethod.invoke(null /* static method */, failingParams); in testAllOverloads_checkArgument() 399 assertFailureCause(ite.getCause(), IllegalArgumentException.class, failingParams); in testAllOverloads_checkArgument() 411 Object[] failingParams = getParametersForSignature(false, sig); in testAllOverloads_checkState() local 413 checkArgumentMethod.invoke(null /* static method */, failingParams); in testAllOverloads_checkState() 416 assertFailureCause(ite.getCause(), IllegalStateException.class, failingParams); in testAllOverloads_checkState() 429 Object[] failingParams = getParametersForSignature(null, sig); in testAllOverloads_checkNotNull() local 431 checkArgumentMethod.invoke(null /* static method */, failingParams); in testAllOverloads_checkNotNull() 434 assertFailureCause(ite.getCause(), NullPointerException.class, failingParams); in testAllOverloads_checkNotNull()
|