Package org.nuxeo.runtime.test.runner
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 Summary
Fields Modifier and Type Field Description protected List<org.apache.logging.log4j.core.LogEvent>caughtEventsprotected booleannoFilterFlag
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertHasEvent()voidclear()List<String>getCaughtEventMessages()List<org.apache.logging.log4j.core.LogEvent>getCaughtEvents()
-
-
-
Field Detail
-
caughtEvents
protected final List<org.apache.logging.log4j.core.LogEvent> caughtEvents
-
noFilterFlag
protected boolean noFilterFlag
-
-