-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
2018 Week 30-32
-
2
-
NEW
-
NEW
The ultimate goal is to give this xlsx to the business user and have him "ok" the constraints as they are implemented.
List:
- Use parameterized unit tests so each sheet is 1 test in IntelliJ's test ui (see github comment for more info)
-
- Suggestion: below "constraint name" add a field "Description:" so the user can fill in what's being tested.
- The sheet names still need to be unique (to reuse as the test names in junit), so maybe we should go with "Type type talk of timeslot 1" and "Type talk of timeslot 2" (and for the junit test, we might need to String.replaceAll("\s", "") and even camel case it.