[K/N][tests] Rename tags: debugOnly() -> forceDebugMode()
This commit is contained in:
committed by
Space Team
parent
40a1443401
commit
d998ccedc2
+2
-2
@@ -189,7 +189,7 @@ fun main() {
|
|||||||
annotations = listOf(
|
annotations = listOf(
|
||||||
debugger(),
|
debugger(),
|
||||||
provider<UseStandardTestCaseGroupProvider>(),
|
provider<UseStandardTestCaseGroupProvider>(),
|
||||||
debugOnly(),
|
forceDebugMode(),
|
||||||
hostOnly()
|
hostOnly()
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
@@ -201,7 +201,7 @@ fun main() {
|
|||||||
|
|
||||||
private inline fun <reified T : Annotation> provider() = annotation(T::class.java)
|
private inline fun <reified T : Annotation> provider() = annotation(T::class.java)
|
||||||
|
|
||||||
private fun debugOnly() = annotation(
|
private fun forceDebugMode() = annotation(
|
||||||
EnforcedProperty::class.java,
|
EnforcedProperty::class.java,
|
||||||
"property" to ClassLevelProperty.OPTIMIZATION_MODE,
|
"property" to ClassLevelProperty.OPTIMIZATION_MODE,
|
||||||
"propertyValue" to "DEBUG"
|
"propertyValue" to "DEBUG"
|
||||||
|
|||||||
Reference in New Issue
Block a user