| java.lang.Object | |
| ↳ | org.eclipse.sisu.launch.InjectedTest | 
Abstract TestNG/JUnit4 test that automatically binds and injects itself.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InjectedTest() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | configure(Properties properties) Custom property values. | ||||||||||
| void | configure(Binder binder) Custom injection bindings. | ||||||||||
| final String | getBasedir() | ||||||||||
| final <T> T | lookup(Class<T> type) | ||||||||||
| final <T> T | lookup(Class<T> type, Class<? extends Annotation> qualifier) | ||||||||||
| final <T> T | lookup(Class<T> type, Annotation qualifier) | ||||||||||
| final <T> T | lookup(Class<T> type, String name) | ||||||||||
| BeanScanning | scanning() | ||||||||||
| void | setUp() | ||||||||||
| ClassSpace | space() | ||||||||||
| SpaceModule | spaceModule() | ||||||||||
| void | tearDown() | ||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  com.google.inject.Module | |||||||||||
Custom property values.
| properties | The test properties | 
|---|