Class ConsentFlowDescriptorTest
- java.lang.Object
-
- net.shibboleth.idp.consent.flow.impl.ConsentFlowDescriptorTest
-
public class ConsentFlowDescriptorTest extends Object
ConsentFlowDescriptorunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.idp.consent.flow.impl.ConsentFlowDescriptordescriptor
-
Constructor Summary
Constructors Constructor Description ConsentFlowDescriptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCompareValues()voidtestInstantation()voidtestLifetime()voidtestMaxStoredRecords()voidtestNullLifetime()
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
testInstantation
public void testInstantation()
-
testCompareValues
public void testCompareValues()
-
testNullLifetime
public void testNullLifetime()
-
testLifetime
public void testLifetime()
-
testMaxStoredRecords
public void testMaxStoredRecords()
-
-