124125126127128129130131132133134
checkWorkItem(workItem, input); } @Test public void multipleStrategyOneLessMarshallingTest() throws IOException { WorkItem workItem = createWorkItem(input); // marshall/serialize workItem byte [] byteArray; { ObjectMarshallingStrategy[] strats
160161162163164165166167168169170
checkWorkItem(workItem, input); } @Test public void multipleStrategyNoneLeftMarshallingTest() throws IOException { WorkItem workItem = createWorkItem(input); // marshall/serialize workItem byte [] byteArray; { ObjectMarshallingStrategy[] strats
199200201202203204205206207208209
} } @Test public void backwardsCompatibleWorkItemMarshalling() throws IOException { WorkItem workItem = createWorkItem(input); // marshall/serialize workItem byte [] byteArray; { ObjectMarshallingStrategy[] strats