Add gutter icon with navigation to related files for Android components

This commit is contained in:
Vyacheslav Gerasimov
2017-05-24 16:13:56 +03:00
parent 3f03b05bd3
commit fdf098d65c
10 changed files with 185 additions and 26 deletions
@@ -54,6 +54,12 @@ public class AndroidGutterIconTestGenerated extends AbstractAndroidGutterIconTes
doTest(fileName);
}
@TestMetadata("relatedFiles.kt")
public void testRelatedFiles() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/android/gutterIcon/relatedFiles.kt");
doTest(fileName);
}
@TestMetadata("systemColor.kt")
public void testSystemColor() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/android/gutterIcon/systemColor.kt");