aboutsummaryrefslogtreecommitdiffstats
path: root/common-app-api/src/test/java/org/openecomp/sdc/common/kpi/api/ASDCKpiApiTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'common-app-api/src/test/java/org/openecomp/sdc/common/kpi/api/ASDCKpiApiTest.java')
-rw-r--r--common-app-api/src/test/java/org/openecomp/sdc/common/kpi/api/ASDCKpiApiTest.java51
1 files changed, 0 insertions, 51 deletions
diff --git a/common-app-api/src/test/java/org/openecomp/sdc/common/kpi/api/ASDCKpiApiTest.java b/common-app-api/src/test/java/org/openecomp/sdc/common/kpi/api/ASDCKpiApiTest.java
deleted file mode 100644
index 3ff24f2b07..0000000000
--- a/common-app-api/src/test/java/org/openecomp/sdc/common/kpi/api/ASDCKpiApiTest.java
+++ /dev/null
@@ -1,51 +0,0 @@
-package org.openecomp.sdc.common.kpi.api;
-
-import org.junit.Test;
-
-
-public class ASDCKpiApiTest {
-
- private ASDCKpiApi createTestSubject() {
- return new ASDCKpiApi();
- }
-
-
- @Test
- public void testCountImportResourcesKPI() throws Exception {
-
- // default test
- ASDCKpiApi.countImportResourcesKPI();
- }
-
-
- @Test
- public void testCountCreatedResourcesKPI() throws Exception {
-
- // default test
- ASDCKpiApi.countCreatedResourcesKPI();
- }
-
-
- @Test
- public void testCountCreatedServicesKPI() throws Exception {
-
- // default test
- ASDCKpiApi.countCreatedServicesKPI();
- }
-
-
- @Test
- public void testCountUsersAuthorizations() throws Exception {
-
- // default test
- ASDCKpiApi.countUsersAuthorizations();
- }
-
-
- @Test
- public void testCountActivatedDistribution() throws Exception {
-
- // default test
- ASDCKpiApi.countActivatedDistribution();
- }
-} \ No newline at end of file