Actions
Task #5658
closedNeed a single entry point for the translator and test generator subsystem
Start date:
02/25/2015
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Published in build:
150529
Description
The current situation:
1. The entry point for the translator (modelling subsystem) is method MicroTESK.main (ru.ispras.microtesk).
2. The entry point for the test template processor (testing subsystem) is method main in microtesk.rb (launched via JRuby).
Need a unified entry point (in a Java class). The MicroTESK.main should run a proper code depending on command line switches. Also, unified exception handling policy is needed.
Updated by Alexander Kamkin over 9 years ago
- Subject changed from [architecture] Need a single entry point for the translator and test generator subsystem to Need a single entry point for the translator and test generator subsystem
- Category set to 61
Updated by Alexander Kamkin over 9 years ago
- Target version changed from 2.1 to 2.2
Updated by Andrei Tatarnikov over 9 years ago
- Status changed from New to Open
- % Done changed from 0 to 30
Sketch implementation, to be improved: r3567.
Updated by Andrei Tatarnikov over 9 years ago
- Status changed from Open to Closed
- % Done changed from 30 to 100
- Published in build set to 150529
Actions