Merge "AAFcli.java -Declare "value" on a separate line"
[aaf/authz.git] / cadi / core / src / test / java / org / onap / aaf / cadi / test / JU_BufferedCadiWrap.java
index 172270d..b0c0dca 100644 (file)
@@ -18,6 +18,7 @@
  * ============LICENSE_END====================================================
  *
  */
+
 package org.onap.aaf.cadi.test;
 
 import javax.servlet.http.HttpServletRequest;
@@ -28,18 +29,18 @@ import org.mockito.Mock;
 import org.mockito.MockitoAnnotations;
 
 public class JU_BufferedCadiWrap {
-       @Mock
-       private HttpServletRequest request;
-       
-       @Before
-       public void setUp() throws Exception {
-               MockitoAnnotations.initMocks(this);
-       }
+    @Mock
+    private HttpServletRequest request;
+
+    @Before
+    public void setUp() throws Exception {
+        MockitoAnnotations.initMocks(this);
+    }
 
-       @Test
-       public void constructorTest() {
-               // TODO: Ian - This will always fail beacuse the constructor is invalid
-               // BufferedCadiWrap bcw = new BufferedCadiWrap(request);
-       }
+    @Test
+    public void constructorTest() {
+        // TODO: Ian - This will always fail beacuse the constructor is invalid
+        // BufferedCadiWrap bcw = new BufferedCadiWrap(request);
+    }
 
 }