Class AssertContainsAllByIdentityTest
java.lang.Object
org.soliscode.test.assertions.AssertContainsAllByIdentityTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
-
Constructor Details
-
AssertContainsAllByIdentityTest
public AssertContainsAllByIdentityTest()
-
-
Method Details
-
testAssertSameSizeOnEmptyCollection
@Test public void testAssertSameSizeOnEmptyCollection() -
testAssertSameSizeOnNullCollection
@Test public void testAssertSameSizeOnNullCollection() -
testAssertSameSizeOnCollectionWithElements
@Test public void testAssertSameSizeOnCollectionWithElements() -
testAssertSameSizeOnCollectionWithEqualElements
@Test public void testAssertSameSizeOnCollectionWithEqualElements() -
testAssertSameSizeWithMessage
@Test public void testAssertSameSizeWithMessage() -
testAssertSameSizeWithMessageSupplier
@Test public void testAssertSameSizeWithMessageSupplier()
-