Modules
The JUnitRecorder is splited into multiple separate
modules.
-
sb-junitrecorder-core
-
The Core module, containing the framework and a
minimal set of implementations.
-
junit-parameterized-test
-
For JUnit tests our own Parameterized Test
implementation is used. This modules is standalone
so you can use the Parameterzied Tests also in your
own project.
-
sb-junitrecorder-addons
-
In the addons module are some advanced
implementations for the Framework. If you need to
record database tests you'll find here an
implementation. This is also a good starting point
for developing your own extensions to the framework.
-
sb-junitrecorder-exampleusage
-
Contains minimal usage samples to test different
situations needed to record and tests.