@SuppressWarnings("boxing")
@Test(groups = {"invocationContext", "get/setParameters"})
public void testParameters05() throws Exception {
ItfInvocationParameterTest bean = getBeanRemoteInstance(SLSBInvocationParameterTest.class,
ItfInvocationParameterTest.class);
bean.testWithModification(SLSBInvocationParameter01.class);
}
/**
* Verifies if the context data is working following the specification.
* @throws Exception if there is a problem with the test.