Scratch: substring output and print it to separate tool window if it is too long

^KT-24016 In Progress
This commit is contained in:
Natalia Selezneva
2018-05-07 14:41:24 +03:00
parent 613ea94376
commit e5a40c8c7f
8 changed files with 32 additions and 4 deletions
@@ -81,6 +81,11 @@ public class ScratchRunActionTestGenerated extends AbstractScratchRunActionTest
runTest("idea/testData/scratch/var.kts");
}
@TestMetadata("veryLongOutput.kts")
public void testVeryLongOutput() throws Exception {
runTest("idea/testData/scratch/veryLongOutput.kts");
}
@TestMetadata("when.kts")
public void testWhen() throws Exception {
runTest("idea/testData/scratch/when.kts");
@@ -149,6 +154,11 @@ public class ScratchRunActionTestGenerated extends AbstractScratchRunActionTest
runTest("idea/testData/scratch/var.kts");
}
@TestMetadata("veryLongOutput.kts")
public void testVeryLongOutput() throws Exception {
runTest("idea/testData/scratch/veryLongOutput.kts");
}
@TestMetadata("when.kts")
public void testWhen() throws Exception {
runTest("idea/testData/scratch/when.kts");