Class PropertyListUtil


  • public class PropertyListUtil
    extends java.lang.Object
    Utility class for testing a PropertyList.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • validatePropertyNameLabels

        public static void validatePropertyNameLabels​(PropertyList propertyList,
                                                      java.lang.String... propertyNameLabels)
        Validates the Property instances in the PropertyList.
        Parameters:
        propertyList - PropertyList to validate.
        propertyNameLabels - Name/Label pair listing of expected Property instances in the PropertyList.
      • assertPropertyValues

        public static void assertPropertyValues​(PropertyList propertyList,
                                                java.lang.String... propertyNameValues)
        Validates the Property values in the PropertyList.
        Parameters:
        propertyList - PropertyList to validate.
        propertyNameValues - Name/value pair listing of expected Property instances in the PropertyList.