Class CreateApiOpTests

    • Constructor Detail

      • CreateApiOpTests

        public CreateApiOpTests()
    • Method Detail

      • testCreateFailUnsupportedAttribute

        @ParameterizedTest
        @MethodSource("objectClasses")
        public void testCreateFailUnsupportedAttribute​(ObjectClass objectClass)
        Tests create method with invalid Attribute, RuntimeException is expected connector developers can set the value of unsupported attribute using test property: testsuite.Create.unsupportedAttributeName
      • testCreateWithSameAttributes

        @ParameterizedTest
        @MethodSource("objectClasses")
        public void testCreateWithSameAttributes​(ObjectClass objectClass)
        Tests create twice with the same attributes. It should return different Uids.