| Package | Description |
|---|---|
| cz.auderis.test.logging | |
| cz.auderis.test.matcher.log | |
| cz.auderis.test.rule |
| Modifier and Type | Method and Description |
|---|---|
List<LogRecord> |
LogRecordCollector.getRecords() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogRecordCollector.add(LogRecord record) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<? super LogRecord> |
LogRecordMatcher.hasLevel(LogLevel level) |
static org.hamcrest.Matcher<? super LogRecord> |
LogRecordMatcher.hasLevel(org.hamcrest.Matcher<? super LogLevel> levelMatcher) |
static org.hamcrest.Matcher<? super LogRecord> |
LogRecordMatcher.hasMessage(org.hamcrest.Matcher<? super String> messageMatcher) |
static org.hamcrest.Matcher<? super LogRecord> |
LogRecordMatcher.hasMessage(String message) |
static org.hamcrest.Matcher<? super LogRecord> |
LogRecordMatcher.hasName(org.hamcrest.Matcher<? super String> nameMatcher) |
static org.hamcrest.Matcher<? super LogRecord> |
LogRecordMatcher.hasName(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LogRecordMatcher.describeMismatchSafely(LogRecord item,
org.hamcrest.Description description) |
protected boolean |
LogRecordMatcher.matchesSafely(LogRecord item) |
| Modifier and Type | Method and Description |
|---|---|
List<LogRecord> |
LogBuffer.getRecords() |
List<LogRecord> |
LogBuffer.getRecords(org.hamcrest.Matcher<? super LogRecord> recordMatcher) |
| Modifier and Type | Method and Description |
|---|---|
List<LogRecord> |
LogBuffer.getRecords(org.hamcrest.Matcher<? super LogRecord> recordMatcher) |
Copyright © 2015–2016 Boleslav Bobcik - Auderis. All rights reserved.