Class AssertContainsAllByIdentityTest

java.lang.Object
org.soliscode.test.assertions.AssertContainsAllByIdentityTest

public class AssertContainsAllByIdentityTest extends Object
  • 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()