[java-identity-provider] 01/02: Javadoc

Rod Widdowson rdw at steadingsoftware.com
Wed Feb 10 16:03:35 UTC 2021


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=d4b05a6ed57886630de0436dfebad62949b567b4

commit d4b05a6ed57886630de0436dfebad62949b567b4
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Feb 10 15:28:05 2021 +0000

    Javadoc
---
 .../idp/consent/flow/impl/ConsentFlowDescriptorTest.java |  1 +
 .../storage/impl/AbstractConsentStorageActionTest.java   |  1 +
 .../idp/consent/flow/storage/impl/CreateResultTest.java  | 16 +++++++++-------
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptorTest.java b/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptorTest.java
index deec486e0..22f035307 100644
--- a/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptorTest.java
+++ b/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptorTest.java
@@ -26,6 +26,7 @@ import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.Test;
 
 /** {@link ConsentFlowDescriptor} unit test. */
+ at SuppressWarnings("javadoc")
 public class ConsentFlowDescriptorTest {
 
     private ConsentFlowDescriptor descriptor;
diff --git a/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/storage/impl/AbstractConsentStorageActionTest.java b/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/storage/impl/AbstractConsentStorageActionTest.java
index b2d93d8d4..5d838bcb9 100644
--- a/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/storage/impl/AbstractConsentStorageActionTest.java
+++ b/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/storage/impl/AbstractConsentStorageActionTest.java
@@ -35,6 +35,7 @@ import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.Test;
 
 /** {@link AbstractConsentStorageAction} unit test. */
+ at SuppressWarnings("javadoc")
 public abstract class AbstractConsentStorageActionTest extends AbstractConsentActionTest {
 
     protected void populateAction() throws Exception {
diff --git a/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/storage/impl/CreateResultTest.java b/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/storage/impl/CreateResultTest.java
index eccbfb42d..0416f3d4b 100644
--- a/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/storage/impl/CreateResultTest.java
+++ b/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/storage/impl/CreateResultTest.java
@@ -25,6 +25,13 @@ import java.util.Map;
 
 import javax.annotation.Nonnull;
 
+import org.opensaml.profile.context.ProfileRequestContext;
+import org.opensaml.storage.StorageRecord;
+import org.springframework.webflow.execution.Event;
+import org.testng.Assert;
+import org.testng.annotations.BeforeMethod;
+import org.testng.annotations.Test;
+
 import net.shibboleth.idp.consent.Consent;
 import net.shibboleth.idp.consent.context.ConsentContext;
 import net.shibboleth.idp.consent.impl.ConsentTestingSupport;
@@ -33,14 +40,8 @@ import net.shibboleth.idp.profile.context.ProfileInterceptorContext;
 import net.shibboleth.idp.profile.testing.ActionTestingSupport;
 import net.shibboleth.utilities.java.support.logic.FunctionSupport;
 
-import org.opensaml.profile.context.ProfileRequestContext;
-import org.opensaml.storage.StorageRecord;
-import org.springframework.webflow.execution.Event;
-import org.testng.Assert;
-import org.testng.annotations.BeforeMethod;
-import org.testng.annotations.Test;
-
 /** {@link CreateResult} unit test. */
+ at SuppressWarnings("javadoc")
 public class CreateResultTest extends AbstractConsentIndexedStorageActionTest {
 
     protected CreateResult buildAction(@Nonnull final String key) throws Exception {
@@ -81,6 +82,7 @@ public class CreateResultTest extends AbstractConsentIndexedStorageActionTest {
     }
 
     @Test public void testCreateResult() throws Exception {
+        
         action.initialize();
 
         final ConsentContext consentCtx = prc.getSubcontext(ConsentContext.class);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list