public class CBUnitTestHelper
extends java.lang.Object
| Constructor and Description |
|---|
CBUnitTestHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getCurrentTestName() |
static boolean |
hideExpectedException(java.lang.Exception actual) |
static java.util.Stack<java.lang.Class> |
swapExpectedExceptions(java.util.Stack<java.lang.Class> newExpectedExceptions) |
public static boolean hideExpectedException(java.lang.Exception actual)
public static java.util.Stack<java.lang.Class> swapExpectedExceptions(java.util.Stack<java.lang.Class> newExpectedExceptions)
public static java.lang.String getCurrentTestName()