1 /*
2 * Created on 2003-6-12 15:49:11 by joel guo
3 *
4 * vTradEx Information Technology Inc.
5 */
6 package com.cyclops.dbdigger.schema;
7 import com.cyclops.dbdigger.DBDigger;
8 import com.cyclops.dbdigger.DBDiggerTestCase;
9 /*** Add description <font color="red">HERE</font>!
10 *
11 * @author <a href="mailto:joeblack.guo@vtradex.com">joel guo</a>
12 * @since 2003-6-12 15:49:11
13 */
14 public class SchemaTest extends DBDiggerTestCase {
15 /*** Method testSchema() in class SchemaTest
16 * @throws Exception Throw it out
17 */
18 public void testSchema() throws Exception {
19 assertNotNull(DBDigger.getSchema());
20 }
21 }
This page was automatically generated by Maven