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