Annotation Type VerifyComponentProperties

    • Element Detail

      • of

        String[] of
        Returns:
        a number of properties, identified by their names that are to be considered for this test: white-list
        Default:
        {}
      • defaultValued

        String[] defaultValued
        Returns:
        a number of properties, identified by their names that are to be treated as having a default values, see PropertyMetadata.isDefaultValue()
        Default:
        {}
      • noValueExpression

        String[] noValueExpression
        Returns:
        a number of properties, identified by their names that are to be ignore on the tests with ValueExpressions. Caution the need of the configuration hints on an invalid implementation, because all properties should consider ValueExpressions.
        Default:
        {}
      • assertUnorderedCollection

        String[] assertUnorderedCollection
        Returns:
        a number of properties, identified by their names representing at least a Collection that are to be asserted ignoring the concrete order, see PropertyConfig.assertionStrategy() and AssertionStrategy.COLLECTION_IGNORE_ORDER. The default implementation will always respect / assert the same order of elements.
        Default:
        {}