blob: c4745493c446aadc13719d3bd11417d257bda354 [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 {
}