summaryrefslogtreecommitdiffstats
path: root/cass/src/test/java/org/onap/aaf/cadi/aaf/cass/AAFAuthenticatedUserTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'cass/src/test/java/org/onap/aaf/cadi/aaf/cass/AAFAuthenticatedUserTest.java')
-rw-r--r--cass/src/test/java/org/onap/aaf/cadi/aaf/cass/AAFAuthenticatedUserTest.java247
1 files changed, 0 insertions, 247 deletions
diff --git a/cass/src/test/java/org/onap/aaf/cadi/aaf/cass/AAFAuthenticatedUserTest.java b/cass/src/test/java/org/onap/aaf/cadi/aaf/cass/AAFAuthenticatedUserTest.java
deleted file mode 100644
index edfc1b9..0000000
--- a/cass/src/test/java/org/onap/aaf/cadi/aaf/cass/AAFAuthenticatedUserTest.java
+++ /dev/null
@@ -1,247 +0,0 @@
-/*******************************************************************************
- * ============LICENSE_START====================================================
- * * org.onap.aaf
- * * ===========================================================================
- * * Copyright © 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====================================================
- * *
- * * ECOMP is a trademark and service mark of AT&T Intellectual Property.
- * *
- ******************************************************************************/
-package org.onap.aaf.cadi.aaf.cass;
-
-import static org.junit.Assert.*;
-
-import org.junit.Test;
-import org.onap.aaf.cadi.aaf.cass.AAFAuthenticatedUser;
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-import static org.junit.Assert.*;
-
-public class AAFAuthenticatedUserTest
-{
-
-
- @Before
- public void setUp()
- {
-
- }
-
- @After
- public void tearDown()
- {
-
- }
-
- /*
- * Testing Conditon(s): if: (endIndex >= 0)
- */
- @Test
- public void test_method_AAFAuthenticatedUser_0_branch_0()
- {
- System.out.println("Now Testing Method:AAFAuthenticatedUser Branch:0");
-
- //Constructor
-
-
-
- }
-
- /*
- * Testing Conditon(s): else: Not (endIndex >= 0)
- */
- @Test
- public void test_method_AAFAuthenticatedUser_0_branch_1()
- {
- System.out.println("Now Testing Method:AAFAuthenticatedUser Branch:1");
-
- //Constructor
-
-
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_getFullName_1_branch_0()
- {
- System.out.println("Now Testing Method:getFullName Branch:0");
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_getName_2_branch_0()
- {
- System.out.println("Now Testing Method:getName Branch:0");
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_isAnonymous_3_branch_0()
- {
- System.out.println("Now Testing Method:isAnonymous Branch:0");
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_setAnonymous_4_branch_0()
- {
- System.out.println("Now Testing Method:setAnonymous Branch:0");
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_getAnonymous_5_branch_0()
- {
- System.out.println("Now Testing Method:getAnonymous Branch:0");
-
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_isSuper_6_branch_0()
- {
- System.out.println("Now Testing Method:isSuper Branch:0");
-
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_setSuper_7_branch_0()
- {
- System.out.println("Now Testing Method:setSuper Branch:0");
-
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_getSuper_8_branch_0()
- {
- System.out.println("Now Testing Method:getSuper Branch:0");
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_isLocal_9_branch_0()
- {
- System.out.println("Now Testing Method:isLocal Branch:0");
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_setLocal_10_branch_0()
- {
- System.out.println("Now Testing Method:setLocal Branch:0");
-
-
-
- }
-
- /*
- * Testing Conditon(s): if: (this == o)
- */
- @Test
- public void test_method_equals_11_branch_0()
- {
- System.out.println("Now Testing Method:equals Branch:0");
-
-
- }
-
- /*
- * Testing Conditon(s): else: Not (this == o)
- */
- @Test
- public void test_method_equals_11_branch_1()
- {
- System.out.println("Now Testing Method:equals Branch:1");
-
- }
-
- /*
- * Testing Conditon(s): if: (!(o instanceof AAFAuthenticatedUser))
- */
- @Test
- public void test_method_equals_11_branch_2()
- {
- System.out.println("Now Testing Method:equals Branch:2");
-
- }
-
- /*
- * Testing Conditon(s): else: Not (!(o instanceof AAFAuthenticatedUser))
- */
- @Test
- public void test_method_equals_11_branch_3()
- {
- System.out.println("Now Testing Method:equals Branch:3");
-
-
- }
-
- /*
- * Testing Conditon(s): Default
- */
- @Test
- public void test_method_hashCode_12_branch_0()
- {
- System.out.println("Now Testing Method:hashCode Branch:0");
-
-
-
- }
-
-}