Class Index

A C E F G H M O

A

AnnotationHandler<A extends Annotation, E extends AnnotatedElement> Interface to specify a generic annotation handler. 

C

ClassHandler<A extends Annotation> Interface to specify a generic class handler. 
ClassVisitor

Class visitor engine. 

E

EasyMockFramework Specifies the Easy-Mock Framework. 

F

FieldHandler<A extends Annotation> Interface to specify a generic field handler. 

G

GuiceInjectableClassHandler<A extends Annotation> Handler class to handle all com.google.inject.Inject annotations. 
GuiceMockModule

This class creates the binding for all mock objects found. 

GuiceModuleHandler Handler class to handle all GuiceModules annotations. 
GuiceModules Annotate your class to define a list of Google Guice Module whit default constructor. 
GuiceProvidedModuleHandler Handler class to handle all GuiceProvidedModules annotations. 
GuiceProvidedModules

Annotate a public static method to create a Google Guice com.google.inject.Module provider. 

H

HandleException Exception thrown by a ClassVisitor when a error occurs. 

M

MethodHandler<A extends Annotation> Interface to specify a generic method handler. 
Mock Annotate your filed into which GuiceMockModule will create and inject the mock object. 
Mock.NoAnnotation Annotation class used to mark that no annotation binding is defined. 
MockEngine Interface to specify mock framework class engine. 
MockFramework Annotate test class to specify you favorite mock framework. 
MockFrameworkHandler Handler class to handle all MockFramework annotations. 
MockHandler Handler class to handle all Mock annotations. 
MockitoFramework Specifies the Mockito Framework. 
MockMembersInjector<T> Class to inject via google-guice mock members into test cases classes. 
MockObjType Enumeration class to specifies the preferred mock object. 
MockType Enumeration class to specifies your preferred mock framework. 
MockTypeListener

TypeListener implementation. 

O

OnamiRunner

It's a BlockJUnit4ClassRunner runner.