public class ScriptableDataSetTest extends Object
| Constructor and Description |
|---|
ScriptableDataSetTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeConnection() |
void |
createTable() |
void |
customHandler()
Test for using JRuby as scripting language in conjunction with a special invocation handler.
|
void |
dataSetWithMultipleLanguages()
Test for using JRuby and Groovy within one data set file.
|
void |
groovyScript()
Test for using Groovy as scripting language.
|
static void |
initializeConnection() |
void |
jRubyScript()
Test for using JRuby as scripting language.
|
void |
rollbackTransaction() |
void |
unknownScriptingEngine()
Test for usage of an unknown scripting engine.
|
@BeforeAll
public static void initializeConnection()
throws Exception
Exception@Test
public void jRubyScript()
throws Exception
Exception - In case of any error.@Test
public void groovyScript()
throws Exception
Exception - In case of any error.@Test
public void dataSetWithMultipleLanguages()
throws Exception
Exception - In case of any error.@Test
public void customHandler()
throws Exception
Exception - In case of any error.Copyright © 2011–2020 hazendaz. All rights reserved.