JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
G
I
L
M
P
R
S
V
W
A
after()
- Method in class com.netflix.governator.guice.
LifecycleTester
Override to tear down your specific external resource.
AnnotationBasedTestInjectorManager
- Class in
com.netflix.governator.guice.test
AnnotationBasedTestInjectorManager(Class<?>)
- Constructor for class com.netflix.governator.guice.test.
AnnotationBasedTestInjectorManager
B
builder()
- Method in class com.netflix.governator.guice.
LifecycleTester
C
classBlock(RunNotifier)
- Method in class com.netflix.governator.guice.test.junit4.
GovernatorJunit4ClassRunner
cleanUpInjector()
- Method in class com.netflix.governator.guice.test.
AnnotationBasedTestInjectorManager
cleanUpMethodLevelConfig()
- Method in class com.netflix.governator.guice.test.
AnnotationBasedTestInjectorManager
cleanUpMocks()
- Method in class com.netflix.governator.guice.test.
AnnotationBasedTestInjectorManager
com.netflix.governator.guice
- package com.netflix.governator.guice
com.netflix.governator.guice.test
- package com.netflix.governator.guice.test
com.netflix.governator.guice.test.junit4
- package com.netflix.governator.guice.test.junit4
createInjector()
- Method in class com.netflix.governator.guice.test.
AnnotationBasedTestInjectorManager
createInjector(List<Module>, List<Module>)
- Method in class com.netflix.governator.guice.test.
AnnotationBasedTestInjectorManager
createTest()
- Method in class com.netflix.governator.guice.test.junit4.
GovernatorJunit4ClassRunner
G
getInjectorCreationMode()
- Method in class com.netflix.governator.guice.test.
AnnotationBasedTestInjectorManager
getInstance(Class<T>)
- Method in class com.netflix.governator.guice.
LifecycleTester
getInstance(Key<T>)
- Method in class com.netflix.governator.guice.
LifecycleTester
getInstance(TypeLiteral<T>)
- Method in class com.netflix.governator.guice.
LifecycleTester
GovernatorJunit4ClassRunner
- Class in
com.netflix.governator.guice.test.junit4
An extended
BlockJUnit4ClassRunner
which creates a Governator-Guice injector from a list of modules, as well as provides utilities for Mocking/Spying bindings.
GovernatorJunit4ClassRunner(Class<?>)
- Constructor for class com.netflix.governator.guice.test.junit4.
GovernatorJunit4ClassRunner
I
InjectorCreationMode
- Enum in
com.netflix.governator.guice.test
L
LifecycleTester
- Class in
com.netflix.governator.guice
Rule for testing with governator.
LifecycleTester(List<BootstrapModule>)
- Constructor for class com.netflix.governator.guice.
LifecycleTester
LifecycleTester(BootstrapModule...)
- Constructor for class com.netflix.governator.guice.
LifecycleTester
LifecycleTester(Class, BootstrapModule...)
- Constructor for class com.netflix.governator.guice.
LifecycleTester
M
methodBlock(FrameworkMethod)
- Method in class com.netflix.governator.guice.test.junit4.
GovernatorJunit4ClassRunner
ModulesForTesting
- Annotation Type in
com.netflix.governator.guice.test
Creates a Governator-Guice Injector using the provided modules for use in testing.
P
prepareConfigForTestClass(Class<?>)
- Method in class com.netflix.governator.guice.test.
AnnotationBasedTestInjectorManager
prepareConfigForTestClass(Class<?>, Method)
- Method in class com.netflix.governator.guice.test.
AnnotationBasedTestInjectorManager
prepareTestFixture(Object)
- Method in class com.netflix.governator.guice.test.
AnnotationBasedTestInjectorManager
Injects dependencies into the provided test object.
R
ReplaceWithMock
- Annotation Type in
com.netflix.governator.guice.test
Creates an override binding for the annotated type.
S
start()
- Method in class com.netflix.governator.guice.
LifecycleTester
V
valueOf(String)
- Static method in enum com.netflix.governator.guice.test.
InjectorCreationMode
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.netflix.governator.guice.test.
InjectorCreationMode
Returns an array containing the constants of this enum type, in the order they are declared.
W
withAfterClasses(Statement)
- Method in class com.netflix.governator.guice.test.junit4.
GovernatorJunit4ClassRunner
withAfters(FrameworkMethod, Object, Statement)
- Method in class com.netflix.governator.guice.test.junit4.
GovernatorJunit4ClassRunner
withBootstrapModule(BootstrapModule)
- Method in class com.netflix.governator.guice.
LifecycleTester
withExternalBindings(Module)
- Method in class com.netflix.governator.guice.
LifecycleTester
WrapWithSpy
- Annotation Type in
com.netflix.governator.guice.test
Wraps an existing binding with a Mockito
Spy
.
A
B
C
G
I
L
M
P
R
S
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes