126127128129130131132133134135136
this.g = g; tests = new HashSet<Test>(); // YUI modules tests.add(new ButtonTest1()); tests.add(new YUIUtilTest1()); tests.add(new MenuNavTest1()); tests.add(new EventDelegateTest1()); tests.add(new SliderTest1()); tests.add(new PanelTest1());