|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.TestSuite
org.opennms.test.PropertySettingTestSuite
public class PropertySettingTestSuite
PropertySettingTestSuite class.
| Constructor Summary | |
|---|---|
PropertySettingTestSuite(Class<? extends junit.framework.TestCase> theClass,
String propertyName,
String propertyValue)
Constructor for PropertySettingTestSuite. |
|
PropertySettingTestSuite(Class<? extends junit.framework.TestCase> theClass,
String name,
String propertyName,
String propertyValue)
Constructor for PropertySettingTestSuite. |
|
PropertySettingTestSuite(String propertyName,
String propertyValue)
Constructor for PropertySettingTestSuite. |
|
PropertySettingTestSuite(String name,
String propertyName,
String propertyValue)
Constructor for PropertySettingTestSuite. |
|
| Method Summary | |
|---|---|
void |
runTest(junit.framework.Test test,
junit.framework.TestResult result)
|
| Methods inherited from class junit.framework.TestSuite |
|---|
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, setName, testAt, testCount, tests, toString, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertySettingTestSuite(String propertyName,
String propertyValue)
Constructor for PropertySettingTestSuite.
propertyName - a String object.propertyValue - a String object.
public PropertySettingTestSuite(Class<? extends junit.framework.TestCase> theClass,
String name,
String propertyName,
String propertyValue)
Constructor for PropertySettingTestSuite.
theClass - a Class object.name - a String object.propertyName - a String object.propertyValue - a String object.
public PropertySettingTestSuite(Class<? extends junit.framework.TestCase> theClass,
String propertyName,
String propertyValue)
Constructor for PropertySettingTestSuite.
theClass - a Class object.propertyName - a String object.propertyValue - a String object.
public PropertySettingTestSuite(String name,
String propertyName,
String propertyValue)
Constructor for PropertySettingTestSuite.
name - a String object.propertyName - a String object.propertyValue - a String object.| Method Detail |
|---|
public void runTest(junit.framework.Test test,
junit.framework.TestResult result)
runTest in class junit.framework.TestSuite
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||