*/
@Test(groups = {"invocationContext", "get/setParameters"})
public void testParameters00() throws Exception {
ItfInvocationParameterTest bean = getBeanRemoteInstance(SLSBInvocationParameterTest.class,
ItfInvocationParameterTest.class);
bean.testNull(SLSBInvocationParameter00.class);
}
/**
* Verifies if the intercepted method parameters can be modified to a null
* reference. The interceptor method is on the bean class.