blob: 099198a4c9dc96df3d960e296385dc3ec9382635 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 EclipseSource Muenchen GmbH.
*
* 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:
******************************************************************************/
package org.eclipse.emf.emfstore.fuzzy;
/**
* Marker Interface for utility classes in test classes using the {@link FuzzyRunner}.
*
* @author Julian Sommerfeldt
*
*/
public interface Util {
}