-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Feature-Request-Checklist
Please make sure the feature you are requesting has not already been reported!
- I have added the feature request label to this issue
- I have deleted the Bug-Report-Checklist
If your checklist is not fully ticked, please try to complete it such that it does.
If you are uncertain of specific parts, please do not propose a new feature request.
The following is a template to help you state the request clearly.
Description
The existing Integration-Tests should be integrated into JUnit and be annotated with @ignore. Then, the test should be runnable to allow for a simple "run and test".
The reason
As of bug #101, it became prevelent that the Integration-Tests are insufficient for verrifying a bug-fix of a not Unit-Testable bug. Making those Integration-Tests simple to start and read wether the bugfix was done correctly, should help clarifying Integration-Tests.
Example
Simple test-classes. Sorry, i can't think of a good to read example here