ontouml_vocabulary_lib.tests.test_ontouml.fixtures_test_ontouml

Fixtures for testing the OntoUML class’s methods.

This module contains fixtures for testing various aspects of OntoUML, including validation of terms and URIs based on the OntoUML vocabulary. It defines lists of valid and invalid inputs, along with the expected fragments and strings for OntoUML terms and URIs.

Module Contents

ontouml_vocabulary_lib.tests.test_ontouml.fixtures_test_ontouml.ALL_TERMS_FRAGMENT = ['abstract', 'abstractNature', 'aggregationKind', 'AggregationKind', 'attribute', 'begin',...
ontouml_vocabulary_lib.tests.test_ontouml.fixtures_test_ontouml.ALL_TERMS_STR = ['https://w3id.org/ontouml#abstract', 'https://w3id.org/ontouml#abstractNature',...
ontouml_vocabulary_lib.tests.test_ontouml.fixtures_test_ontouml.OK_BASE_URI = 'https://w3id.org/ontouml#'
ontouml_vocabulary_lib.tests.test_ontouml.fixtures_test_ontouml.NOK_BASE_URI = 'https://example.org/'
ontouml_vocabulary_lib.tests.test_ontouml.fixtures_test_ontouml.INVALID_INPUTS