Class AssertContainsSameByIdentityTest
java.lang.Object
org.soliscode.test.assertions.AssertContainsSameByIdentityTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
-
Constructor Details
-
AssertContainsSameByIdentityTest
public AssertContainsSameByIdentityTest()
-
-
Method Details
-
testAssertContainsSameOnEmptyCollection
@Test public void testAssertContainsSameOnEmptyCollection() -
testAssertContainsSameOnNullCollection
@Test public void testAssertContainsSameOnNullCollection() -
testAssertContainsAllOnCollectionWithElements
@Test public void testAssertContainsAllOnCollectionWithElements() -
testAssertContainsAllWithMessage
@Test public void testAssertContainsAllWithMessage() -
testAssertContainsAllWithMessageSupplier
@Test public void testAssertContainsAllWithMessageSupplier()
-