From c175a0de2f05d37c1c774684318a525eb96bb59b Mon Sep 17 00:00:00 2001 From: Avi Ziv Date: Thu, 15 Mar 2018 13:21:44 +0200 Subject: Create on boarding docker Add BE and Cassandra init docker images Change-Id: Id9d767c73fc946819cec821b4634ce650cbb22fd Issue-ID: SDC-781 Signed-off-by: Michael Lando --- .../openecomp/sdc/fe/config/ConfigurationTest.java | 28 ---------------------- 1 file changed, 28 deletions(-) (limited to 'common-app-api/src/test/java/org') 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; -- cgit 1.2.3-korg