blob: 577fb48f257e2fe9dd9476f0a5b35e8628d3ed4d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2007 Mylyn project committers 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
*******************************************************************************/
package org.eclipse.mylyn.internal.tests.report;
/**
* @author Steffen Pingel
*/
public interface TestCaseVisitor {
public void visit(TestCase testCase);
}