Package cn.org.rapid_framework.generator

Examples of cn.org.rapid_framework.generator.GeneratorTestCase



public class TableTest extends TestCase{
 
  public void testTable() throws Exception {
    new GeneratorTestCase().runSqlScripts();
   
    Table t = TableFactory.getInstance().getTable("USER_INFO");
    t.getColumnByName("username").setHasOne("user_info(username)");
    //Table t2 = ObjectHelper.deepClone(t);
    print(t);
View Full Code Here

TOP

Related Classes of cn.org.rapid_framework.generator.GeneratorTestCase

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.