blob: d27bcafd21aa42d9782b2ef8f08e28c6a2d22c5f [file] [log] [blame]
package org.jetbrains.jps.uiDesigner.build;
import org.jetbrains.ether.IncrementalTestCase;
/**
* @author nik
*/
public class FormsIncrementalBuildingTest extends IncrementalTestCase {
public FormsIncrementalBuildingTest() throws Exception {
super("uiDesigner");
}
public void testSimple() throws Exception {
doTest().assertSuccessful();
}
}