Package org.soliscode.test.assertions.collection


package org.soliscode.test.assertions.collection
  • Classes
    Class
    Description
    A collection of utility methods that support asserting that a collection does not contain specific elements by identity.
    A collection of utility methods that support asserting that two collections contain the same elements.
    A collection of utility methods that support asserting that two collections contain the same elements by identity.
    A collection of utility methods that support asserting that a collection is empty.
    A collection of utility methods that support asserting that two collections are the same size.
    A collection of utility methods that support asserting conditions on collections in tests.
    A utility class for assertion classes that assert conditions on iterables.