java.lang.Object |
↳ |
org.eclipse.sisu.launch.InjectedTest |
Class Overview
Abstract TestNG/JUnit4 test that automatically binds and injects itself.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.google.inject.Module
abstract
void
|
configure(Binder arg0)
|
|
Public Constructors
Public Methods
public
void
configure
(Binder binder)
Custom injection bindings.
public
void
configure
(Properties properties)
Parameters
properties |
The test properties
|
public
final
String
getBasedir
()
public
final
T
lookup
(Class<T> type, String name)
public
final
T
lookup
(Class<T> type, Class<? extends Annotation> qualifier)
public
final
T
lookup
(Class<T> type)
public
final
T
lookup
(Class<T> type, Annotation qualifier)