Fix path to TestNG library in tests for 191
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Data
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.Test
|
||||
|
||||
@Test class A {<caret>
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Data
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.DataProvider
|
||||
import org.testng.annotations.Test
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$SetUp
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.Test
|
||||
|
||||
@Test class A {<caret>
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$SetUp
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.BeforeMethod
|
||||
import org.testng.annotations.Test
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$SetUp
|
||||
// NOT_APPLICABLE
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.BeforeMethod
|
||||
import org.testng.annotations.Test
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$SetUp
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.Test
|
||||
|
||||
open class A {
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$SetUp
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.BeforeMethod
|
||||
import org.testng.annotations.Test
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$TearDown
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.Test
|
||||
|
||||
@Test class A {<caret>
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$TearDown
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.AfterMethod
|
||||
import org.testng.annotations.Test
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$TearDown
|
||||
// NOT_APPLICABLE
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.AfterMethod
|
||||
import org.testng.annotations.Test
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Test
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.Test
|
||||
|
||||
@Test class A {<caret>
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Test
|
||||
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
||||
// CONFIGURE_LIBRARY: TestNG@testng(-|[0-9]|\.)*jar
|
||||
import org.testng.annotations.Test
|
||||
|
||||
@Test class A {
|
||||
|
||||
Reference in New Issue
Block a user