public class AssertExtensions extends Object
Modifier and Type | Method and Description |
---|---|
static void |
assertSetsEqualsAsLists(Set<?> expected,
Set<?> actual)
Cast a set to an array list of objects and test equality
|
static void |
pass()
Extension shorthand for
assertTrue(true) to mirror fail() |
Copyright © 2014. All rights reserved.