Add test for check expect/actual gutters at same module.
This commit is contained in:
Generated
+5
@@ -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/");
|
||||
|
||||
Reference in New Issue
Block a user