Welcome to the JUnitRecorder project.
What is this project about?
As first time visitor you probably wonder what this
project is doing. The short explanation:
It's a framework to record input/output data of
(Java-)Method calls, which can later be used to generate
JUnit Tests to ensure the functionality.
For a more complete explanation you can read the
Introduction
.
Sitemap
- Introduction
Provides a more detailed description of the basic
principles.
- User
Describes the usage for people who just want to
record tests for their own projects.
- For Developers
Describes how you can customize this framework for
your special needs.
-
Modules / Project Documentation
This sections are generated by Maven and only
interesting if you want to develop/modify the
Framework.