Class AbstractMessageHandlerTest

java.lang.Object
org.opensaml.messaging.handler.AbstractMessageHandlerTest

public class AbstractMessageHandlerTest extends Object
Unit test for AbstractMessageHandler.
  • Constructor Details

    • AbstractMessageHandlerTest

      public AbstractMessageHandlerTest()
  • Method Details

    • testSuccess

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

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

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

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

      public void testPostFailure() throws Exception
      Test a failure in the post step.
      Throws:
      Exception - if something bad happens
    • testTrueActivationCondition

      public void testTrueActivationCondition() throws Exception
      Test handler with an always true activation condition.
      Throws:
      Exception
    • testFalseActivationCondition

      public void testFalseActivationCondition() throws Exception
      Test handler with an always false activation condition.
      Throws:
      Exception