You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It allows us to provide a few prefixes at once to avoid duplication.
Use case: 3 tests use one test data file. The first test has some output.
The second one can either produce the same output or provide another
with some prefix. And the last one can either produce the same output
as any previous one or a new one. With `testPrefixes` we can allow the
last one to reuse both other outputs (without a prefix and with one
prefix)
^KT-71787
Copy file name to clipboardexpand all lines: analysis/analysis-api-fe10/tests/org/jetbrains/kotlin/analysis/api/fe10/test/configurator/AnalysisApiFe10TestConfigurator.kt
+6-12
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
Copy file name to clipboardexpand all lines: analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/session/AbstractSessionInvalidationTest.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
/*
2
-
* Copyright 2010-2024 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
Copy file name to clipboardexpand all lines: analysis/analysis-api-standalone/tests/org/jetbrains/kotlin/analysis/api/standalone/fir/test/configurators/StandaloneModeConfiguratorBase.kt
+2-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
Copy file name to clipboardexpand all lines: analysis/analysis-test-framework/tests/org/jetbrains/kotlin/analysis/test/framework/base/AbstractAnalysisApiBasedTest.kt
+6-19
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2024 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
4
4
*/
5
5
@@ -282,19 +282,6 @@ abstract class AbstractAnalysisApiBasedTest : TestWithDisposable() {
Copy file name to clipboardexpand all lines: analysis/analysis-test-framework/tests/org/jetbrains/kotlin/analysis/test/framework/test/configurators/AnalysisApiTestConfigurator.kt
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
Copy file name to clipboardexpand all lines: analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/test/configurators/AnalysisApiFirLibrarySourceTestConfigurator.kt
+4-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
Copy file name to clipboardexpand all lines: analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/test/configurators/AnalysisApiFirOutOfContentRootTestConfigurator.kt
+2-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
Copy file name to clipboardexpand all lines: analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/test/configurators/AnalysisApiFirSourceLikeTestConfigurator.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
4
4
*/
5
5
@@ -40,8 +40,8 @@ abstract class AnalysisApiFirSourceLikeTestConfigurator(override val analyseInDe
Copy file name to clipboardexpand all lines: analysis/symbol-light-classes/tests/org/jetbrains/kotlin/light/classes/symbol/base/AbstractSymbolLightClassesStructureByFqNameTest.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2024 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
4
4
*/
5
5
@@ -31,7 +31,7 @@ abstract class AbstractSymbolLightClassesStructureByFqNameTest(
Copy file name to clipboardexpand all lines: analysis/symbol-light-classes/tests/org/jetbrains/kotlin/light/classes/symbol/base/AbstractSymbolLightClassesStructureTest.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2024 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
4
4
*/
5
5
@@ -32,7 +32,7 @@ abstract class AbstractSymbolLightClassesStructureTest(
Copy file name to clipboardexpand all lines: analysis/symbol-light-classes/tests/org/jetbrains/kotlin/light/classes/symbol/base/AbstractSymbolLightClassesStructureTestBase.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2010-2024 JetBrains s.r.o. and Kotlin Programming Language contributors.
2
+
* Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
3
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
4
4
*/
5
5
@@ -35,7 +35,7 @@ open class AbstractSymbolLightClassesStructureTestBase(
0 commit comments