Searched refs:TEST_MESSAGE_TEMPLATE (Results 1 – 1 of 1) sorted by relevance
33 private static final String TEST_MESSAGE_TEMPLATE = "I ate %s eggs."; field in UtilsTest59 Utils.checkArgument(false, TEST_MESSAGE_TEMPLATE, TEST_MESSAGE_VALUE); in checkArgument_WithSimpleFormat()66 Utils.checkArgument(false, TEST_MESSAGE_TEMPLATE, TEST_MESSAGE_VALUE, TEST_MESSAGE_VALUE); in checkArgument_WithComplexFormat()