Class AuthenticationContextClassReferencePrincipalTest
- java.lang.Object
-
- net.shibboleth.oidc.authn.principal.AuthenticationContextClassReferencePrincipalTest
-
public class AuthenticationContextClassReferencePrincipalTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private net.shibboleth.oidc.authn.principal.AuthenticationContextClassReferencePrincipalprincipal
-
Constructor Summary
Constructors Constructor Description AuthenticationContextClassReferencePrincipalTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestClone()voidtestEquals()voidtestToString()
-
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testEquals
public void testEquals()
-
testClone
public void testClone() throws CloneNotSupportedException- Throws:
CloneNotSupportedException
-
testToString
public void testToString()
-
-