Package org.basepom.mojo.propertyhelper
Class RandomUtilTest
java.lang.Object
org.basepom.mojo.propertyhelper.RandomUtilTest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Tests `createRandomFromSeedString` method of `RandomUtil` class.void
-
Constructor Details
-
RandomUtilTest
public RandomUtilTest()
-
-
Method Details
-
testCreateRandomFromSeedString
-
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.
-