1 /*
2 * Created on 2003-6-26 16:42:01 by joel guo
3 *
4 * vTradEx Information Technology Inc.
5 */
6 package com.cyclops.dbdigger.sql;
7 import com.cyclops.dbdigger.DBDiggerTestCase;
8 /*** Add description <font color="red">HERE</font>!
9 *
10 * @author <a href="mailto:joeblack.guo@vtradex.com">joel guo</a>
11 * @since 2003-6-26 16:42:01
12 */
13 public class InsertTest extends DBDiggerTestCase {
14 /*** Method testExpression()
15 *
16 */
17 public void testExpression() {
18 Insert insert = new Insert();
19 assertEquals("INSERT", insert.getOperation());
20 }
21 }
This page was automatically generated by Maven