Both Injectors need to basically agree on two different things: the list of classes/keys that are subject to being controlled and, for each of these classes/keys the {@link IcStrategy} that is to be used.
Then, the client module (built through {@link #buildClientModule()} is to be added to the test Injector's list of modules; and, on the server side, the {@link #buildServerModule(Collection)} is to be used. @author Luiz-Otavio Zorzella @author Jesse Wilson
|
|