Class | Description |
---|---|
JUnit3TestChecker |
Copied from Maven Surefire source code.
|
JUnit4TestChecker |
Copied from Maven Surefire source code.
|
NonAbstractClassFilter |
Copied from Maven Surefire source code.
|
ReflectionUtils |
Copied from Maven Surefire source code.
|
TigerThrower<T extends Throwable> |
This class provides the method
sneakyThrow(Throwable) which
enables you to throw any checked Exception from any method,
even if its type is not listed in the method signature. |
Exception | Description |
---|---|
MultiException |
Allows multiple exceptions to be thrown as a single exception -- adapted from Jetty.
|
Copyright © 2017. All rights reserved.