Add highlight and completion performance tests

This commit is contained in:
Vladimir Dolzhenko
2019-06-21 13:13:19 +02:00
parent 4531d2a7b4
commit ccfe155f58
20 changed files with 3210 additions and 324 deletions
@@ -40,7 +40,7 @@ abstract class CompletionHandlerTestBase() : KotlinLightCodeInsightFixtureTestCa
fixture.checkResultByFile(afterFilePath)
}
private fun getExistentLookupElement(lookupString: String?, itemText: String?, tailText: String?): LookupElement? {
protected fun getExistentLookupElement(lookupString: String?, itemText: String?, tailText: String?): LookupElement? {
val lookup = LookupManager.getInstance(project)?.activeLookup as LookupImpl? ?: return null
val items = lookup.items