Searched refs:validateTimes (Results 1 – 4 of 4) sorted by relevance
71 () -> testLogVerifier.validateTimes(-1, "TestAnnotation")); in testValidateTimes_withLessThanZeroTimes_throwsException()89 () -> testLogVerifier.validateTimes(0, "TestAnnotation")); in testValidateTimes_withZeroTimes_throwsException()105 testLogVerifier.validateTimes(1, "TestAnnotation"); in testValidateTimes_withGreaterThanZeroTimes_throwsNoException()
106 .peek(a -> validateTimes(a.times(), ANNOTATION_NAME)) in parseExpectedLogCalls()
104 .peek(a -> validateTimes(a.times(), ANNOTATION_NAME)) in parseExpectedLogCalls()
85 public void validateTimes(int times, String annotation) { in validateTimes() method in AbstractLogVerifier