|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MycilaTesting | |
|---|---|
| com.mycila.testing.core | |
| Uses of MycilaTesting in com.mycila.testing.core |
|---|
| Methods in com.mycila.testing.core that return MycilaTesting | |
|---|---|
MycilaTesting |
MycilaTesting.configure(Object testInstance)
Configure the Plugin manager of this MycilaTesting from the given class. |
static MycilaTesting |
MycilaTesting.from(Class<?> c)
Get a MycilaTesting instance using the strategy defined for this class potentially annotated by MycilaPlugins. |
static MycilaTesting |
MycilaTesting.from(MycilaPlugins mycilaPlugins)
Get a MycilaTesting instance using the strategy defined in the provided annotation. |
static MycilaTesting |
MycilaTesting.newCustomSetup()
Creates a new custom TestSetup with an empty PluginManager. |
static MycilaTesting |
MycilaTesting.newDefaultSetup()
Creates a new TestSetup the default plugin descriptor which is DEFAULT_PLUGIN_DESCRIPTOR |
static MycilaTesting |
MycilaTesting.newSetup(String pluginDescriptor)
Creates a new TestSetup instance using a specific plugin descriptor to loads plugins. |
static MycilaTesting |
MycilaTesting.staticCustomSetup()
Get a static custom TestSetup instance with an empty PluginManager. |
static MycilaTesting |
MycilaTesting.staticDefaultSetup()
Get a static TestSetup with the default plugin descriptor which is DEFAULT_PLUGIN_DESCRIPTOR |
static MycilaTesting |
MycilaTesting.staticSetup(String pluginDescriptor)
Get a static TestSetup instance using a specific plugin descriptor to loads plugins. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||