Class AbstractProfileInterceptorResultTest
- java.lang.Object
-
- net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResultTest
-
public class AbstractProfileInterceptorResultTest extends Object
AbstractProfileInterceptorResultunit test.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classAbstractProfileInterceptorResultTest.MockAbstractProfileInterceptorResult
-
Constructor Summary
Constructors Constructor Description AbstractProfileInterceptorResultTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestEmptyContext()voidtestEmptyKey()voidtestEmptyValue()voidtestNegativeExpiration()voidtestNullContext()voidtestNullExpiration()voidtestNullKey()voidtestNullValue()voidtestResult()voidtestZeroExpiration()
-
-
-
Method Detail
-
testEmptyContext
public void testEmptyContext()
-
testEmptyKey
public void testEmptyKey()
-
testEmptyValue
public void testEmptyValue()
-
testNullContext
public void testNullContext()
-
testNullKey
public void testNullKey()
-
testNullValue
public void testNullValue()
-
testNegativeExpiration
public void testNegativeExpiration()
-
testNullExpiration
public void testNullExpiration()
-
testZeroExpiration
public void testZeroExpiration()
-
testResult
public void testResult()
-
-