public class JoinFunctionTest extends Object
JoinFunction unit test.| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.idp.consent.logic.impl.JoinFunction |
function |
private com.google.common.base.Function<ProfileRequestContext,String> |
functionA |
private com.google.common.base.Function<ProfileRequestContext,String> |
functionB |
private ProfileRequestContext |
prc |
private org.springframework.webflow.execution.RequestContext |
src |
| Constructor and Description |
|---|
JoinFunctionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testEmptyFirstFunctionJoin() |
void |
testEmptySecondFunctionJoin() |
void |
testJoin() |
void |
testNullFirstFunctionJoin() |
void |
testNullInput() |
void |
testNullSecondFunctionJoin() |
private org.springframework.webflow.execution.RequestContext src
private ProfileRequestContext prc
private com.google.common.base.Function<ProfileRequestContext,String> functionA
private com.google.common.base.Function<ProfileRequestContext,String> functionB
private net.shibboleth.idp.consent.logic.impl.JoinFunction function
public void testNullInput()
public void testJoin()
public void testNullFirstFunctionJoin()
public void testNullSecondFunctionJoin()
public void testEmptyFirstFunctionJoin()
public void testEmptySecondFunctionJoin()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.