| Interface | Description |
|---|---|
| TestCollectionElement |
This is an interface for TestCollectionElements.
|
| Class | Description |
|---|---|
| AbstractCollectionTest |
This is a base class used for testing raw
collections.
|
| AbstractListTest |
This class can be used to test any implementation
of java.util.List which follows the basic rules
of the List interface.
|
| AbstractMapTest |
This class should be used to test the basic
Map functionality of those classes implementing
the Map interface.
|
| AbstractSetTest |
This class can be used to test Sets for basic
Set functionality.
|
| DefaultTestCollectionElement |
This is the default implementation of TestCollectionElement
that will be used in tests if the getElement
method is not overridden
|
Copyright © 2009-2017, Oracle and/or its affiliates. All Rights Reserved.