Package de.gmorling.scriptabledataset
Class ScriptableDataSetTest
java.lang.Object
de.gmorling.scriptabledataset.ScriptableDataSetTest
Test for ScriptableDataSet.
- Author:
- Gunnar Morling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidvoidTest for using JRuby as scripting language in conjunction with a special invocation handler.voidTest for using JRuby and Groovy within one data set file.voidTest for using Groovy as scripting language.static voidvoidTest for using JRuby as scripting language.voidvoidTest for usage of an unknown scripting engine.
-
Constructor Details
-
ScriptableDataSetTest
public ScriptableDataSetTest()
-
-
Method Details
-
initializeConnection
- Throws:
Exception
-
createTable
- Throws:
Exception
-
rollbackTransaction
- Throws:
Exception
-
closeConnection
- Throws:
Exception
-
jRubyScript
Test for using JRuby as scripting language.- Throws:
Exception- In case of any error.
-
groovyScript
Test for using Groovy as scripting language.- Throws:
Exception- In case of any error.
-
dataSetWithMultipleLanguages
Test for using JRuby and Groovy within one data set file.- Throws:
Exception- In case of any error.
-
customHandler
Test for using JRuby as scripting language in conjunction with a special invocation handler.- Throws:
Exception- In case of any error.
-
unknownScriptingEngine
Test for usage of an unknown scripting engine.- Throws:
Exception- In case of any error.
-