-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugcodeDoneThe issue is rechecked for development branchThe issue is rechecked for development branchdocsNeededThe documenttion needs to be checked if there are changes needed and if so, adaptions should be madeThe documenttion needs to be checked if there are changes needed and if so, adaptions should be made
Milestone
Description
Quick Description
There are several ways to retrieve testdata inside Neodymium and not everything is covered by our testdata view.
Tasks
- Unify the test data access inside one class which can be retrieved directly from our Neodymium.java
- Make all DataUtils methods available inside this class
- Old methods (e.g. DataUtils shall just wrap the new ones)
- Mark methods which should not be used anymore (e.g. DataUtils, Neodymium.dataValue()) as deprecated and update the javadoc to point to the new methods)
- Change the dataView Logic to always show the whole data set inside the report (for simplification)
Actual Behaviour
If I call Neodymium.dataValue() this is not put into the report.
Expected Behaviour
If I call any mehtod to retrieve test data, I want to see the test data inside the final report.
Metadata
Metadata
Assignees
Labels
bugcodeDoneThe issue is rechecked for development branchThe issue is rechecked for development branchdocsNeededThe documenttion needs to be checked if there are changes needed and if so, adaptions should be madeThe documenttion needs to be checked if there are changes needed and if so, adaptions should be made