Uses of Class
org.junit.jupiter.engine.script.Script
-
Packages that use Script Package Description org.junit.jupiter.engine.script Scripting support specific to the JUnit Jupiter test engine. -
-
Uses of Script in org.junit.jupiter.engine.script
Methods in org.junit.jupiter.engine.script with parameters of type Script Modifier and Type Method Description java.lang.Object
ScriptExecutionManager. evaluate(Script script, javax.script.Bindings bindings)
Evaluate the script using the given bindings.
-