Merge "Fix more sonar issues in models: yaml to dao"
[policy/models.git] / models-interactions / model-impl / aai / src / test / java / org / onap / policy / aai / PnfTypeTest.java
index 3a24d8c..d323690 100644 (file)
@@ -23,8 +23,6 @@ package org.onap.policy.aai;
 
 import static org.junit.Assert.assertNotNull;
 
-import org.junit.AfterClass;
-import org.junit.BeforeClass;
 import org.junit.Test;
 import org.onap.policy.aai.util.Serialization;
 import org.slf4j.Logger;
@@ -33,13 +31,6 @@ import org.slf4j.LoggerFactory;
 public class PnfTypeTest {
     private static final Logger logger = LoggerFactory.getLogger(PnfTypeTest.class);
 
-
-    @BeforeClass
-    public static void setUpBeforeClass() throws Exception {}
-
-    @AfterClass
-    public static void tearDownAfterClass() throws Exception {}
-
     @Test
     public void test() {
         PnfType pnfType = PnfType.ENODEB;