Class GetOperationTest

    • Constructor Detail

      • GetOperationTest

        public GetOperationTest​(String objectTypeId,
                                String validObjectId)
        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
        validObjectId - id of a valid object
      • GetOperationTest

        public GetOperationTest​(String objectTypeId,
                                String validObjectId,
                                String invalidObjectId)
        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
        validObjectId - id of a valid object
        invalidObjectId - id of an object that does not exist
    • Method Detail

      • testGetInvalidId

        public void testGetInvalidId()
        Test method to verify the result of performing a get operation for an object that does not exist