Package it.tidalwave.role.spi
Class ContextSamplerTest
- java.lang.Object
-
- it.tidalwave.role.spi.ContextSamplerTest
-
public class ContextSamplerTest extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description ContextSamplerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[][]
contextProvider()
void
must_delegate_runWithContexts_to_ContextManager(java.util.List<java.lang.Object> contexts)
void
must_sample_Contexts_at_construction_time(java.util.List<java.lang.Object> contexts)
void
setup()
-
-
-
Method Detail
-
setup
public void setup()
-
must_sample_Contexts_at_construction_time
public void must_sample_Contexts_at_construction_time(@Nonnull java.util.List<java.lang.Object> contexts)
-
must_delegate_runWithContexts_to_ContextManager
public void must_delegate_runWithContexts_to_ContextManager(@Nonnull java.util.List<java.lang.Object> contexts)
-
contextProvider
public java.lang.Object[][] contextProvider()
-
-