@Override
 protected void setUp() throws Exception {
   /*		TracingOption.RESOURCE_CREATE.setState(true);
   		TracingOption.RESOURCE_CREATED.setState(true);
   //		TracingOption.RESOURCE_FACTORY.setState(true);
   		TracingOption.RESOURCE_LOAD.setState(true);
   		TracingOption.RESOURCE_OBJECT.setState(true);
   		TracingOption.RESOURCE_SAVE.setState(true);
   		TracingOption.CONTENT_DESCRIPTION.setState(true); */
   new TestEnvironment();
   super.setUp();
   resourceSet = new ResourceSetImpl();
   getMappingMetaDataRegistry().configure(resourceSet);
 }
 @Override
 protected void tearDown() throws Exception {
   resourceSet = null;
   //		DebugCounters.print(System.out, getName());
   super.tearDown();
 }