Class HashFunctionTest
- java.lang.Object
-
- net.shibboleth.idp.consent.logic.impl.HashFunctionTest
-
public class HashFunctionTest extends Object
HashFunctionunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.consent.logic.impl.HashFunctionfunction
-
Constructor Summary
Constructors Constructor Description HashFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestEmptyInput()voidtestHash()voidtestNullInput()
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
testNullInput
public void testNullInput()
-
testEmptyInput
public void testEmptyInput()
-
testHash
public void testHash()
-
-