Package io.strimzi.systemtest.matchers
Class HasAllOfReasons
- java.lang.Object
-
- org.hamcrest.BaseMatcher<List<io.fabric8.kubernetes.api.model.Event>>
-
- io.strimzi.systemtest.matchers.HasAllOfReasons
-
- All Implemented Interfaces:
org.hamcrest.Matcher<List<io.fabric8.kubernetes.api.model.Event>>
,org.hamcrest.SelfDescribing
public class HasAllOfReasons extends org.hamcrest.BaseMatcher<List<io.fabric8.kubernetes.api.model.Event>>
A HasAllOfReasons is custom matcher to check the full matching of reasons for actual events.
-
-
Constructor Summary
Constructors Constructor Description HasAllOfReasons(Events... eventReasons)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
boolean
matches(Object actualValue)
-