|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectname.angoca.db2sa.tools.configurator.ConfiguratorTest
public class ConfiguratorTest
Tests for the configurator.
Control Version
Constructor Summary | |
---|---|
ConfiguratorTest()
Default constructor. |
Method Summary | |
---|---|
void |
setUp()
Clears the configuration file name property before each test. |
static void |
tearDownAfterClass()
Clears the configuration file name property at the end of the test. |
void |
testGetInstanceConf()
Tests a configuration file. |
void |
testGetInstanceConfFileTest()
Tests a configuration file for tests. |
void |
testGetInstanceNoFile()
Tests the default values, when the configuration file cannot be found. |
void |
testGetNull()
Tests a required property cannot be null. |
void |
testReadInvalidFile()
Tests the load of the default properties after the read of a configuration file with an invalid structure. |
void |
testSetNull1()
Test that the key cannot be null when setting. |
void |
testSetNull2()
Tests that the value cannot be null when setting. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfiguratorTest()
Method Detail |
---|
public static final void tearDownAfterClass()
public final void setUp()
public final void testGetInstanceConf()
public final void testGetInstanceConfFileTest()
public final void testGetInstanceNoFile()
public final void testGetNull()
public final void testReadInvalidFile()
public final void testSetNull1()
public final void testSetNull2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |