What is JUnit
JUnit is a unit test framework that uses annotations to identify methods that specify a test. An open-source framework hosted at Github, it is used to write and run repeatable automated tests during development phase for quality of the module being developed.
JUnit Integration with Opsera
JUnit is a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. JUnit features include:
- Assertions for testing expected results
- Test fixtures for sharing common test data
- Test runners for running tests




