From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/test/java/org/opends/server/controls/PasswordControlTest.java | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/controls/PasswordControlTest.java b/opendj-server-legacy/src/test/java/org/opends/server/controls/PasswordControlTest.java
index fbf8792..e0dd983 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/controls/PasswordControlTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/controls/PasswordControlTest.java
@@ -44,14 +44,14 @@
import static org.testng.Assert.*;
/**
- * Test password control
+ * Test password control.
*/
public class PasswordControlTest
extends ControlsTestCase
{
/**
- * Create values for PasswordPolicyErrorType
+ * Create values for PasswordPolicyErrorType.
*/
@DataProvider(name = "passwordPolicyErrorTypeData")
public Object[][] createPasswordPolicyErrorTypeData()
@@ -73,7 +73,7 @@
}
/**
- * Test if int value are ok
+ * Test if int value are ok.
*/
@Test(dataProvider = "passwordPolicyErrorTypeData")
public void checkIntValuePasswordPolicyErrorTypeTest(
@@ -89,7 +89,7 @@
/**
- * Test If we have only the required values
+ * Test If we have only the required values.
*/
@Test(dataProvider = "passwordPolicyErrorTypeData")
public void checkRequiredValuesPasswordPolicyErrorTypeTest(
@@ -109,7 +109,7 @@
}
/**
- * Test invalid int values
+ * Test invalid int values.
*/
@Test(dataProvider = "passwordPolicyErrorTypeData")
public void checkInvalidIntPasswordPolicyErrorTypeTest(
@@ -124,7 +124,7 @@
}
/**
- * Create correct values
+ * Create correct values.
*/
@DataProvider(name = "passwordPolicyWarningTypeData")
public Object[][] createPasswordPolicyWarningTypeData()
@@ -139,7 +139,7 @@
}
/**
- * Test if byte values are ok
+ * Test if byte values are ok.
*/
@Test(dataProvider = "passwordPolicyWarningTypeData")
public void checkIntValuePasswordPolicyWarningTypeTest(
@@ -157,7 +157,7 @@
/**
- * Test If we have only the required values
+ * Test If we have only the required values.
*/
@Test(dataProvider = "passwordPolicyWarningTypeData")
public void checkRequiredValuesPasswordPolicyWarningTypeTest(
@@ -177,7 +177,7 @@
}
/**
- * Test invalid int values
+ * Test invalid int values.
*/
@Test(dataProvider = "passwordPolicyWarningTypeData")
public void checkInvalidIntPasswordPolicyWarningTypeTest(
@@ -202,7 +202,7 @@
}
/**
- * Create values for PasswordExpiredControl
+ * Create values for PasswordExpiredControl.
*/
@DataProvider(name = "passwordExpiredControlData")
public Object[][] createPasswordExpiredControlData()
@@ -215,7 +215,7 @@
}
/**
- * Test OID
+ * Test OID.
*/
@Test
public void checkPasswordOID() throws Exception
@@ -226,7 +226,7 @@
}
/**
- * Test "Netscape password expired control" implementation
+ * Test "Netscape password expired control" implementation.
*/
@Test(dataProvider = "passwordExpiredControlData")
public void passwordExpiredControlTest(
@@ -283,7 +283,7 @@
}
/**
- * Create values for PasswordControl
+ * Create values for PasswordControl.
*/
@DataProvider(name = "passwordExpiringControlData")
public Object[][] createPasswordExpiringControlData()
@@ -296,7 +296,7 @@
}
/**
- * Test "Netscape password expired control" implementation
+ * Test "Netscape password expired control" implementation.
*/
@Test(dataProvider = "passwordExpiringControlData")
public void passwordExpiringControlTest(
@@ -361,7 +361,7 @@
}
/**
- * Create values for PasswordControl
+ * Create values for PasswordControl.
*/
@DataProvider(name = "passwordPolicyRequestControlData")
public Object[][] createPasswordPolicyRequestControlData()
@@ -374,7 +374,7 @@
}
/**
- * Test PasswordPolicyRequestControl
+ * Test PasswordPolicyRequestControl.
*/
@Test(dataProvider = "passwordPolicyRequestControlData")
public void passwordPolicyRequestControlTest(
@@ -425,7 +425,7 @@
/**
- * Create values for PasswordControl
+ * Create values for PasswordControl.
*/
@DataProvider(name = "passwordPolicyResponseControl")
public Object[][] createPasswordPolicyResponseControlData()
@@ -440,7 +440,7 @@
}
/**
- * Test PasswordPolicyResponseControl
+ * Test PasswordPolicyResponseControl.
*/
@Test(dataProvider = "passwordPolicyResponseControl")
public void passwordPolicyResponseControlTest(
--
Gitblit v1.10.0