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
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
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
CopyBindingTargetVisitor
<
T
> - Class in
com.netflix.governator.guice.test
CopyBindingTargetVisitor(LinkedBindingBuilder<T>)
- Constructor for class com.netflix.governator.guice.test.
CopyBindingTargetVisitor
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
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
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)
- 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
visit(InstanceBinding<? extends T>)
- Method in class com.netflix.governator.guice.test.
CopyBindingTargetVisitor
visit(ProviderInstanceBinding<? extends T>)
- Method in class com.netflix.governator.guice.test.
CopyBindingTargetVisitor
visit(ProviderKeyBinding<? extends T>)
- Method in class com.netflix.governator.guice.test.
CopyBindingTargetVisitor
visit(LinkedKeyBinding<? extends T>)
- Method in class com.netflix.governator.guice.test.
CopyBindingTargetVisitor
visit(ExposedBinding<? extends T>)
- Method in class com.netflix.governator.guice.test.
CopyBindingTargetVisitor
visit(UntargettedBinding<? extends T>)
- Method in class com.netflix.governator.guice.test.
CopyBindingTargetVisitor
visit(ConstructorBinding<? extends T>)
- Method in class com.netflix.governator.guice.test.
CopyBindingTargetVisitor
visit(ConvertedConstantBinding<? extends T>)
- Method in class com.netflix.governator.guice.test.
CopyBindingTargetVisitor
visit(ProviderBinding<? extends T>)
- Method in class com.netflix.governator.guice.test.
CopyBindingTargetVisitor
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
L
M
P
R
S
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes