jvmTestNG.Annotations.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-test-testng Show documentation
Show all versions of kotlin-test-testng Show documentation
Kotlin Test library support for TestNG
/*
* Copyright 2010-2018 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
@file:JvmPackageName("kotlin.test.testng.annotations")
package kotlin.test
public actual typealias Test = org.testng.annotations.Test
public actual typealias Ignore = org.testng.annotations.Ignore
public actual typealias BeforeTest = org.testng.annotations.BeforeMethod
public actual typealias AfterTest = org.testng.annotations.AfterMethod
© 2015 - 2025 Weber Informatics LLC | Privacy Policy