org.opennms.test
Class PropertySettingTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.opennms.test.PropertySettingTestSuite
All Implemented Interfaces:
junit.framework.Test

public class PropertySettingTestSuite
extends junit.framework.TestSuite


Constructor Summary
PropertySettingTestSuite(Class theClass, String propertyName, String propertyValue)
           
PropertySettingTestSuite(Class theClass, String name, String propertyName, String propertyValue)
           
PropertySettingTestSuite(String propertyName, String propertyValue)
           
PropertySettingTestSuite(String name, String propertyName, String propertyValue)
           
 
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

PropertySettingTestSuite

public PropertySettingTestSuite(String propertyName,
                                String propertyValue)

PropertySettingTestSuite

public PropertySettingTestSuite(Class theClass,
                                String name,
                                String propertyName,
                                String propertyValue)

PropertySettingTestSuite

public PropertySettingTestSuite(Class theClass,
                                String propertyName,
                                String propertyValue)

PropertySettingTestSuite

public PropertySettingTestSuite(String name,
                                String propertyName,
                                String propertyValue)
Method Detail

runTest

public void runTest(junit.framework.Test test,
                    junit.framework.TestResult result)
Overrides:
runTest in class junit.framework.TestSuite


Copyright © 2009. All Rights Reserved.