@CompileStatic class TestNGBuiltinKeywords extends com.kms.katalon.core.keyword.BuiltinKeywords
| Fields inherited from class | Fields |
|---|---|
class com.kms.katalon.core.keyword.BuiltinKeywords |
__$stMC |
| Constructor and description |
|---|
TestNGBuiltinKeywords
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static JUnitRunnerResult |
runJUnitTestClasses(List testClasses, com.kms.katalon.core.model.FailureHandling flowControl)Runs the given list of JUnit test classes by invoking JUnitCore.runClasses. |
|
static JUnitRunnerResult |
runJUnitTestClasses(List testClasses)Runs the given list of JUnit test classes by invoking JUnitCore.runClasses. |
|
static TestNGRunnerResult |
runTestNGTestClasses(List testClasses, com.kms.katalon.core.model.FailureHandling flowControl)Runs the given list of TestNG test classes by invoking org.testng.TestNG#run(). |
|
static void |
runTestNGTestClasses(List testClasses)Runs the given list of TestNG test classes by invoking org.testng.TestNG#run(). |
|
static TestNGRunnerResult |
runTestNGTestSuites(List testSuites, com.kms.katalon.core.model.FailureHandling flowControl)Runs the given list of test suites as TestNG .xml files by invoking org.testng.TestNG#run(). |
|
static TestNGRunnerResult |
runTestNGTestSuites(List testSuites)Runs the given list of test suites as TestNG .xml files by invoking org.testng.TestNG#run(). |
| Methods inherited from class | Name |
|---|---|
class com.kms.katalon.core.keyword.BuiltinKeywords |
com.kms.katalon.core.keyword.BuiltinKeywords#delay(java.lang.Number), com.kms.katalon.core.keyword.BuiltinKeywords#delay(java.lang.Number, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#comment(java.lang.String), com.kms.katalon.core.keyword.BuiltinKeywords#verifyMatch(java.lang.String, java.lang.String, boolean, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#verifyMatch(java.lang.String, java.lang.String, boolean), com.kms.katalon.core.keyword.BuiltinKeywords#verifyNotMatch(java.lang.String, java.lang.String, boolean, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#verifyNotMatch(java.lang.String, java.lang.String, boolean), com.kms.katalon.core.keyword.BuiltinKeywords#verifyEqual(java.lang.Object, java.lang.Object), com.kms.katalon.core.keyword.BuiltinKeywords#verifyEqual(java.lang.Object, java.lang.Object, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#verifyNotEqual(java.lang.Object, java.lang.Object, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#verifyNotEqual(java.lang.Object, java.lang.Object), com.kms.katalon.core.keyword.BuiltinKeywords#verifyGreaterThan(java.lang.Object, java.lang.Object, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#verifyGreaterThan(java.lang.Object, java.lang.Object), com.kms.katalon.core.keyword.BuiltinKeywords#verifyGreaterThanOrEqual(java.lang.Object, java.lang.Object, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#verifyGreaterThanOrEqual(java.lang.Object, java.lang.Object), com.kms.katalon.core.keyword.BuiltinKeywords#verifyLessThan(java.lang.Object, java.lang.Object, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#verifyLessThan(java.lang.Object, java.lang.Object), com.kms.katalon.core.keyword.BuiltinKeywords#verifyLessThanOrEqual(java.lang.Object, java.lang.Object, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#verifyLessThanOrEqual(java.lang.Object, java.lang.Object), com.kms.katalon.core.keyword.BuiltinKeywords#verifyCheckpoint(com.kms.katalon.core.checkpoint.Checkpoint, boolean), com.kms.katalon.core.keyword.BuiltinKeywords#verifyCheckpoint(com.kms.katalon.core.checkpoint.Checkpoint, boolean, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#getMetaClass(), com.kms.katalon.core.keyword.BuiltinKeywords#setMetaClass(groovy.lang.MetaClass), com.kms.katalon.core.keyword.BuiltinKeywords#callTestCase(com.kms.katalon.core.testcase.TestCase, java.util.Map), com.kms.katalon.core.keyword.BuiltinKeywords#callTestCase(com.kms.katalon.core.testcase.TestCase, java.util.Map, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#concatenate([Ljava.lang.String;), com.kms.katalon.core.keyword.BuiltinKeywords#concatenate([Ljava.lang.String;, com.kms.katalon.core.model.FailureHandling), com.kms.katalon.core.keyword.BuiltinKeywords#wait(long, int), com.kms.katalon.core.keyword.BuiltinKeywords#wait(), com.kms.katalon.core.keyword.BuiltinKeywords#wait(long), com.kms.katalon.core.keyword.BuiltinKeywords#equals(java.lang.Object), com.kms.katalon.core.keyword.BuiltinKeywords#toString(), com.kms.katalon.core.keyword.BuiltinKeywords#hashCode(), com.kms.katalon.core.keyword.BuiltinKeywords#getClass(), com.kms.katalon.core.keyword.BuiltinKeywords#notify(), com.kms.katalon.core.keyword.BuiltinKeywords#notifyAll(), com.kms.katalon.core.keyword.BuiltinKeywords#getProperty(java.lang.String), com.kms.katalon.core.keyword.BuiltinKeywords#setProperty(java.lang.String, java.lang.Object), com.kms.katalon.core.keyword.BuiltinKeywords#invokeMethod(java.lang.String, java.lang.Object) |
Runs the given list of JUnit test classes by invoking JUnitCore.runClasses.
testClasses
- a list of JUnit test classesflowControl
- an instance com.kms.katalon.core.model.FailureHandling that controls the running flowRuns the given list of JUnit test classes by invoking JUnitCore.runClasses.
testClasses
- a list of JUnit test classesRuns the given list of TestNG test classes by invoking org.testng.TestNG#run().
The generated reports will be extracted in the current report folder with the following path:<report_folder>/testng_report/<current_time_stamp>. - Parameters:
testClasses
- a list of TestNG test classes.flowControl
- an instance com.kms.katalon.core.model.FailureHandling that controls the running flow
- Returns:
- an instance of TestNGRunnerResult that includes the TestNG instance, the TestNG result listener and the report folder location.
- Since:
- 7.3.1
Runs the given list of TestNG test classes by invoking org.testng.TestNG#run().
The generated reports will be extracted in the current report folder with the following path:<report_folder>/testng_report/<current_time_stamp>. - Parameters:
testClasses
- a list of TestNG test classes
- Returns:
- an instance of TestNGRunnerResult that includes the TestNG instance, the TestNG result listener and the report folder location.
- Since:
- 7.3.1
Runs the given list of test suites as TestNG .xml files by invoking org.testng.TestNG#run().
The generated reports will be extracted in the current report folder with the following path:<report_folder>/testng_report/<current_time_stamp>. - Parameters:
testSuites
- a list of TestNG .xml test suite files.flowControl
- an instance com.kms.katalon.core.model.FailureHandling that controls the running flow
- Returns:
- an instance of TestNGRunnerResult that includes the TestNG instance, the TestNG result listener and the report folder location.
- Since:
- 7.3.1
Runs the given list of test suites as TestNG .xml files by invoking org.testng.TestNG#run().
The generated reports will be extracted in the current report folder with the following path:<report_folder>/testng_report/<current_time_stamp>. - Parameters:
testSuites
- a list of TestNG .xml test suite files.
- Returns:
- an instance of TestNGRunnerResult that includes the TestNG instance, the TestNG result listener and the report folder location.
- Since:
- 7.3.1