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.
Actions