Package net.shibboleth.idp.consent.impl
Class ConsentTest
- java.lang.Object
-
- net.shibboleth.idp.consent.impl.ConsentTest
-
public class ConsentTest extends Object
Consentunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.consent.Consentconsent
-
Constructor Summary
Constructors Constructor Description ConsentTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestEmptyValue()voidtestEqualityAndHashCode()voidtestInstantation()voidtestIsApproved()voidtestNullValue()voidtestValue()
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
testInstantation
public void testInstantation()
-
testEmptyValue
public void testEmptyValue()
-
testNullValue
public void testNullValue()
-
testValue
public void testValue()
-
testIsApproved
public void testIsApproved()
-
testEqualityAndHashCode
public void testEqualityAndHashCode()
-
-