LibreCCM TestUtils The TestUtils module <<>> package provides several utility classes for writing tests for specific classes. This includes tests for the implementations of <<>> and <<>> as well as <<>>. Also a utility for testing datasets for DBUnit tests is provided. Other modules should import this module for the test scope only: +------------------------------------------------------------------------------+ ... ... org.libreccm ccm-testutils 6.7.0-SNAPSHOT test ... +------------------------------------------------------------------------------+ At the moment the following utilities are provided: * {{{./apidocs/index.html?org/libreccm/testutils/DatasetsVerifier.html} DatasetsVerifier}} * {{{./apidocs/index.html?org/libreccm/testutils/EqualsVerifier.html} EqualsVerifier}} * {{{./apidocs/index.html?org/libreccm/testutils/ToStringVerifier.html} ToStringVerifier}} [] Also their are some categories for use with feature of JUnit 4. They are used to control which tests are executed. At the moment their are two categories: * {{{./apidocs/index.html?org/libreccm/tests/categories/IntegrationTest.html} IntegrationTest}} * {{{./apidocs/index.html?org/libreccm/tests/categories/UnitTest.html} UnitTest}}