Class AddResponseShellTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.saml1.profile.impl.AddResponseShellTest
-
public class AddResponseShellTest extends OpenSAMLInitBaseTestCase
AddResponseShellunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private AddResponseShellaction
-
Constructor Summary
Constructors Constructor Description AddResponseShellTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAddResponse()voidtestAddResponseWhenResponseAlreadyExist()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
action
private AddResponseShell action
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testAddResponse
public void testAddResponse()
-
testAddResponseWhenResponseAlreadyExist
public void testAddResponseWhenResponseAlreadyExist()
-
-