Package it.tidalwave.role.spi
Class DefaultContextManagerTest
- java.lang.Object
-
- it.tidalwave.role.spi.DefaultContextManagerTest
-
public class DefaultContextManagerTest extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description DefaultContextManagerTest()
-
Method Summary
-
-
-
Method Detail
-
setup
public void setup()
-
must_start_with_no_contexts
public void must_start_with_no_contexts()
-
must_properly_add_and_retrieve_global_contexts
public void must_properly_add_and_retrieve_global_contexts()
-
must_properly_add_and_retrieve_global_contexts_in_order
public void must_properly_add_and_retrieve_global_contexts_in_order()
-
must_properly_remove_and_retrieve_global_contexts
public void must_properly_remove_and_retrieve_global_contexts()
-
must_properly_add_and_retrieve_local_contexts
public void must_properly_add_and_retrieve_local_contexts()
-
must_properly_add_and_retrieve_local_contexts_in_order
public void must_properly_add_and_retrieve_local_contexts_in_order()
-
must_properly_remove_and_retrieve_local_contexts
public void must_properly_remove_and_retrieve_local_contexts()
-
must_prioritize_global_contexts
public void must_prioritize_global_contexts()
-
must_confine_local_contexts_in_their_thread
public void must_confine_local_contexts_in_their_thread() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
runWithContexts_must_temporarily_associate_local_contexts
public void runWithContexts_must_temporarily_associate_local_contexts()
-
must_properly_remove_local_contexts
public void must_properly_remove_local_contexts()
-
must_properly_remove_local_contexts_when_exception_throw
public void must_properly_remove_local_contexts_when_exception_throw()
-
must_properly_remove_local_contexts_with_runnable
public void must_properly_remove_local_contexts_with_runnable()
-
must_properly_remove_local_contexts_with_supplier
public void must_properly_remove_local_contexts_with_supplier()
-
-