Class DciContextWithAutoThreadBindingAspectTest

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

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

    • DciContextWithAutoThreadBindingAspectTest Link icon

      public DciContextWithAutoThreadBindingAspectTest()
  • Method Details Link icon

    • setup Link icon

      @BeforeClass public void setup()
    • must_not_bind_context_when_no_annotation Link icon

      public void must_not_bind_context_when_no_annotation(@Nonnull String methodName) throws Exception
      Throws:
      Exception
    • must_not_bind_context_when_annotation_present_but_no_autoThreadBinding Link icon

      public void must_not_bind_context_when_annotation_present_but_no_autoThreadBinding(@Nonnull String methodName) throws Exception
      Throws:
      Exception
    • must_bind_context_when_annotation_present_and_autoThreadBinding Link icon

      public void must_bind_context_when_annotation_present_and_autoThreadBinding(@Nonnull String methodName) throws Throwable
      Throws:
      Throwable