Class LogHasNoUnexpectedErrors

  • All Implemented Interfaces:
    org.hamcrest.Matcher<String>, org.hamcrest.SelfDescribing

    public class LogHasNoUnexpectedErrors
    extends org.hamcrest.BaseMatcher<String>

    A LogHasNoUnexpectedErrors is custom matcher to check log form kubernetes client doesn't have any unexpected errors.

    • Constructor Detail

      • LogHasNoUnexpectedErrors

        public LogHasNoUnexpectedErrors()
    • Method Detail

      • matches

        public boolean matches​(Object actualValue)
      • describeTo

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