2627282930313233
} @Test public void passAndReturnOneZorkWithPropertyEditor() throws Exception { Object retval = caller.call("testSlim", "oneZork", "zork_42"); assertEquals(new Zork(42), testSlim.getZork()); assertEquals("zork_42", retval); }