Class 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 Detail

      • HasAllOfReasons

        public HasAllOfReasons​(Events... eventReasons)
    • Method Detail

      • matches

        public boolean matches​(Object actualValue)
      • describeTo

        public void describeTo​(org.hamcrest.Description description)