Class AbstractProfileActionTest

java.lang.Object
org.opensaml.profile.action.AbstractProfileActionTest

public class AbstractProfileActionTest extends Object
Unit test for AbstractProfileAction.
  • Constructor Details

    • AbstractProfileActionTest

      public AbstractProfileActionTest()
  • Method Details

    • testSuccess

      public void testSuccess() throws Exception
      Test a successful action run.
      Throws:
      Exception - if something goes wrong
    • testPreFailure

      public void testPreFailure() throws Exception
      Test a failure in the preexec step.
      Throws:
      Exception - if something goes wrong
    • testExecFailure

      public void testExecFailure() throws Exception
      Test a failure in the exec step.
      Throws:
      Exception - if something goes wrong
    • testExecUnchecked

      public void testExecUnchecked() throws Exception
      Test an unchecked error in the exec step.
      Throws:
      Exception - if something goes wrong
    • testPostFailure

      public void testPostFailure() throws Exception
      Test a failure in the post step.
      Throws:
      Exception - if something goes wrong