name.angoca.db2sa.main
Class MainTest

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

public final class MainTest
extends Object

This executes the main in other way.

Control Version

Version:
1.1.0 2009-11-22
Author:
Andres Gomez Casanova (AngocA)

Constructor Summary
MainTest()
          Default constructor.
 
Method Summary
 void testControllerNull()
          Tests that a controller cannot be null.
 void testGetController()
          Tests that the controller is System.
 void testPrepareJline()
          Prepares the controller with Jline.
 void testPrepareNull()
          Tests that a type cannot be -1.
 void testPrepareSystem()
          Prepares the controller with System.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainTest

public MainTest()
Default constructor.

Method Detail

testControllerNull

public void testControllerNull()
                        throws InputReaderException
Tests that a controller cannot be null.

Throws:
InputReaderException - Never.

testGetController

public void testGetController()
Tests that the controller is System.


testPrepareJline

public void testPrepareJline()
                      throws AbstractDB2SAException
Prepares the controller with Jline.

Throws:
AbstractDB2SAException - Never.

testPrepareNull

public void testPrepareNull()
                     throws InputReaderException
Tests that a type cannot be -1.

Throws:
InputReaderException - Never.

testPrepareSystem

public void testPrepareSystem()
                       throws AbstractDB2SAException
Prepares the controller with System.

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.