Skip navigation links
A B C G O P T 

A

assertThat(P) - Static method in class com.google.inject.testing.throwingproviders.CheckedProviderSubject
 

B

Bind - Annotation Type in com.google.inject.testing.fieldbinder
Annotation used by BoundFieldModule to indicate that a field should be bound to its value using Guice.
BoundFieldModule - Class in com.google.inject.testing.fieldbinder
Automatically creates Guice bindings for fields in an object annotated with Bind.
BoundFieldModule.BoundFieldInfo - Class in com.google.inject.testing.fieldbinder
Information about a field bound by BoundFieldModule.

C

checkedProviders() - Static method in class com.google.inject.testing.throwingproviders.CheckedProviderSubject
 
CheckedProviderSubject<T,P extends CheckedProvider<T>> - Class in com.google.inject.testing.throwingproviders
Truth Subject for use with CheckedProvider classes.
com.google.inject.testing.fieldbinder - package com.google.inject.testing.fieldbinder
 
com.google.inject.testing.throwingproviders - package com.google.inject.testing.throwingproviders
 
configure(Binder) - Method in class com.google.inject.testing.fieldbinder.BoundFieldModule
 

G

getBindAnnotation() - Method in class com.google.inject.testing.fieldbinder.BoundFieldModule.BoundFieldInfo
The @Bind annotation which is present on the field.
getBoundFields() - Method in class com.google.inject.testing.fieldbinder.BoundFieldModule
Returns information about the fields bound by this module.
getBoundKey() - Method in class com.google.inject.testing.fieldbinder.BoundFieldModule.BoundFieldInfo
The key this field will bind to.
getField() - Method in class com.google.inject.testing.fieldbinder.BoundFieldModule.BoundFieldInfo
The field itself.
getFieldType() - Method in class com.google.inject.testing.fieldbinder.BoundFieldModule.BoundFieldInfo
The actual type of the field.
getInstance() - Method in class com.google.inject.testing.fieldbinder.BoundFieldModule
Returns the the object originally passed to BoundFieldModule.of(java.lang.Object)).
getValue() - Method in class com.google.inject.testing.fieldbinder.BoundFieldModule.BoundFieldInfo
Returns the current value of this field.

O

of(Object) - Static method in class com.google.inject.testing.fieldbinder.BoundFieldModule
Create a BoundFieldModule which binds the Bind annotated fields of instance.

P

providedValue() - Method in class com.google.inject.testing.throwingproviders.CheckedProviderSubject
Allows for assertions on the value provided by this provider.

T

thrownException() - Method in class com.google.inject.testing.throwingproviders.CheckedProviderSubject
Allows for assertions on the exception thrown by this provider.
A B C G O P T 
Skip navigation links

Copyright © 2006–2018 Google, Inc.. All rights reserved.