From 3504265229c589ecc166e3ad4c33bb198b11e4ce Mon Sep 17 00:00:00 2001 From: sunil unnava Date: Tue, 23 Oct 2018 12:18:59 -0400 Subject: update the package name Issue-ID: DMAAP-858 Change-Id: I49ae6eb9c51a261b64b911e607fcbbca46c5423c Signed-off-by: sunil unnava --- .../com/att/nsa/cambria/beans/ApiKeyBeanTest.java | 58 ----- .../com/att/nsa/cambria/beans/ApiKeyBeanTest2.java | 58 ----- .../com/att/nsa/cambria/beans/ApiKeyBeanTest3.java | 58 ----- .../com/att/nsa/cambria/beans/ApiKeyBeanTest4.java | 58 ----- .../com/att/nsa/cambria/beans/ApiKeyBeanTest5.java | 58 ----- .../com/att/nsa/cambria/beans/ApiKeyBeanTest6.java | 58 ----- .../nsa/cambria/beans/DMaaPCambriaLimiterTest.java | 83 ------- .../att/nsa/cambria/beans/DMaaPContextTest.java | 53 ----- .../att/nsa/cambria/beans/DMaaPContextTest2.java | 56 ----- .../att/nsa/cambria/beans/DMaaPContextTest3.java | 57 ----- .../att/nsa/cambria/beans/DMaaPContextTest4.java | 60 ----- .../att/nsa/cambria/beans/DMaaPContextTest5.java | 57 ----- .../att/nsa/cambria/beans/DMaaPContextTest6.java | 57 ----- .../cambria/beans/DMaaPKafkaMetaBrokerTest.java | 252 --------------------- .../com/att/nsa/cambria/beans/JUnitTestSuite.java | 49 ---- .../com/att/nsa/cambria/beans/LogDetailsTest.java | 70 ------ .../att/nsa/cambria/beans/LogDetailsTest10.java | 56 ----- .../att/nsa/cambria/beans/LogDetailsTest11.java | 56 ----- .../att/nsa/cambria/beans/LogDetailsTest12.java | 56 ----- .../att/nsa/cambria/beans/LogDetailsTest13.java | 56 ----- .../att/nsa/cambria/beans/LogDetailsTest14.java | 56 ----- .../att/nsa/cambria/beans/LogDetailsTest15.java | 56 ----- .../att/nsa/cambria/beans/LogDetailsTest16.java | 56 ----- .../att/nsa/cambria/beans/LogDetailsTest17.java | 56 ----- .../att/nsa/cambria/beans/LogDetailsTest18.java | 56 ----- .../com/att/nsa/cambria/beans/LogDetailsTest2.java | 56 ----- .../com/att/nsa/cambria/beans/LogDetailsTest3.java | 56 ----- .../com/att/nsa/cambria/beans/LogDetailsTest4.java | 56 ----- .../com/att/nsa/cambria/beans/LogDetailsTest5.java | 56 ----- .../com/att/nsa/cambria/beans/LogDetailsTest6.java | 56 ----- .../com/att/nsa/cambria/beans/LogDetailsTest7.java | 56 ----- .../com/att/nsa/cambria/beans/LogDetailsTest8.java | 56 ----- .../com/att/nsa/cambria/beans/LogDetailsTest9.java | 56 ----- .../java/com/att/nsa/cambria/beans/TestRunner.java | 41 ---- .../com/att/nsa/cambria/beans/TopicBeanTest.java | 56 ----- .../com/att/nsa/cambria/beans/TopicBeanTest10.java | 55 ----- .../com/att/nsa/cambria/beans/TopicBeanTest2.java | 55 ----- .../com/att/nsa/cambria/beans/TopicBeanTest3.java | 55 ----- .../com/att/nsa/cambria/beans/TopicBeanTest4.java | 55 ----- .../com/att/nsa/cambria/beans/TopicBeanTest5.java | 55 ----- .../com/att/nsa/cambria/beans/TopicBeanTest6.java | 55 ----- .../com/att/nsa/cambria/beans/TopicBeanTest7.java | 55 ----- .../com/att/nsa/cambria/beans/TopicBeanTest8.java | 55 ----- .../com/att/nsa/cambria/beans/TopicBeanTest9.java | 55 ----- 44 files changed, 2686 deletions(-) delete mode 100644 src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest2.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest3.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest4.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest5.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest6.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/DMaaPCambriaLimiterTest.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest2.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest3.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest4.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest5.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest6.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/DMaaPKafkaMetaBrokerTest.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/JUnitTestSuite.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest10.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest11.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest12.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest13.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest14.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest15.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest16.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest17.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest18.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest2.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest3.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest4.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest5.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest6.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest7.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest8.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/LogDetailsTest9.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TestRunner.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TopicBeanTest.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TopicBeanTest10.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TopicBeanTest2.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TopicBeanTest3.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TopicBeanTest4.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TopicBeanTest5.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TopicBeanTest6.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TopicBeanTest7.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TopicBeanTest8.java delete mode 100644 src/test/java/com/att/nsa/cambria/beans/TopicBeanTest9.java (limited to 'src/test/java/com/att/nsa/cambria/beans') diff --git a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest.java b/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest.java deleted file mode 100644 index 7fa2bfd..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import com.att.dmf.mr.beans.ApiKeyBean; -import com.att.nsa.metrics.CdmMetricsRegistry; - -import java.io.IOException; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -public class ApiKeyBeanTest { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetEmail() { - - ApiKeyBean bean = new ApiKeyBean("hs647a@att.com", "testing bean"); - - bean.getEmail(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest2.java b/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest2.java deleted file mode 100644 index 763c2e7..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest2.java +++ /dev/null @@ -1,58 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import com.att.dmf.mr.beans.ApiKeyBean; -import com.att.nsa.metrics.CdmMetricsRegistry; - -import java.io.IOException; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -public class ApiKeyBeanTest2 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testSetEmail() { - - ApiKeyBean bean = new ApiKeyBean("hs647a@att.com", "testing bean"); - - bean.setEmail("rs857c@att.com"); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest3.java b/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest3.java deleted file mode 100644 index 27f7c15..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest3.java +++ /dev/null @@ -1,58 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import com.att.dmf.mr.beans.ApiKeyBean; -import com.att.nsa.metrics.CdmMetricsRegistry; - -import java.io.IOException; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -public class ApiKeyBeanTest3 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetDescription() { - - ApiKeyBean bean = new ApiKeyBean("hs647a@att.com", "testing bean"); - - bean.getDescription(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest4.java b/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest4.java deleted file mode 100644 index 6191c70..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest4.java +++ /dev/null @@ -1,58 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import com.att.dmf.mr.beans.ApiKeyBean; -import com.att.nsa.metrics.CdmMetricsRegistry; - -import java.io.IOException; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -public class ApiKeyBeanTest4 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testSetDescription() { - - ApiKeyBean bean = new ApiKeyBean("hs647a@att.com", "testing bean"); - - bean.setDescription("new testing description"); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest5.java b/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest5.java deleted file mode 100644 index 99fc9aa..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest5.java +++ /dev/null @@ -1,58 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import com.att.dmf.mr.beans.ApiKeyBean; -import com.att.nsa.metrics.CdmMetricsRegistry; - -import java.io.IOException; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -public class ApiKeyBeanTest5 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetSharedSecret() { - - ApiKeyBean bean = new ApiKeyBean("hs647a@att.com", "testing bean"); - - bean.getSharedSecret(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest6.java b/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest6.java deleted file mode 100644 index ca368e3..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/ApiKeyBeanTest6.java +++ /dev/null @@ -1,58 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import com.att.dmf.mr.beans.ApiKeyBean; -import com.att.nsa.metrics.CdmMetricsRegistry; - -import java.io.IOException; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -public class ApiKeyBeanTest6 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetKey() { - - ApiKeyBean bean = new ApiKeyBean("hs647a@att.com", "testing bean"); - - bean.getKey(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/DMaaPCambriaLimiterTest.java b/src/test/java/com/att/nsa/cambria/beans/DMaaPCambriaLimiterTest.java deleted file mode 100644 index 8c3568f..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/DMaaPCambriaLimiterTest.java +++ /dev/null @@ -1,83 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.CambriaApiException; -import com.att.dmf.mr.beans.DMaaPCambriaLimiter; - -public class DMaaPCambriaLimiterTest { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetSleepMsForRate() { - - - double value = 3; - DMaaPCambriaLimiter.getSleepMsForRate(value); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - @Test - public void testOnCall() { - - DMaaPCambriaLimiter limiter = new DMaaPCambriaLimiter(1,2, 3); - try { - limiter.onCall("testTopic", "ConsumerGroup1", "client2","remoteHost"); - } catch (CambriaApiException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - @Test - public void testOnSend() { - - DMaaPCambriaLimiter limiter = new DMaaPCambriaLimiter(3,3, 3); - limiter.onSend("testTopic", "consumerGroup1", "client1", 100); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest.java b/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest.java deleted file mode 100644 index 784b97b..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest.java +++ /dev/null @@ -1,53 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.DMaaPContext; - -public class DMaaPContextTest { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetBatchID() { - - DMaaPContext.getBatchID(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest2.java b/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest2.java deleted file mode 100644 index 88baf58..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest2.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import javax.servlet.http.HttpServletRequest; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.DMaaPContext; - -public class DMaaPContextTest2 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetRequest() { - - DMaaPContext context = new DMaaPContext(); - - context.getRequest(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest3.java b/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest3.java deleted file mode 100644 index b6b12b0..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest3.java +++ /dev/null @@ -1,57 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import javax.servlet.http.HttpServletRequest; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.DMaaPContext; - -public class DMaaPContextTest3 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetResponse() { - - DMaaPContext context = new DMaaPContext(); - - context.getResponse(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest4.java b/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest4.java deleted file mode 100644 index 95fbeef..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest4.java +++ /dev/null @@ -1,60 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import javax.servlet.http.HttpServletRequest; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; -import org.springframework.mock.web.MockHttpServletRequest; - -import com.att.dmf.mr.beans.DMaaPContext; - -public class DMaaPContextTest4 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetSession() { - - DMaaPContext context = new DMaaPContext(); - MockHttpServletRequest request = new MockHttpServletRequest(); - context.setRequest(request); - - context.getSession(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest5.java b/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest5.java deleted file mode 100644 index 2b2c9e1..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest5.java +++ /dev/null @@ -1,57 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import javax.servlet.http.HttpServletRequest; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.DMaaPContext; - -public class DMaaPContextTest5 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetConfigReader() { - - DMaaPContext context = new DMaaPContext(); - - context.getConfigReader(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest6.java b/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest6.java deleted file mode 100644 index b87021d..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/DMaaPContextTest6.java +++ /dev/null @@ -1,57 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - -import javax.servlet.http.HttpServletRequest; - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.DMaaPContext; - -public class DMaaPContextTest6 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetConsumerRequestTime() { - - DMaaPContext context = new DMaaPContext(); - - context.getConsumerRequestTime(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/DMaaPKafkaMetaBrokerTest.java b/src/test/java/com/att/nsa/cambria/beans/DMaaPKafkaMetaBrokerTest.java deleted file mode 100644 index 67ade96..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/DMaaPKafkaMetaBrokerTest.java +++ /dev/null @@ -1,252 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.assertTrue; - -import org.I0Itec.zkclient.ZkClient; -import org.I0Itec.zkclient.exception.ZkNoNodeException; -import org.junit.Before; -import org.junit.Test; -import org.junit.runner.RunWith; -import static org.mockito.Matchers.any; - -import java.util.Properties; - -import org.mockito.InjectMocks; -import org.mockito.Mock; -import org.mockito.MockitoAnnotations; -import org.powermock.api.mockito.PowerMockito; -import org.powermock.core.classloader.annotations.PrepareForTest; -import org.powermock.modules.junit4.PowerMockRunner; - -import com.att.dmf.mr.CambriaApiException; -import org.apache.kafka.clients.admin.AdminClient; - -import com.att.dmf.mr.beans.DMaaPKafkaMetaBroker; -import com.att.dmf.mr.constants.CambriaConstants; -import com.att.dmf.mr.metabroker.Topic; -import com.att.dmf.mr.metabroker.Broker1.TopicExistsException; -import com.att.nsa.configs.ConfigDb; -import com.att.nsa.configs.ConfigDbException; -import com.att.nsa.configs.ConfigPath; - - -@RunWith(PowerMockRunner.class) -@PrepareForTest({ AdminClient.class}) -public class DMaaPKafkaMetaBrokerTest { - - @InjectMocks - private DMaaPKafkaMetaBroker dMaaPKafkaMetaBroker; - @Mock - private ZkClient fZk; - @Mock - private AdminClient fKafkaAdminClient; - @Mock - private AdminClient client; - @Mock - private ConfigDb configDb; - @Mock - ConfigPath fBaseTopicData; - @Mock - private ZkClient zkClient; - @Mock - Topic mockTopic; - - @Before - public void setUp() { - MockitoAnnotations.initMocks(this); - PowerMockito.mockStatic(AdminClient.class); - //PowerMockito.when(AdminClient.create (any(Properties.class) )).thenReturn(fKafkaAdminClient); - - //PowerMockito.mockStatic(AdminUtils.class); - PowerMockito.when(configDb.parse("/topics")).thenReturn(fBaseTopicData); - - - } - - @Test - public void testGetAlltopics() { - try { - dMaaPKafkaMetaBroker.getAllTopics(); - } catch (ConfigDbException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - - } - - @Test - public void testcreateTopic() { - try { - dMaaPKafkaMetaBroker.createTopic("testtopic", "testtopic", "admin", 1, 1, true); - } catch (CambriaApiException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (TopicExistsException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (Exception e) { - // TODO Auto-generatee.printStackTrace(); - } - - } - - - @Test - public void testcreateTopic_wrongPartition() { - try { - - dMaaPKafkaMetaBroker.createTopic("testtopic", "testtopic", "admin", 0, 1, true); - } catch (CambriaApiException e) { - assertTrue(true); - } catch (TopicExistsException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (Exception e) { - // TODO Auto-generatee.printStackTrace(); - } - - } - - @Test - public void testcreateTopic_wrongReplica() { - try { - - dMaaPKafkaMetaBroker.createTopic("testtopic", "testtopic", "admin", 1, 0, true); - } catch (CambriaApiException e) { - assertTrue(true); - } catch (TopicExistsException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (Exception e) { - // TODO Auto-generatee.printStackTrace(); - } - - } - - @Test - public void testcreateTopic_error1() { - try { - dMaaPKafkaMetaBroker.createTopic("testtopic", "testtopic", "admin", 1, 1, true); - } catch (CambriaApiException e) { - assertTrue(true); - } catch (TopicExistsException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (Exception e) { - e.printStackTrace(); - } - - } - - @Test - public void testcreateTopic_error2() { - try { - dMaaPKafkaMetaBroker.createTopic("testtopic", "testtopic", "admin", 1, 1, true); - } catch (CambriaApiException e) { - assertTrue(true); - } catch (TopicExistsException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (Exception e) { - e.printStackTrace(); - } - } - - @Test - public void testcreateTopic_error3() { - try { - dMaaPKafkaMetaBroker.createTopic("testtopic", "testtopic", "admin", 1, 1, true); - } catch (CambriaApiException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (TopicExistsException e) { - assertTrue(true); - - } catch (Exception e) { - e.printStackTrace(); - } - - } - - @Test - public void testDeleteTopic() { - try { - dMaaPKafkaMetaBroker.deleteTopic("testtopic"); - } catch (CambriaApiException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (TopicExistsException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (Exception e) { - e.printStackTrace(); - } - assertTrue(true); - - } - - @Test - public void testDeleteTopic_error1() { - try { - dMaaPKafkaMetaBroker.deleteTopic("testtopic"); - } catch (CambriaApiException e) { - assertTrue(true); - } catch (TopicExistsException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (Exception e) { - e.printStackTrace(); - } - - } - - @Test - public void testDeleteTopic_error2() { - try { - dMaaPKafkaMetaBroker.deleteTopic("testtopic"); - } catch (CambriaApiException e) { - assertTrue(true); - } catch (TopicExistsException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (Exception e) { - e.printStackTrace(); - } - - } - - @Test - public void testDeleteTopic_error3() { - try { - dMaaPKafkaMetaBroker.deleteTopic("testtopic"); - } catch (CambriaApiException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (TopicExistsException e) { - assertTrue(true); - } catch (Exception e) { - e.printStackTrace(); - } - - } - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/JUnitTestSuite.java b/src/test/java/com/att/nsa/cambria/beans/JUnitTestSuite.java deleted file mode 100644 index e90675e..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/JUnitTestSuite.java +++ /dev/null @@ -1,49 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import junit.framework.TestSuite; - -import org.junit.runner.RunWith; -import org.junit.runners.Suite; -import org.junit.runners.Suite.SuiteClasses; -import org.apache.log4j.Logger; - -@RunWith(Suite.class) -@SuiteClasses({ ApiKeyBeanTest.class, ApiKeyBeanTest2.class, ApiKeyBeanTest3.class, ApiKeyBeanTest4.class, ApiKeyBeanTest5.class, ApiKeyBeanTest6.class, - DMaaPCambriaLimiterTest.class, DMaaPContextTest.class, DMaaPContextTest2.class, - DMaaPContextTest3.class,DMaaPContextTest4.class,DMaaPContextTest5.class,DMaaPContextTest6.class, - LogDetailsTest.class, LogDetailsTest2.class,LogDetailsTest3.class,LogDetailsTest4.class,LogDetailsTest5.class,LogDetailsTest6.class, - LogDetailsTest7.class,LogDetailsTest8.class,LogDetailsTest9.class,LogDetailsTest10.class,LogDetailsTest11.class,LogDetailsTest12.class, - LogDetailsTest13.class,LogDetailsTest14.class,LogDetailsTest15.class,LogDetailsTest16.class, TopicBeanTest.class,TopicBeanTest2.class,TopicBeanTest3.class, - TopicBeanTest4.class,TopicBeanTest5.class,TopicBeanTest6.class,TopicBeanTest7.class,TopicBeanTest8.class,TopicBeanTest9.class,TopicBeanTest10.class,}) - -public class JUnitTestSuite { - private static final Logger LOGGER = Logger.getLogger(JUnitTestSuite.class); - - public static void main(String[] args) { - LOGGER.info("Running the test suite"); - - TestSuite tstSuite = new TestSuite(); - LOGGER.info("Total Test Counts " + tstSuite.countTestCases()); - } - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest.java deleted file mode 100644 index e7c2173..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest.java +++ /dev/null @@ -1,70 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetPublisherId() { - - LogDetails details = new LogDetails(); - - details.getPublisherId(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - @Test - public void testGetPublisherLogDetails(){ - - LogDetails details = new LogDetails(); - details.setTotalMessageCount(1); - details.setConsumeTimestamp("02-27-1018"); - details.setSubscriberGroupId("1"); - details.setSubscriberId("1"); - assertEquals(details.getTotalMessageCount(),1); - assertEquals(details.getConsumeTimestamp(),"02-27-1018"); - assertEquals(details.getSubscriberId(),"1"); - assertEquals(details.getSubscriberGroupId(),"1"); - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest10.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest10.java deleted file mode 100644 index 44a6e45..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest10.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest10 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetPublishTimestamp() { - - LogDetails details = new LogDetails(); - - details.getPublishTimestamp(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest11.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest11.java deleted file mode 100644 index 3a935e6..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest11.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest11 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetMessageLengthInBytes() { - - LogDetails details = new LogDetails(); - - details.getMessageLengthInBytes(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest12.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest12.java deleted file mode 100644 index 1b2b3f5..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest12.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest12 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetConsumeTimestamp() { - - LogDetails details = new LogDetails(); - - details.getConsumeTimestamp(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest13.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest13.java deleted file mode 100644 index a30112e..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest13.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest13 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetTotalMessageCount() { - - LogDetails details = new LogDetails(); - - details.getTotalMessageCount(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest14.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest14.java deleted file mode 100644 index b04573d..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest14.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest14 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testIsTransactionEnabled() { - - LogDetails details = new LogDetails(); - - details.isTransactionEnabled(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest15.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest15.java deleted file mode 100644 index 8bbbb28..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest15.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest15 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetTransactionIdTs() { - - LogDetails details = new LogDetails(); - - details.getTransactionIdTs(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest16.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest16.java deleted file mode 100644 index eef7322..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest16.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest16 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetServerIp() { - - LogDetails details = new LogDetails(); - - details.getServerIp(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest17.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest17.java deleted file mode 100644 index c19b46d..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest17.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest17 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetPublisherLogDetails() { - - LogDetails details = new LogDetails(); - - details.getPublisherLogDetails(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest18.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest18.java deleted file mode 100644 index e894ae4..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest18.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest18 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetPublisherLogDetails() { - - LogDetails details = new LogDetails(); - - details.getPublisherLogDetails(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest2.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest2.java deleted file mode 100644 index acb818d..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest2.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest2 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetTransactionId() { - - LogDetails details = new LogDetails(); - - details.getTransactionId(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest3.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest3.java deleted file mode 100644 index b9b664d..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest3.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest3 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetTopicId() { - - LogDetails details = new LogDetails(); - - details.getTopicId(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest4.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest4.java deleted file mode 100644 index b17aadc..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest4.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest4 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetSubscriberGroupId() { - - LogDetails details = new LogDetails(); - - details.getSubscriberGroupId(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest5.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest5.java deleted file mode 100644 index 3beeab8..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest5.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest5 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetSubscriberId() { - - LogDetails details = new LogDetails(); - - details.getSubscriberId(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest6.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest6.java deleted file mode 100644 index 98d85d8..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest6.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest6 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetPublisherIp() { - - LogDetails details = new LogDetails(); - - details.getPublisherIp(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest7.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest7.java deleted file mode 100644 index 8753762..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest7.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest7 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetMessageBatchId() { - - LogDetails details = new LogDetails(); - - details.getMessageBatchId(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest8.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest8.java deleted file mode 100644 index d88ed11..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest8.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest8 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetMessageTimestamp() { - - LogDetails details = new LogDetails(); - - details.getMessageTimestamp(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest9.java b/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest9.java deleted file mode 100644 index b47b152..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/LogDetailsTest9.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.LogDetails; - -public class LogDetailsTest9 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetMessageSequence() { - - LogDetails details = new LogDetails(); - - details.getMessageSequence(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TestRunner.java b/src/test/java/com/att/nsa/cambria/beans/TestRunner.java deleted file mode 100644 index 25eb3c4..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TestRunner.java +++ /dev/null @@ -1,41 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import org.junit.runner.JUnitCore; -import org.junit.runner.Result; -import org.junit.runner.notification.Failure; -import org.apache.log4j.Logger; - -public class TestRunner { - private static final Logger LOGGER = Logger.getLogger(TestRunner.class); - - public static void main(String[] args) { - // TODO Auto-generated method stub - Result result = JUnitCore.runClasses(JUnitTestSuite.class); - for (Failure failure : result.getFailures()) { - LOGGER.info(failure.toString()); - - } - LOGGER.info(result.wasSuccessful()); - } - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest.java b/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest.java deleted file mode 100644 index 5a60767..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.TopicBean; - -public class TopicBeanTest { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetTopicName() { - - TopicBean bean = new TopicBean(); - - bean.getTopicName(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest10.java b/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest10.java deleted file mode 100644 index 4ebe601..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest10.java +++ /dev/null @@ -1,55 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.TopicBean; - -public class TopicBeanTest10 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testSetTransactionEnabled() { - - TopicBean bean = new TopicBean(); - bean.setTransactionEnabled(true); - - /* String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True"));*/ - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest2.java b/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest2.java deleted file mode 100644 index e6958de..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest2.java +++ /dev/null @@ -1,55 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.TopicBean; - -public class TopicBeanTest2 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testSetTopicName() { - - TopicBean bean = new TopicBean(); - bean.setTopicName("testTopic"); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest3.java b/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest3.java deleted file mode 100644 index 61dd6f9..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest3.java +++ /dev/null @@ -1,55 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.TopicBean; - -public class TopicBeanTest3 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetPartitionCount() { - - TopicBean bean = new TopicBean(); - bean.getPartitionCount(); - - String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True")); - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest4.java b/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest4.java deleted file mode 100644 index 894f959..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest4.java +++ /dev/null @@ -1,55 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.TopicBean; - -public class TopicBeanTest4 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testSetPartitionCount() { - - TopicBean bean = new TopicBean(); - bean.setPartitionCount(8); - - /* String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True"));*/ - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest5.java b/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest5.java deleted file mode 100644 index bd69e2e..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest5.java +++ /dev/null @@ -1,55 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.TopicBean; - -public class TopicBeanTest5 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetReplicationCount() { - - TopicBean bean = new TopicBean(); - bean.getReplicationCount(); - - /* String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True"));*/ - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest6.java b/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest6.java deleted file mode 100644 index db68525..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest6.java +++ /dev/null @@ -1,55 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.TopicBean; - -public class TopicBeanTest6 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testSetReplicationCount() { - - TopicBean bean = new TopicBean(); - bean.setReplicationCount(3); - - /* String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True"));*/ - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest7.java b/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest7.java deleted file mode 100644 index 3a6fdb6..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest7.java +++ /dev/null @@ -1,55 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.TopicBean; - -public class TopicBeanTest7 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testIsTransactionEnabled() { - - TopicBean bean = new TopicBean(); - bean.isTransactionEnabled(); - - /* String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True"));*/ - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest8.java b/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest8.java deleted file mode 100644 index 7cf8049..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest8.java +++ /dev/null @@ -1,55 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.TopicBean; - -public class TopicBeanTest8 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testGetTopicDescription() { - - TopicBean bean = new TopicBean(); - bean.getTopicDescription(); - - /* String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True"));*/ - - } - - - -} diff --git a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest9.java b/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest9.java deleted file mode 100644 index c6487e1..0000000 --- a/src/test/java/com/att/nsa/cambria/beans/TopicBeanTest9.java +++ /dev/null @@ -1,55 +0,0 @@ -/*- - * ============LICENSE_START======================================================= - * ONAP Policy Engine - * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. - * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ============LICENSE_END========================================================= - */ - -package com.att.nsa.cambria.beans; - -import static org.junit.Assert.*; - - -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import com.att.dmf.mr.beans.TopicBean; - -public class TopicBeanTest9 { - - @Before - public void setUp() throws Exception { - } - - @After - public void tearDown() throws Exception { - } - - @Test - public void testSetTopicDescription() { - - TopicBean bean = new TopicBean(); - bean.setTopicDescription("testing topic"); - - /* String trueValue = "True"; - assertTrue(trueValue.equalsIgnoreCase("True"));*/ - - } - - - -} -- cgit 1.2.3-korg