Class DciContextWithAutoThreadBindingAspectTest

java.lang.Object
it.tidalwave.role.spring.spi.DciContextWithAutoThreadBindingAspectTest

public class DciContextWithAutoThreadBindingAspectTest extends Object
Author:
Fabrizio Giudici
  • Constructor Details

    • DciContextWithAutoThreadBindingAspectTest

      public DciContextWithAutoThreadBindingAspectTest()
  • Method Details

    • setup

      @BeforeClass public void setup()
    • must_not_bind_context_when_no_annotation

      public void must_not_bind_context_when_no_annotation(@Nonnull String methodName) throws Exception
      Parameters:
      methodName - the method to call
      Throws:
      Exception
    • must_not_bind_context_when_annotation_present_but_no_autoThreadBinding

      public void must_not_bind_context_when_annotation_present_but_no_autoThreadBinding(@Nonnull String methodName) throws Exception
      Parameters:
      methodName - the method to call
      Throws:
      Exception
    • must_bind_context_when_annotation_present_and_autoThreadBinding

      public void must_bind_context_when_annotation_present_and_autoThreadBinding(@Nonnull String methodName) throws Throwable
      Parameters:
      methodName - the method to call
      Throws:
      Throwable