Package org.opensaml.profile.action
Class AbstractProfileActionTest
java.lang.Object
org.opensaml.profile.action.AbstractProfileActionTest
Unit test for
AbstractProfileAction.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest a failure in the exec step.voidTest an unchecked error in the exec step.voidTest a failure in the post step.voidTest a failure in the preexec step.voidTest a successful action run.
-
Constructor Details
-
AbstractProfileActionTest
public AbstractProfileActionTest()
-
-
Method Details
-
testSuccess
Test a successful action run.- Throws:
Exception- if something goes wrong
-
testPreFailure
Test a failure in the preexec step.- Throws:
Exception- if something goes wrong
-
testExecFailure
Test a failure in the exec step.- Throws:
Exception- if something goes wrong
-
testExecUnchecked
Test an unchecked error in the exec step.- Throws:
Exception- if something goes wrong
-
testPostFailure
Test a failure in the post step.- Throws:
Exception- if something goes wrong
-