Keep only clean TestCases, remove 2 license issues
[aaf/authz.git] / auth / auth-core / src / test / java / org / onap / aaf / auth / env / test / JU_AuthzTransFilter.java
index f874e9d..19464bc 100644 (file)
@@ -67,23 +67,6 @@ Object additionalTafLurs = mock(Object.class);
                
                
        }
-
-/*     @Test
-       public void testTallyHo(){
-               PowerMockito.when(authzTransMock.info().isLoggable()).thenReturn(true);
-               //TODO: Gabe [JUnit] Not visible for junit
-               //if(trans.info().isLoggable())
-               //authzTransFilter.tallyHo(authzTransMock);
-               
-       }*/
-
-       /*@Test
-       public void testProtected() throws NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException {
-               Method newTransMethod = AuthzTransFilter.class.getDeclaredMethod("newTrans");
-               newTransMethod.setAccessible(true);
-               
-               newTransMethod.invoke(authzTransFilter);
-       }*/
        
        @Test
        public void testAuthenticated() throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, CadiException {