192021222324252627
public AlloyuiGalleryUtil(AlloyuiGallery g) { this.g = g; tests=new HashSet<Test>(); tests.add(new ButtonItemTest1()); tests.add(new ColorPickerTest1()); }
2021222324252627