Add test for check expect/actual gutters at same module.

This commit is contained in:
Konstantin Tskhovrebov
2020-06-05 18:26:23 +03:00
parent a6161c6f22
commit 21f7cd5d8f
3 changed files with 19 additions and 0 deletions
@@ -73,6 +73,11 @@ public class MultiModuleLineMarkerTestGenerated extends AbstractMultiModuleLineM
runTest("idea/testData/multiModuleLineMarker/expectEnumWithEnumEntriesInOneLine/");
}
@TestMetadata("expectWithActualInSameModule")
public void testExpectWithActualInSameModule() throws Exception {
runTest("idea/testData/multiModuleLineMarker/expectWithActualInSameModule/");
}
@TestMetadata("expectWithOverload")
public void testExpectWithOverload() throws Exception {
runTest("idea/testData/multiModuleLineMarker/expectWithOverload/");