Package it.tidalwave.role.spring.spi
Class DciContextWithAutoThreadBindingAspectTest
- java.lang.Object
-
- it.tidalwave.role.spring.spi.DciContextWithAutoThreadBindingAspectTest
-
public class DciContextWithAutoThreadBindingAspectTest extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description DciContextWithAutoThreadBindingAspectTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
must_bind_context_when_annotation_present_and_autoThreadBinding(java.lang.String methodName)
void
must_not_bind_context_when_annotation_present_but_no_autoThreadBinding(java.lang.String methodName)
void
must_not_bind_context_when_no_annotation(java.lang.String methodName)
void
setup()
-
-
-
Method Detail
-
setup
public void setup()
-
must_not_bind_context_when_no_annotation
public void must_not_bind_context_when_no_annotation(@Nonnull java.lang.String methodName) throws java.lang.Exception
- Throws:
java.lang.Exception
-
must_not_bind_context_when_annotation_present_but_no_autoThreadBinding
public void must_not_bind_context_when_annotation_present_but_no_autoThreadBinding(@Nonnull java.lang.String methodName) throws java.lang.Exception
- Throws:
java.lang.Exception
-
must_bind_context_when_annotation_present_and_autoThreadBinding
public void must_bind_context_when_annotation_present_and_autoThreadBinding(@Nonnull java.lang.String methodName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-