Change duplicates API to search css duplicates in the buildserver
[fedora-idea.git] / testFramework / src / _FirstInSuiteTest.java
blobb7014e9f400f14168a7e082692469c90ea70a998
1 import com.intellij.testFramework.LightPlatformTestCase;
3 /**
4 * This is should be first test in all tests so we can measure how long tests are starting up.
5 * @author max
6 */
7 public class _FirstInSuiteTest extends LightPlatformTestCase {
8 public void testNothing() throws Exception {