Package | Description |
---|---|
org.spf4j.test.log |
spf4j test log backend for slf4j.
|
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<UncaughtExceptionDetail> |
UncaughtExceptionDetail.hasThread(org.hamcrest.Matcher<Thread> tMatcher) |
static org.hamcrest.Matcher<UncaughtExceptionDetail> |
UncaughtExceptionDetail.hasThrowable(org.hamcrest.Matcher<Throwable> tMatcher) |
Modifier and Type | Method and Description |
---|---|
boolean |
UncaughtExceptionConsumer.offer(UncaughtExceptionDetail exDetail) |
Modifier and Type | Method and Description |
---|---|
LogAssert |
TestLoggers.expectUncaughtException(long timeout,
TimeUnit unit,
org.hamcrest.Matcher<UncaughtExceptionDetail> matcher)
Assert uncaught exceptions.(from threads)
|
Copyright © 2018 SPF4J. All rights reserved.