949596979899100101102
} } public void testDefaults() throws Throwable { DefaultsDocument doc = DefaultsDocument.Factory.newInstance(); DefaultsDocument.Defaults defs = doc.addNewDefaults(); Assert.assertEquals(783, defs.getCool()); // this is the default value }
535455565758596061