public class AbstractProfileActionTest extends Object
AbstractProfileAction.| Modifier and Type | Class and Description |
|---|---|
private class |
AbstractProfileActionTest.BaseProfileAction |
private class |
AbstractProfileActionTest.ExecFailProfileAction |
private class |
AbstractProfileActionTest.ExecUncheckedProfileAction |
private class |
AbstractProfileActionTest.PostFailProfileAction |
private class |
AbstractProfileActionTest.PreFailProfileAction |
| Constructor and Description |
|---|
AbstractProfileActionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testExecFailure()
Test a failure in the exec step.
|
void |
testExecUnchecked()
Test an unchecked error in the exec step.
|
void |
testPostFailure()
Test a failure in the post step.
|
void |
testPreFailure()
Test a failure in the preexec step.
|
void |
testSuccess()
Test a successful action run.
|
public void testSuccess()
throws Exception
Exceptionpublic void testPreFailure()
throws Exception
Exceptionpublic void testExecFailure()
throws Exception
Exceptionpublic void testExecUnchecked()
throws Exception
ExceptionCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.