Package org.sgx.yuigwt.alloyuitest1.test

Examples of org.sgx.yuigwt.alloyuitest1.test.ButtonItemTest1


  public AlloyuiGalleryUtil(AlloyuiGallery g) {
    this.g = g;
    tests=new HashSet<Test>();
   
    tests.add(new ButtonItemTest1());
    tests.add(new ColorPickerTest1());
   
  }
View Full Code Here


  public AlloyuiGalleryUtil(AlloyuiGallery g) {
    this.g = g;
    tests=new HashSet<Test>();
   
    tests.add(new ButtonItemTest1());
    tests.add(new ColorPickerTest1());
   
  }
View Full Code Here

TOP

Related Classes of org.sgx.yuigwt.alloyuitest1.test.ButtonItemTest1

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.