import java.util.* ; import Sequenic.T3.T3Cmd ; import Sequenic.T3.ReplayCmd; import Sequenic.T3.utils.SomeObject; public class Test_T3_1 { static public void main(String[] args) throws Exception { // T3Cmd.main("".split("( )+")); T3Cmd.main("-core 2 -pl 3 -sl 2 -d . -sd ./bin Sequenic.T3.Examples.Item"); //T3Cmd.main("-lf t3log -d . -sd ./bin Sequenic.T3.Examples.Friends.Person" . split("( )+") ) ; //T3Cmd.main("-core 2 -lf t3log -d . -sd ./bin Sequenic.T3.Examples.Friends.Person" . split("( )+") ); //T3Cmd.main("-core 2 -reg -lf t3log -d . -sd ./bin Sequenic.T3.Examples.Friends.Person" . split("( )+") ); //T3Cmd.main("-core 2 -pl 3 -sl 2 -d . -sd ./bin Sequenic.T3.Examples.ArrayParam"); //T3Cmd.main("-reg -core 2 -ms 500 -d . -sd ./bin Sequenic.T3.Examples.SimpleIntSortedList"); //T3Cmd.main("-sex -rs System.err -tps System.err -d . -sd ./bin Sequenic.T3.Examples.SimpleIntSortedList"); //T3Cmd.main("-ms 1 -pl 16 -sl 2 -d . -sd ./bin Sequenic.T3.Examples.SimpleSortedList"); //T3Cmd.main("-pl 16 -sl 2 -ms 10 -reg -sd ./bin java.util.LinkedList"); //T3Cmd.main("-core 4 -pl 1 -sl 0 -d . Sequenic.T3.Examples.Cycles.Cycle"); // T3Cmd.main("-cvg Sequenic.T3.Examples.CustomInputGenerator.CustomInputGenerator -d . Sequenic.T3.Examples.CustomInputGenerator.Person"); //T3Cmd.main("-sd D:/workshop/t2framework/repos/benchmark/SBST2013set/joda-time-2.3/classes org.joda.time.DateTimeComparator"); } }