Class SchemaExtensionPropertyTest
java.lang.Object
org.eclipse.microprofile.openapi.tck.SchemaExtensionPropertyTest
This test covers the Extensible aspect of the Schema model, checking that properties are recognized correctly as
extensions by an implementation and handled according to the Schema documentation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
SchemaExtensionPropertyTest
public SchemaExtensionPropertyTest()
-
-
Method Details
-
testExtensionSetForUnknownProperty
public void testExtensionSetForUnknownProperty() -
testExtensionSetAllForUnknownProperty
public void testExtensionSetAllForUnknownProperty() -
testExtensionAvailableFromGet
public void testExtensionAvailableFromGet() -
testExtensionSetWithNonnullDialect
public void testExtensionSetWithNonnullDialect() -
testSetAllClearsExtensions
public void testSetAllClearsExtensions() -
testNullExtensionNotAdded
public void testNullExtensionNotAdded()
-