Create on boarding docker
[sdc.git] / common-app-api / src / test / java / org / openecomp / sdc / fe / config / ConfigurationTest.java
index 6342da8..4afafae 100644 (file)
@@ -499,35 +499,7 @@ public class ConfigurationTest {
                testSubject.setFeFqdn(feFqdn);
        }
 
-       
-       @Test
-       public void testGetOnboardingForwardContext() throws Exception {
-               Configuration testSubject;
-               String result;
-
-               // default test
-               testSubject = createTestSubject();
-               result = testSubject.getOnboardingForwardContext();
-       }
-
-       
-       @Test
-       public void testSetOnboardingForwardContext() throws Exception {
-               Configuration testSubject;
-               String onboardingForwardContext = "";
 
-               // default test
-               testSubject = createTestSubject();
-               testSubject.setOnboardingForwardContext(onboardingForwardContext);
-       }
-
-       
-
-
-       
-
-
-       
        @Test
        public void testToString() throws Exception {
                Configuration testSubject;