Searched refs:filterHashCode (Results 1 – 2 of 2) sorted by relevance
73 …assertEquals(filterHashCode("VerificationStartedEvent.setMock() does not accept parameter which is… in decent_exception_when_setting_mock_of_wrong_type()76 " See the Javadoc."), filterHashCode(e.getMessage())); in decent_exception_when_setting_mock_of_wrong_type()92 …assertEquals(filterHashCode("VerificationStartedEvent.setMock() does not accept parameter which do… in decent_exception_when_setting_mock_that_does_not_implement_all_desired_interfaces()96 " See the Javadoc."), filterHashCode(e.getMessage())); in decent_exception_when_setting_mock_that_does_not_implement_all_desired_interfaces()
108 public static String filterHashCode(String text) { in filterHashCode() method in TestBase