Class QueryOperationTest

    • Constructor Detail

      • QueryOperationTest

        protected QueryOperationTest​(String objectTypeId,
                                     QueryFilter queryFilter)
        Creates an instance of an operation test.

        Intended to be used as part of a Parameterized test but can be run as a single test instance by invoking this constructor from the no argument constructor of the implementing class.

        Parameters:
        objectTypeId - object type id under test
        queryFilter - query filter to be used as input to the operation
      • QueryOperationTest

        protected QueryOperationTest​(String objectTypeId,
                                     QueryFilter queryFilter,
                                     OptionalTestInput optionalTestInput)
        Creates an instance of an operation test.

        Intended to be used as part of a Parameterized test but can be run as a single test instance by invoking this constructor from the no argument constructor of the implementing class.

        Parameters:
        objectTypeId - object type id under test
        queryFilter - query filter to be used as input to the operation
        optionalTestInput - optional input for the test