Home
last modified time | relevance | path

Searched refs:IGNORE_ME (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DVerifyTest.java54 verify(true, "%s", IGNORE_ME); in testVerify_complexMessage_success()
82 String result = verifyNotNull(NON_NULL_STRING, "%s", IGNORE_ME); in testVerifyNotNull_complexMessage_success()
95 private static final Object IGNORE_ME = field in VerifyTest
DPreconditionsTest.java57 Preconditions.checkArgument(true, IGNORE_ME); in testCheckArgument_simpleMessage_success()
133 Preconditions.checkArgument(true, "%s", IGNORE_ME); in testCheckArgument_complexMessage_success()
158 Preconditions.checkState(true, IGNORE_ME); in testCheckState_simpleMessage_success()
180 Preconditions.checkState(true, "%s", IGNORE_ME); in testCheckState_complexMessage_success()
208 String result = Preconditions.checkNotNull(NON_NULL_STRING, IGNORE_ME); in testCheckNotNull_simpleMessage_success()
222 String result = Preconditions.checkNotNull(NON_NULL_STRING, "%s", IGNORE_ME); in testCheckNotNull_complexMessage_success()
546 private static final Object IGNORE_ME = field in PreconditionsTest
/external/guava/android/guava-tests/test/com/google/common/base/
DVerifyTest.java54 verify(true, "%s", IGNORE_ME); in testVerify_complexMessage_success()
82 String result = verifyNotNull(NON_NULL_STRING, "%s", IGNORE_ME); in testVerifyNotNull_complexMessage_success()
95 private static final Object IGNORE_ME = field in VerifyTest
DPreconditionsTest.java57 Preconditions.checkArgument(true, IGNORE_ME); in testCheckArgument_simpleMessage_success()
133 Preconditions.checkArgument(true, "%s", IGNORE_ME); in testCheckArgument_complexMessage_success()
158 Preconditions.checkState(true, IGNORE_ME); in testCheckState_simpleMessage_success()
180 Preconditions.checkState(true, "%s", IGNORE_ME); in testCheckState_complexMessage_success()
208 String result = Preconditions.checkNotNull(NON_NULL_STRING, IGNORE_ME); in testCheckNotNull_simpleMessage_success()
222 String result = Preconditions.checkNotNull(NON_NULL_STRING, "%s", IGNORE_ME); in testCheckNotNull_complexMessage_success()
546 private static final Object IGNORE_ME = field in PreconditionsTest