Generate out of block modification tests
This commit is contained in:
@@ -45,6 +45,7 @@ import org.jetbrains.jet.lang.resolve.lazy.AbstractLazyResolveNamespaceComparing
|
||||
import org.jetbrains.jet.lang.resolve.lazy.AbstractLazyResolveTest;
|
||||
import org.jetbrains.jet.modules.xml.AbstractModuleXmlParserTest;
|
||||
import org.jetbrains.jet.parsing.AbstractJetParsingTest;
|
||||
import org.jetbrains.jet.plugin.codeInsight.AbstractOutOfBlockModificationTest;
|
||||
import org.jetbrains.jet.plugin.codeInsight.moveUpDown.AbstractCodeMoverTest;
|
||||
import org.jetbrains.jet.plugin.codeInsight.surroundWith.AbstractSurroundWithTest;
|
||||
import org.jetbrains.jet.plugin.codeInsight.unwrap.AbstractUnwrapRemoveTest;
|
||||
@@ -511,6 +512,13 @@ public class GenerateTests {
|
||||
AbstractDiagnosticMessageTest.class,
|
||||
testModel("idea/testData/diagnosticMessage")
|
||||
);
|
||||
|
||||
generateTest(
|
||||
"idea/tests/",
|
||||
"OutOfBlockModificationTestGenerated",
|
||||
AbstractOutOfBlockModificationTest.class,
|
||||
testModel("idea/testData/codeInsight/outOfBlock")
|
||||
);
|
||||
}
|
||||
|
||||
private static SimpleTestClassModel testModel(@NotNull String rootPath) {
|
||||
|
||||
Reference in New Issue
Block a user