Skip to content

Fixed Unit tests for TMF API

Nikolaos Kyriakoulis requested to merge 13-fix-unit-tests into develop

org.etsi.osl.cridge#2 (closed)

Closes #13 (closed)

Fixed:

  • ResourceOrderIntegrationTest -> testResourceOrderCreate
  • ResourcePoolIntegrationTest -> testResourcePoolCreateAndUpdate
  • ResourceInventoryIntegrationTest -> testResourceCreateAndUpdate
  • ServiceCatalogIntegrationTest -> testCloneSpec, testSpecAttributesUpdate
  • ResourceCatalogIntegrationTest -> addCatalogAddCategory, manageCategoriesSubCategories, _countDefaultProperties, testSpecAttributesUpdate, testBundledSpec, testSpecAttachment, testLogicalPhysicalResources

Removed JsonUtils.java from tests, and imported JsonUtils.java from main in order to correctly replicate the functions that the tests use.

Merge request reports