43444546474849
SchedulerThread _st; List<TR> _tasks = new ArrayList<TR>(100); public void setUp() throws Exception { _st = new SchedulerThread(this); }
47484950515253
List<TR> _tasks = new ArrayList<TR>(100); @Before public void setUp() throws Exception { _st = new SchedulerThread(this); }