@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ScriptEngine
ScriptEngine of a test class
using the ScriptEngineRule.
@ScriptEngine("python")
public class SpinXmlPythonTest extends SpinXmlScriptTest {
// ...
}
public abstract String value
Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.