|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.test.UnitTestBaseImpl | +--com.objectwave.configuration.DefaultConfigurationService.Test
Field Summary | |
int |
testValue
|
Fields inherited from class com.objectwave.test.UnitTestBaseImpl |
testContext |
Constructor Summary | |
DefaultConfigurationService.Test()
|
Method Summary | |
java.lang.Class |
getExpectedClass()
Gets the ExpectedClass attribute of the Test object |
java.lang.String |
getName()
A single property source may be used to managed a list several instances of property detail. |
static void |
main(java.lang.String[] args)
The main program for the Test class |
void |
setTestValue(int usedForTesting)
Sets the TestValue attribute of the Test object |
void |
testFindValueToSet()
A unit test for JUnit |
void |
testGetCategoryId()
A unit test for JUnit |
void |
testGetOrCreate()
A unit test for JUnit |
void |
testGetPropertyHolder()
A unit test for JUnit |
void |
testSetValues()
A unit test for JUnit |
Methods inherited from class com.objectwave.test.UnitTestBaseImpl |
createTest, removeFile, setUp, tearDown, writeFile, writeFileResource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int testValue
Constructor Detail |
public DefaultConfigurationService.Test()
Method Detail |
public static void main(java.lang.String[] args)
args
- The command line argumentspublic void setTestValue(int usedForTesting)
usedForTesting
- The new TestValue valuepublic java.lang.Class getExpectedClass()
getExpectedClass
in interface PropertySource
public java.lang.String getName()
PropertySource
getName
in interface PropertySource
public void testGetPropertyHolder() throws java.lang.Exception
java.lang.Exception
public void testGetOrCreate() throws ConfigurationException
ConfigurationException
public void testSetValues() throws java.lang.Exception
java.lang.Exception
public void testGetCategoryId()
public void testFindValueToSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |