Asserts
.@Deprecated
public class TestUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TestUtils.BooleanWithMessage
Deprecated.
since 0.8; use Asserts.BooleanWithMessage
|
Modifier and Type | Method and Description |
---|---|
static void |
assertSetsEqual(java.util.Collection c1,
java.util.Collection c2)
Deprecated.
since 0.8; use Asserts.assertEqualsIgnoringOrder
|
static java.lang.Throwable |
unwrapThrowable(java.lang.Throwable t)
Deprecated.
since 0.8; use Exceptions.getFirstInteresting
|
public static java.lang.Throwable unwrapThrowable(java.lang.Throwable t)
public static void assertSetsEqual(java.util.Collection c1, java.util.Collection c2)