Package io.strimzi.systemtest.matchers
Class LogHasNoUnexpectedErrors
- java.lang.Object
-
- org.hamcrest.BaseMatcher<String>
-
- io.strimzi.systemtest.matchers.LogHasNoUnexpectedErrors
-
-
Constructor Summary
Constructors Constructor Description LogHasNoUnexpectedErrors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
boolean
matches(Object actualValue)
-
-
-
Method Detail
-
matches
public boolean matches(Object actualValue)
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
-