Class ConsentContextTest
- java.lang.Object
-
- net.shibboleth.idp.consent.context.impl.ConsentContextTest
-
public class ConsentContextTest extends Object
ConsentContextunit test.
-
-
Constructor Summary
Constructors Constructor Description ConsentContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCurrentConsents()voidtestInstantiation()voidtestPreviousConsents()
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
testInstantiation
public void testInstantiation()
-
testCurrentConsents
public void testCurrentConsents()
-
testPreviousConsents
public void testPreviousConsents()
-
-