Add test for KT-21710 (gutters inside library sources)
This commit is contained in:
@@ -551,6 +551,10 @@ fun main(args: Array<String>) {
|
||||
model("codeInsight/lineMarker")
|
||||
}
|
||||
|
||||
testClass<AbstractLineMarkersTestInLibrarySources> {
|
||||
model("codeInsightInLibrary/lineMarker", testMethod = "doTestWithLibrary")
|
||||
}
|
||||
|
||||
testClass<AbstractMultiModuleLineMarkerTest> {
|
||||
model("multiModuleLineMarker", extension = null, recursive = false)
|
||||
}
|
||||
|
||||
@@ -549,6 +549,10 @@ fun main(args: Array<String>) {
|
||||
model("codeInsight/lineMarker")
|
||||
}
|
||||
|
||||
testClass<AbstractLineMarkersTestInLibrarySources> {
|
||||
model("codeInsightInLibrary/lineMarker", testMethod = "doTestWithLibrary")
|
||||
}
|
||||
|
||||
testClass<AbstractMultiModuleLineMarkerTest> {
|
||||
model("multiModuleLineMarker", extension = null, recursive = false)
|
||||
}
|
||||
|
||||
@@ -547,6 +547,10 @@ fun main(args: Array<String>) {
|
||||
model("codeInsight/lineMarker")
|
||||
}
|
||||
|
||||
testClass<AbstractLineMarkersTestInLibrarySources> {
|
||||
model("codeInsightInLibrary/lineMarker", testMethod = "doTestWithLibrary")
|
||||
}
|
||||
|
||||
testClass<AbstractMultiModuleLineMarkerTest> {
|
||||
model("multiModuleLineMarker", extension = null, recursive = false)
|
||||
}
|
||||
|
||||
@@ -547,6 +547,10 @@ fun main(args: Array<String>) {
|
||||
model("codeInsight/lineMarker")
|
||||
}
|
||||
|
||||
testClass<AbstractLineMarkersTestInLibrarySources> {
|
||||
model("codeInsightInLibrary/lineMarker", testMethod = "doTestWithLibrary")
|
||||
}
|
||||
|
||||
testClass<AbstractMultiModuleLineMarkerTest> {
|
||||
model("multiModuleLineMarker", extension = null, recursive = false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user