Scratch: substring output and print it to separate tool window if it is too long
^KT-24016 In Progress
This commit is contained in:
+10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user