Regenerate test

This commit is contained in:
Dmitry Jemerov
2017-12-12 17:13:35 +01:00
parent e24e711208
commit db8147bd79
@@ -600,6 +600,18 @@ public class SlicerTestGenerated extends AbstractSlicerTest {
doTest(fileName);
}
@TestMetadata("outflow/usagesInLoopRange.kt")
public void testOutflow_UsagesInLoopRange() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/usagesInLoopRange.kt");
doTest(fileName);
}
@TestMetadata("outflow/usagesInTemplates.kt")
public void testOutflow_UsagesInTemplates() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/usagesInTemplates.kt");
doTest(fileName);
}
@TestMetadata("outflow/valParameter.kt")
public void testOutflow_ValParameter() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/valParameter.kt");
@@ -617,16 +629,4 @@ public class SlicerTestGenerated extends AbstractSlicerTest {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/whenExpression.kt");
doTest(fileName);
}
@TestMetadata("outflow/usagesInTemplates.kt")
public void testOutflow_UsagesInTemplates() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/usagesInTemplates.kt");
doTest(fileName);
}
@TestMetadata("outflow/usagesInLoopRange.kt")
public void testOutflow_UsagesInLoopRange() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/slicer/outflow/usagesInLoopRange.kt");
doTest(fileName);
}
}