Index

C G O S T V 
All Classes and Interfaces|All Packages

C

configure(Binder) - Method in class org.forgerock.guice.core.GuiceTestCase
A default, empty implementation is provided as the test may not have any of its own objects to bind.
configureOverrideBindings(Binder) - Method in class org.forgerock.guice.core.GuiceTestCase
Bindings specified on this binder will be used to override bindings specified in configure(Binder) and via the GuiceModules annotation.

G

GuiceModules - Annotation Type in org.forgerock.guice.core
This annotation allows the declaration of additional modules to be initialised in the Injector instance.
GuiceTestCase - Class in org.forgerock.guice.core
A test case that allows registration of guice modules for the life of each test method being run.
GuiceTestCase() - Constructor for class org.forgerock.guice.core.GuiceTestCase
 

O

org.forgerock.guice.core - package org.forgerock.guice.core
Test classes to facilitate setting up the InjectorHolder on a per-test basis.

S

setupGuiceModules() - Method in class org.forgerock.guice.core.GuiceTestCase
Binds this object and any modules declared from the GuiceModules annotation in an injector, and registers it in the InjectorHolder.

T

teardownGuiceModules() - Method in class org.forgerock.guice.core.GuiceTestCase
After the test method has run, the injector is reset to its old value.

V

value() - Element in annotation type org.forgerock.guice.core.GuiceModules
Returns the list of Modules to include in the test Injector.
C G O S T V 
All Classes and Interfaces|All Packages