summaryrefslogtreecommitdiffstats
path: root/common-app-api/src/test/java/org/openecomp/sdc/fe/config/ConfigurationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'common-app-api/src/test/java/org/openecomp/sdc/fe/config/ConfigurationTest.java')
-rw-r--r--common-app-api/src/test/java/org/openecomp/sdc/fe/config/ConfigurationTest.java28
1 files changed, 0 insertions, 28 deletions
diff --git a/common-app-api/src/test/java/org/openecomp/sdc/fe/config/ConfigurationTest.java b/common-app-api/src/test/java/org/openecomp/sdc/fe/config/ConfigurationTest.java
index 6342da8222..4afafaefd4 100644
--- a/common-app-api/src/test/java/org/openecomp/sdc/fe/config/ConfigurationTest.java
+++ b/common-app-api/src/test/java/org/openecomp/sdc/fe/config/ConfigurationTest.java
@@ -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;