blob: eb2d38ef3e1b7116bbcc2594c5fb2ea443029cb0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.junit.tests;
import junit.framework.TestCase;
public class TestPriorizationSuite2 extends TestCase {
public TestPriorizationSuite2(String name) {
super(name);
}
public void testD() {
}
public void testE() {
}
public void testF() {
}
}