Uses of Package
org.soliscode.test.contract.collection

Package
Description
Support for testing the implementation of the Collection interface methods.
Support for testing the implementation of the List interface methods.
Support for testing the implementation of the SequencedCollection interface methods.
  • Class
    Description
    This interface tests if a collection class has implemented the addAll() method correctly.
    This interface tests if a collection class has implemented the add method correctly.
    This interface tests if a collection class has implemented the clear() method correctly.
    This interface tests if a collection class has implemented the containsAll() method correctly.
    This interface tests if a collection class has implemented the contains() method correctly.
    This interface tests if a collection class has implemented the isEmpty method correctly.
    This interface tests if a collection class has implemented the removeAll method correctly.
    This interface tests if a collection class has implemented the remove method correctly.
    This interface tests if a collection class has implemented the removeIf method correctly.
    This interface tests if a collection class has implemented the retainAll method correctly.
    This interface tests if a collection class has implemented the size() method correctly.
    This interface tests if a collection class has implemented the stream() method correctly and that the iterator that is returned satisfies the Stream contract.
    This interface tests if a collection class has implemented the toArray method correctly.
  • Class
    Description
    This interface tests if a collection class has implemented the addAll() method correctly.
    This interface tests if a collection class has implemented the add method correctly.
    This interface tests if a collection class has implemented the clear() method correctly.
    Test suite for classes that implement the Collection interface.
    This interface tests if a collection class has implemented the containsAll() method correctly.
    This interface tests if a collection class has implemented the contains() method correctly.
    This interface tests if a collection class has implemented the isEmpty method correctly.
    This interface tests if a collection class has implemented the removeAll method correctly.
    This interface tests if a collection class has implemented the remove method correctly.
    This interface tests if a collection class has implemented the removeIf method correctly.
    This interface tests if a collection class has implemented the retainAll method correctly.
    This interface tests if a collection class has implemented the size() method correctly.
    This interface tests if a collection class has implemented the stream() method correctly and that the iterator that is returned satisfies the Stream contract.
    This interface tests if a collection class has implemented the toArray method correctly.
  • Class
    Description
    This interface tests if a collection class has implemented the addAll() method correctly.
    This interface tests if a collection class has implemented the add method correctly.
    This interface tests if a collection class has implemented the clear() method correctly.
    Test suite for classes that implement the Collection interface.
    This interface tests if a collection class has implemented the containsAll() method correctly.
    This interface tests if a collection class has implemented the contains() method correctly.
    This interface tests if a collection class has implemented the isEmpty method correctly.
    This interface tests if a collection class has implemented the removeAll method correctly.
    This interface tests if a collection class has implemented the remove method correctly.
    This interface tests if a collection class has implemented the removeIf method correctly.
    This interface tests if a collection class has implemented the retainAll method correctly.
    This interface tests if a collection class has implemented the size() method correctly.
    This interface tests if a collection class has implemented the stream() method correctly and that the iterator that is returned satisfies the Stream contract.
    This interface tests if a collection class has implemented the toArray method correctly.