diff options
author | Avi Ziv <avi.ziv@amdocs.com> | 2018-03-15 13:21:44 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-04-24 07:50:44 +0000 |
commit | c175a0de2f05d37c1c774684318a525eb96bb59b (patch) | |
tree | 0c8bd736fdbcb512fefce93ec841fd3537336206 /common-app-api/src/test | |
parent | 08d85958f46d1de9aec9cf459632b5be040063be (diff) |
Create on boarding docker
Add BE and Cassandra init docker images
Change-Id: Id9d767c73fc946819cec821b4634ce650cbb22fd
Issue-ID: SDC-781
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'common-app-api/src/test')
-rw-r--r-- | common-app-api/src/test/java/org/openecomp/sdc/fe/config/ConfigurationTest.java | 28 |
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; |