public static interface MboMocker.MboEnhancer
Modifier and Type | Method and Description |
---|---|
void |
enhanceMbo(MboSetRemote rem,
MboRemote mbo,
int index)
For each item being mocked, the enhancer will be called, giving the developer the option
of enhancing the specific mbo return values.
|
void enhanceMbo(MboSetRemote rem, MboRemote mbo, int index) throws java.rmi.RemoteException, MXException
rem
- MboSetRemote mocked instancembo
- MboRemote mocked instanceindex
- index of mocked MboRemote in the MboSetRemotejava.rmi.RemoteException
MXException