Class PropertyListUtil
- java.lang.Object
-
- net.officefloor.compile.test.properties.PropertyListUtil
-
public class PropertyListUtil extends java.lang.ObjectUtility class for testing aPropertyList.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidassertPropertyValues(PropertyList propertyList, java.lang.String... propertyNameValues)Validates thePropertyvalues in thePropertyList.static voidvalidatePropertyNameLabels(PropertyList propertyList, java.lang.String... propertyNameLabels)Validates thePropertyinstances in thePropertyList.
-
-
-
Method Detail
-
validatePropertyNameLabels
public static void validatePropertyNameLabels(PropertyList propertyList, java.lang.String... propertyNameLabels)
Validates thePropertyinstances in thePropertyList.- Parameters:
propertyList-PropertyListto validate.propertyNameLabels- Name/Label pair listing of expectedPropertyinstances in thePropertyList.
-
assertPropertyValues
public static void assertPropertyValues(PropertyList propertyList, java.lang.String... propertyNameValues)
Validates thePropertyvalues in thePropertyList.- Parameters:
propertyList-PropertyListto validate.propertyNameValues- Name/value pair listing of expectedPropertyinstances in thePropertyList.
-
-