name.angoca.db2sa.interfaze
Class InterfaceCoreTest

Package class diagram package InterfaceCoreTest
java.lang.Object
  extended by name.angoca.db2sa.interfaze.InterfaceCoreTest

public final class InterfaceCoreTest
extends Object

Tests for the interface core. Tests the objects returned by this layer.

Control Version

Version:
1.4.2 2010-05-14
Author:
Andres Gomez Casanova (AngocA)

Constructor Summary
InterfaceCoreTest()
          Default constructor.
 
Method Summary
static void setUpBeforeClass()
          Load the graph.
static void tearDownAfterClass()
          Clears the configuration file name property at the end of the test.
 void testAnalyzeExit()
          Analyze exit token.
 void testAnalyzeNull()
          Analyze a null token.
 void testAnalyzePhraseComplete1()
          Test the completion of "create tab".
 void testAnalyzePhraseComplete2()
          Test the completion of "crea".
 void testAnalyzePhraseOptions1()
          Test the options of "create table".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceCoreTest

public InterfaceCoreTest()
Default constructor.

Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws AbstractDB2SAException
Load the graph.

Throws:
AbstractDB2SAException - Never.

tearDownAfterClass

public static void tearDownAfterClass()
Clears the configuration file name property at the end of the test.


testAnalyzeExit

public void testAnalyzeExit()
                     throws AbstractDB2SAException
Analyze exit token.

Throws:
AbstractDB2SAException - Never.

testAnalyzeNull

public void testAnalyzeNull()
                     throws AbstractDB2SAException
Analyze a null token.

Throws:
AbstractDB2SAException - Never.

testAnalyzePhraseComplete1

public void testAnalyzePhraseComplete1()
                                throws AbstractDB2SAException
Test the completion of "create tab".

Throws:
AbstractDB2SAException - Never.

testAnalyzePhraseComplete2

public void testAnalyzePhraseComplete2()
                                throws AbstractDB2SAException
Test the completion of "crea".

Throws:
AbstractDB2SAException - Never.

testAnalyzePhraseOptions1

public void testAnalyzePhraseOptions1()
                               throws AbstractDB2SAException
Test the options of "create table".

Throws:
AbstractDB2SAException - Never.


Andres Gomez Casanova (AngocA) 2009-2010 Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.