| Package | Description |
|---|---|
| org.xenei.log4j.recording | |
| org.xenei.log4j.recording.selector |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordingAppender.assertContains(Selector selector,
org.apache.log4j.spi.LoggingEvent... events)
Assert that the recorded events contains the list of events in the order
specified without intervening events.
|
void |
RecordingAppender.assertHas(Selector selector,
List<org.apache.log4j.spi.LoggingEvent> events)
Assert that the recorded events contains the list of events in the order
specified without intervening events.
|
void |
RecordingAppender.assertHasEnd(Selector selector,
org.apache.log4j.spi.LoggingEvent... end)
Assert that the recorded events ends with the list of events in the order
specified without intervening events.
|
void |
RecordingAppender.assertHasStart(Selector selector,
org.apache.log4j.spi.LoggingEvent... start)
Assert that the recorded events starts with the list of events in the
order specified without intervening events.
|
boolean |
RecordingAppender.contains(Selector selector,
org.apache.log4j.spi.LoggingEvent... events)
Return true if the list of events are found in the recorded events in
order without intervening events.
|
Iterator<org.apache.log4j.spi.LoggingEvent> |
RecordingAppender.from(Selector selector,
org.apache.log4j.spi.LoggingEvent start)
Returns an iterator over the recorded events following the first instance
of the start event.
|
boolean |
RecordingAppender.has(Selector selector,
List<org.apache.log4j.spi.LoggingEvent> things)
Check that the recorded events contains with the list of events in the
order specified without intervening events.
|
boolean |
RecordingAppender.hasEnd(Selector selector,
List<org.apache.log4j.spi.LoggingEvent> events)
Check that the recorded events ends with the list of events in the order
specified without intervening events.
|
boolean |
RecordingAppender.hasStart(Selector selector,
List<org.apache.log4j.spi.LoggingEvent> events)
Check that the recorded events starts with the list of events in the
order specified without intervening events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageContainsIgnoreCaseSelector
matches if rendered messages are compared without respect to case.
|
class |
MessageContainsSelector
matches if rendered messages are compared with respect to case.
|
class |
MessageSelector
matches if rendered messages are compared with respect to case.
|
class |
MessageSelectorIgnoreCase
matches if rendered messages are compared with respect to case.
|
Copyright © 2015 XENEI.com. All Rights Reserved.