net.sourceforge.xmlfit.property
Class PropertyHelper

java.lang.Object
  extended by net.sourceforge.xmlfit.property.PropertyHelper

public class PropertyHelper
extends java.lang.Object


Constructor Summary
PropertyHelper()
           
 
Method Summary
static void addProperty(java.lang.String name, java.lang.String value)
           
static void addTestPropertiesFromDataSet(DataSet dataSet)
           
static void addTestStepPropertiesFromDataSet(DataSet dataSet)
           
static void clearTestProperties()
           
static void clearTestStepProperties()
           
static java.lang.String extractProperties(java.lang.String value)
           
static java.lang.String getPropertyValue(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHelper

public PropertyHelper()
Method Detail

addTestPropertiesFromDataSet

public static void addTestPropertiesFromDataSet(DataSet dataSet)

addTestStepPropertiesFromDataSet

public static void addTestStepPropertiesFromDataSet(DataSet dataSet)

addProperty

public static void addProperty(java.lang.String name,
                               java.lang.String value)

getPropertyValue

public static java.lang.String getPropertyValue(java.lang.String name)

clearTestStepProperties

public static void clearTestStepProperties()

clearTestProperties

public static void clearTestProperties()

extractProperties

public static java.lang.String extractProperties(java.lang.String value)


Copyright © 2009. All Rights Reserved.