name.angoca.db2sa
Class IntegrationTest

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

public final class IntegrationTest
extends Object

Integration tests.

Control Version

Version:
1.1.0 2009-09-30
Author:
Andres Gomez Casanova (AngocA)

Constructor Summary
IntegrationTest()
          Default constructor.
 
Method Summary
static void setUpBeforeClass()
          Refreshes the singletons.
 void testExecute()
          Tests the execution of a command 'hostname'.
 void testExecuteExit()
          Tests the execution of a exit command.
 void testExecuteNullCommand()
          Tests to execute a null command.
 void testExecuteNullWriter()
          Tests to execute with a null writer.
 void testExecuteQuit()
          Tests the execution of a quit command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrationTest

public IntegrationTest()
Default constructor.

Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws AbstractDB2SAException
Refreshes the singletons.

Throws:
AbstractDB2SAException - Never.

testExecute

public void testExecute()
                 throws AbstractDB2SAException
Tests the execution of a command 'hostname'.

Throws:
AbstractDB2SAException - Never.

testExecuteExit

public void testExecuteExit()
                     throws AbstractDB2SAException
Tests the execution of a exit command.

Throws:
AbstractDB2SAException - Never.

testExecuteNullCommand

public void testExecuteNullCommand()
                            throws AbstractDB2SAException
Tests to execute a null command.

Throws:
AbstractDB2SAException - Never.

testExecuteNullWriter

public void testExecuteNullWriter()
                           throws AbstractDB2SAException
Tests to execute with a null writer.

Throws:
AbstractDB2SAException - Never.

testExecuteQuit

public void testExecuteQuit()
                     throws AbstractDB2SAException
Tests the execution of a quit command.

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.