Class RandomUtilTest

java.lang.Object
org.basepom.mojo.propertyhelper.RandomUtilTest

public class RandomUtilTest extends Object
  • Constructor Details

  • Method Details

    • testCreateRandomFromSeedString

      @Test public void testCreateRandomFromSeedString()
    • testCreateRandomFromNull

      @Test public void testCreateRandomFromNull()
      Tests `createRandomFromSeedString` method of `RandomUtil` class. When given a null, this method also generates a SecureRandom instance. This method specifically validates the nonnullness and the uniqueness of the returned SecureRandom instance.