Skip to main content
summaryrefslogtreecommitdiffstats
blob: c442ed2b124280a5c1498a1aeab75d23e02923c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package org.eclipse.jst.jsf.test.util.junit4;

/**
 * Marks a JUnit 4 test category that runs "slowly".
 * @author cbateman
 * 
 *
 */
public interface SlowTest
{

}

Back to the top