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

PropertySettingTestSuite class.

Version:
$Id: $
Author:
ranger

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

PropertySettingTestSuite

public PropertySettingTestSuite(String propertyName,
                                String propertyValue)

Constructor for PropertySettingTestSuite.

Parameters:
propertyName - a String object.
propertyValue - a String object.

PropertySettingTestSuite

public PropertySettingTestSuite(Class<? extends junit.framework.TestCase> theClass,
                                String name,
                                String propertyName,
                                String propertyValue)

Constructor for PropertySettingTestSuite.

Parameters:
theClass - a Class object.
name - a String object.
propertyName - a String object.
propertyValue - a String object.

PropertySettingTestSuite

public PropertySettingTestSuite(Class<? extends junit.framework.TestCase> theClass,
                                String propertyName,
                                String propertyValue)

Constructor for PropertySettingTestSuite.

Parameters:
theClass - a Class object.
propertyName - a String object.
propertyValue - a String object.

PropertySettingTestSuite

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

Constructor for PropertySettingTestSuite.

Parameters:
name - a String object.
propertyName - a String object.
propertyValue - a String object.
Method Detail

runTest

public void runTest(junit.framework.Test test,
                    junit.framework.TestResult result)

Overrides:
runTest in class junit.framework.TestSuite


Copyright © 2011. All Rights Reserved.