Currently JT has 2 ways to specify tests2run:
- directly
- load from file
JDTS wants to create ALTERNATIVE test selection way - 'specify by Feature'. JDTS will map features to tests and vice versa. JT is supposed just to support UI.
Current test selection options are HARDCODED into com.sun.javatest.interview.TestsInterview - all questions are 'private' and no way to inject new option into TestsInterview.qTreeOrFile question and tune getNext() behavour. This should be refactored in more flexible way.
Also 'Quick-Set -> Tests To Run' should be consistent with updated tests selection choices. Look like JT gotta provide ability to draw custom options to correspond with changed TestsInterview.qTreeOrFile question
- directly
- load from file
JDTS wants to create ALTERNATIVE test selection way - 'specify by Feature'. JDTS will map features to tests and vice versa. JT is supposed just to support UI.
Current test selection options are HARDCODED into com.sun.javatest.interview.TestsInterview - all questions are 'private' and no way to inject new option into TestsInterview.qTreeOrFile question and tune getNext() behavour. This should be refactored in more flexible way.
Also 'Quick-Set -> Tests To Run' should be consistent with updated tests selection choices. Look like JT gotta provide ability to draw custom options to correspond with changed TestsInterview.qTreeOrFile question
- relates to
-
CODETOOLS-6665436 Quick-Set mode 'Tests To Run' tab should be more extendable
-
- Closed
-