Uses of Interface
com.mycila.testing.core.plugin.TestPlugin

Packages that use TestPlugin
com.mycila.testing.core   
com.mycila.testing.core.api   
com.mycila.testing.core.plugin   
com.mycila.testing.plugin.annotation   
 

Uses of TestPlugin in com.mycila.testing.core
 

Methods in com.mycila.testing.core that return types with arguments of type TestPlugin
 com.mycila.plugin.spi.PluginManager<TestPlugin> MycilaTesting.pluginManager()
           
 

Uses of TestPlugin in com.mycila.testing.core.api
 

Methods in com.mycila.testing.core.api that return types with arguments of type TestPlugin
 com.mycila.plugin.spi.PluginManager<TestPlugin> TestContext.pluginManager()
           
 

Uses of TestPlugin in com.mycila.testing.core.plugin
 

Classes in com.mycila.testing.core.plugin that implement TestPlugin
 class DefaultTestPlugin
          Adapter implementation of a Test Plugin which does nothing.
 

Uses of TestPlugin in com.mycila.testing.plugin.annotation
 

Classes in com.mycila.testing.plugin.annotation that implement TestPlugin
 class AnnotationTestPlugin
           
 



Copyright © 2008-2011 Mycila. All Rights Reserved.