Minor: multi-platform highlighting tests rename

This commit is contained in:
Mikhail Glukhikh
2017-01-10 13:24:41 +03:00
parent 892e36412d
commit 76ee6d7712
12 changed files with 5 additions and 5 deletions
@@ -60,7 +60,7 @@ class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
checkHighlightingInAllFiles()
}
fun testPlatform1() {
fun testPlatformBasic() {
val header = module("header")
header.setPlatformKind(TargetPlatformKind.Common)
@@ -72,7 +72,7 @@ class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
checkHighlightingInAllFiles()
}
fun testPlatform2() {
fun testPlatformClass() {
val header = module("header")
header.setPlatformKind(TargetPlatformKind.Common)
@@ -84,7 +84,7 @@ class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
checkHighlightingInAllFiles()
}
fun testPlatform3() {
fun testPlatformNotImplementedForBoth() {
val header = module("header")
header.setPlatformKind(TargetPlatformKind.Common)
@@ -101,7 +101,7 @@ class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
checkHighlightingInAllFiles()
}
fun testPlatform4() {
fun testPlatformPartiallyImplemented() {
val header = module("header")
header.setPlatformKind(TargetPlatformKind.Common)
@@ -113,7 +113,7 @@ class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
checkHighlightingInAllFiles()
}
fun testPlatform5() {
fun testPlatformFunctionProperty() {
val header = module("header")
header.setPlatformKind(TargetPlatformKind.Common)