Class LogCaptureFeature.Result

java.lang.Object
org.nuxeo.runtime.test.runner.LogCaptureFeature.Result
Enclosing class:
LogCaptureFeature

public static class LogCaptureFeature.Result extends Object
Log result class.
  • Field Details

    • caughtEvents

      protected final List<org.apache.logging.log4j.core.LogEvent> caughtEvents
    • noFilterFlag

      protected boolean noFilterFlag
  • Constructor Details

    • Result

      public Result()
  • Method Details

    • assertHasEvent

      public void assertHasEvent()
    • clear

      public void clear()
    • getCaughtEvents

      public List<org.apache.logging.log4j.core.LogEvent> getCaughtEvents()
    • getCaughtEventMessages

      public List<String> getCaughtEventMessages()