Package it.tidalwave.role.spring.spi
Class DciContextWithAutoThreadBindingAspectTest
java.lang.Object
it.tidalwave.role.spring.spi.DciContextWithAutoThreadBindingAspectTest
- Author:
- Fabrizio Giudici
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
must_not_bind_context_when_no_annotation
(String methodName) void
setup()
-
Constructor Details
-
DciContextWithAutoThreadBindingAspectTest
public DciContextWithAutoThreadBindingAspectTest()
-
-
Method Details
-
setup
@BeforeClass public void setup() -
must_not_bind_context_when_no_annotation
- 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
-