blob: 85bbcefff97436eb069749ea584f5ff976ee0077 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007,2010 E.D.Willink and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.examples.test.modelregistry;
public abstract class TestsThatNeedWriting extends ModelRegistryTestCase
{
public TestsThatNeedWriting(String name) {
super(name);
}
// TODO Eclipse resource access within Eclipse
// TODO Eclipse resource access standalone
// TODO File resource access within Eclipse
// TODO platform: access especially standalone
// TODO XML file access
// TODO model serialisation
// TODO occluded registration resolution
// TODO model registry edit
// TODO model registry save
// TODO model registry save of deleted resources
// TODO basic access kind etc maintenance
// TODO pruning of model registry by a clean
// TODO Add/remove ModelRegistry nature
}