mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/test/java/org/opends/server/admin/EnumPropertyDefinitionTest.java
@@ -57,8 +57,7 @@
  }
  /**
   * Tests that exception thrown when no enum class
   * specified by builder
   * Tests that exception thrown when no enum class specified by builder.
   */
  @Test
  public void testBuildInstance() {
@@ -67,8 +66,7 @@
  }
  /**
   * Tests that exception thrown when no enum class
   * specified by builder
   * Tests that exception thrown when no enum class specified by builder.
   */
  @Test(expectedExceptions = {IllegalStateException.class})
  public void testBuildInstance2() {
@@ -79,7 +77,7 @@
  }
  /**
   * Creates data decodeValue test
   * Creates data decodeValue test.
   * @return data
   */
  @DataProvider(name = "decodeValueData")
@@ -90,7 +88,7 @@
  }
  /**
   * Tests decodeValue()
   * Tests decodeValue().
   * @param value to decode
   * @param expectedValue enum expected
   */
@@ -101,7 +99,7 @@
  }
  /**
   * Creates illegal data for decode value test
   * Creates illegal data for decode value test.
   * @return data
   */
  @DataProvider(name = "decodeValueData2")
@@ -113,7 +111,7 @@
  }
  /**
   * Tests decodeValue()
   * Tests decodeValue().
   * @param value to decode
   */
  @Test(dataProvider = "decodeValueData2",
@@ -125,7 +123,7 @@
  }
  /**
   * Tests normalization
   * Tests normalization.
   */
  @Test
  public void testNormalizeValue() {
@@ -134,7 +132,7 @@
  }
  /**
   * Tests validation
   * Tests validation.
   */
  @Test
  public void testValidateValue() {