eclipse-basyx / basyx-java-server-sdk

MIT License
59 stars 46 forks source link

feat: add tests for submodel methods #360

Closed ShehriyarShariq-Fraunhofer closed 2 weeks ago

ShehriyarShariq-Fraunhofer commented 3 months ago

Pull Request Template

Description of Changes

Added test cases for SubmodelRepository(getSubmodelByIdValueOnly and getSubmodelByIdMetadata) and SubmodelService(patchSubmodelElements).

ShehriyarShariq-Fraunhofer commented 2 months ago

Yes, it is being tested. SubmodelRepositoryApiHTTPController uses SubmodelRepository and basyx.submodelrepository-core contains the test for getSubmodelByIdValueOnly in SubmodelRepositorySuite.java.