Class ExpectedLogMethodTestRule.MatcherBuilder<T>

java.lang.Object
com.liferay.portal.search.test.rule.logging.ExpectedLogMethodTestRule.MatcherBuilder<T>
Enclosing class:
ExpectedLogMethodTestRule

protected class ExpectedLogMethodTestRule.MatcherBuilder<T> extends Object
  • Field Details

    • matchers

      protected final List<org.hamcrest.Matcher<T>> matchers
  • Constructor Details

    • MatcherBuilder

      protected MatcherBuilder()
  • Method Details

    • add

      protected void add(org.hamcrest.Matcher<T> matcher)
    • build

      protected org.hamcrest.Matcher<?> build()
    • clear

      protected void clear()
    • isAnythingExpected

      protected boolean isAnythingExpected()