public void testGetObjectByExampleFields() throws Exception {
   try {
     super.testGetObjectByExampleFields();
     fail("Expected: UnsupportedOperationException");
   } catch (UnsupportedOperationException e) {
   }
 }
 public static void oneTimeSetUp() throws Exception {
   os =
       new ObjectStoreTranslatingImpl(
           Model.getInstanceByName("testmodel"),
           ObjectStoreFactory.getObjectStore("os.unittest"),
           new DummyTranslator());
   ObjectStoreAbstractImplTestCase.oneTimeSetUp();
 }