Improve Code Coverage % for Azure
Description:
- Issue Reference: osdu/platform/ci-cd-pipelines#40
- refactored the existing test cases to run on
JUnit5
- Added missing test case scenarios/branches for
- AzureExceptionMapperTest.java
- DataTableStoreTest.java
- PartitionTableStoreTest.java
- PartitionServicelmplCacheTest.java
- PartitionServicelmplTest.java
- AuthorizationServiceTest.java
- Added 'jacoco-maven-plugin' configuration exclusion list
[SpringBootApplication class & Configuration classes/packages]
- formatted the test cases w.r.t
Arrange Act Assert [AAA] pattern
& naming conventions(should_when
) - Azure Code Coverage Report Current MR vs master
Edited by Thulasi Dass Subramanian