public class LogCaptureFeature.Result extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList<org.apache.log4j.spi.LoggingEvent> |
caughtEvents |
protected boolean |
noFilterFlag |
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
void |
assertHasEvent() |
void |
clear() |
List<org.apache.log4j.spi.LoggingEvent> |
getCaughtEvents() |
protected void |
setNoFilterFlag(boolean noFilterFlag) |
protected final ArrayList<org.apache.log4j.spi.LoggingEvent> caughtEvents
protected boolean noFilterFlag
public Result()
public void assertHasEvent() throws LogCaptureFeature.NoLogCaptureFilterException
public void clear()
public List<org.apache.log4j.spi.LoggingEvent> getCaughtEvents()
protected void setNoFilterFlag(boolean noFilterFlag)
Copyright © 2015 Nuxeo SA. All rights reserved.