Debugger: Support captured values (KT-30740)
This commit is contained in:
Generated
+10
@@ -685,6 +685,16 @@ public class KotlinEvaluateExpressionTestGenerated extends AbstractKotlinEvaluat
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.ANY, true);
|
||||
}
|
||||
|
||||
@TestMetadata("capturedValues1.kt")
|
||||
public void testCapturedValues1() throws Exception {
|
||||
runTest("idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/capturedValues1.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capturedValues2.kt")
|
||||
public void testCapturedValues2() throws Exception {
|
||||
runTest("idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/capturedValues2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("catchVariable.kt")
|
||||
public void testCatchVariable() throws Exception {
|
||||
runTest("idea/testData/debugger/tinyApp/src/evaluate/singleBreakpoint/frame/catchVariable.kt");
|
||||
|
||||
Reference in New Issue
Block a user