|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectname.angoca.db2sa.executer.impl.ImplementationExecuterTest
public final class ImplementationExecuterTest
Set of test for the Executer.
Control Version
Constructor Summary | |
---|---|
ImplementationExecuterTest()
Default constructor. |
Method Summary | |
---|---|
void |
setUp()
Refreshes the singletons. |
void |
testDB2Native()
Tests if the configuration file has a true value for DB2 native execution. |
void |
testExecutionInLinuxDB2WithoutParams()
Tests the execution in Linux environment without db2 parameters. |
void |
testExecutionInLinuxDB2WithtParams()
Tests the execution in Linux environment with db2 parameters. |
void |
testExecutionInLinuxNoDB2()
Tests the execution in Linux environment no db2 command. |
void |
testExecutionInUnknownOS()
Tests the execution in an unknown OS. |
void |
testExecutionInWindowsDB2WithoutParams()
Tests the execution in Windows environment without db2 parameters. |
void |
testExecutionInWindowsDB2WithParams()
Tests the execution in Windows environment with db2 parameters. |
void |
testExecutionInWindowsNoDB2()
Tests the execution in Windows environment no db2 command. |
void |
testExecutionWithDB2Params()
Tests the execution with db2 parameters. |
void |
testExecutionWithNoDB2Params()
Tests the execution without db2 parameters. |
void |
testExecutionWithNullParam()
Tests the execution of a null command. |
void |
testExitEmpty()
Tests the default token to exit the application. |
void |
testNoDB2Native()
Tests if the configuration file has a false value for DB2 native execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImplementationExecuterTest()
Method Detail |
---|
public void setUp()
public void testDB2Native()
public void testExecutionInLinuxDB2WithoutParams() throws ParameterNullException
ParameterNullException
- Never.public void testExecutionInLinuxDB2WithtParams() throws ParameterNullException
ParameterNullException
- Never.public void testExecutionInLinuxNoDB2() throws ParameterNullException
ParameterNullException
- Never.public void testExecutionInUnknownOS() throws ParameterNullException
ParameterNullException
- Never.public void testExecutionInWindowsDB2WithoutParams() throws ParameterNullException
ParameterNullException
- Never.public void testExecutionInWindowsDB2WithParams() throws ParameterNullException
ParameterNullException
- Never.public void testExecutionInWindowsNoDB2() throws ParameterNullException
ParameterNullException
- Never.public void testExecutionWithDB2Params() throws ParameterNullException
ParameterNullException
- Never.public void testExecutionWithNoDB2Params() throws ParameterNullException
ParameterNullException
- Never.public void testExecutionWithNullParam() throws ParameterNullException
ParameterNullException
- Never.public void testExitEmpty()
public void testNoDB2Native()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |