Package org.opensaml.profile.action
Class AbstractProfileActionTest
- java.lang.Object
-
- org.opensaml.profile.action.AbstractProfileActionTest
-
public class AbstractProfileActionTest extends Object
Unit test forAbstractProfileAction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classAbstractProfileActionTest.BaseProfileActionprivate classAbstractProfileActionTest.ExecFailProfileActionprivate classAbstractProfileActionTest.ExecUncheckedProfileActionprivate classAbstractProfileActionTest.PostFailProfileActionprivate classAbstractProfileActionTest.PreFailProfileAction
-
Constructor Summary
Constructors Constructor Description AbstractProfileActionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestExecFailure()Test a failure in the exec step.voidtestExecUnchecked()Test an unchecked error in the exec step.voidtestPostFailure()Test a failure in the post step.voidtestPreFailure()Test a failure in the preexec step.voidtestSuccess()Test a successful action run.
-
-
-
Method Detail
-
testSuccess
public void testSuccess() throws ExceptionTest a successful action run.- Throws:
Exception- if something goes wrong
-
testPreFailure
public void testPreFailure() throws ExceptionTest a failure in the preexec step.- Throws:
Exception- if something goes wrong
-
testExecFailure
public void testExecFailure() throws ExceptionTest a failure in the exec step.- Throws:
Exception- if something goes wrong
-
testExecUnchecked
public void testExecUnchecked() throws ExceptionTest an unchecked error in the exec step.- Throws:
Exception- if something goes wrong
-
-