116117118119120121122123124125126
/** * Tests basic marshaling of IScalar instances. * @throws Exception Upon failure. */ public void testScalarMarshaling() throws Exception { final IScalar scalar = new IScalar() { public Map<String, Object> getTupleMap() { return tupleMap; }