com.mycila.testing.plugin.guice
Class Guice2TestPlugin

java.lang.Object
  extended by com.mycila.testing.core.plugin.DefaultTestPlugin
      extended by com.mycila.testing.plugin.guice.Guice2TestPlugin
All Implemented Interfaces:
com.mycila.plugin.api.Plugin, TestPlugin

public final class Guice2TestPlugin
extends DefaultTestPlugin

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)

Field Summary
static String INJECTOR
           
 
Constructor Summary
Guice2TestPlugin()
           
 
Method Summary
 void prepareTestInstance(TestContext context)
           
 
Methods inherited from class com.mycila.testing.core.plugin.DefaultTestPlugin
afterClass, afterTest, beforeTest, getAfter, getBefore, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INJECTOR

public static final String INJECTOR
See Also:
Constant Field Values
Constructor Detail

Guice2TestPlugin

public Guice2TestPlugin()
Method Detail

prepareTestInstance

public void prepareTestInstance(TestContext context)
Specified by:
prepareTestInstance in interface TestPlugin
Overrides:
prepareTestInstance in class DefaultTestPlugin


Copyright © 2008-2011 Mycila. All Rights Reserved.