Searched refs:TEST_FAILURE_MESSAGE (Results 1 – 1 of 1) sorted by relevance
47 private static final String TEST_FAILURE_MESSAGE = "Failed!"; field in TestMetricRuleTest62 throw new RuntimeException(TEST_FAILURE_MESSAGE);94 expectedException.expectMessage(TEST_FAILURE_MESSAGE); in testValidListener_testFails()96 Failure failure = new Failure(DESCRIPTION, new RuntimeException(TEST_FAILURE_MESSAGE)); in testValidListener_testFails()107 DESCRIPTION, new RuntimeException(TEST_FAILURE_MESSAGE))), in testValidListener_testFails()118 expectedException.expectMessage(TEST_FAILURE_MESSAGE); in testMultipleListeners_allValid()120 Failure failure = new Failure(DESCRIPTION, new RuntimeException(TEST_FAILURE_MESSAGE)); in testMultipleListeners_allValid()