integration library

Classes

TestRunner

Constants

testCategories → const Map<String, List<String>>

Functions

checkAndDownloadTestSuite(String downloadUrl, String testSuitePath) Future<void>
executeCode(String sourceCode, {FileManager? fileManager, RuntimeSetupCallback? onRuntimeSetup, LuaRuntime? vm, EngineMode? mode, Object? url, bool? foldEnabled}) Future<Object?>
Executes source text using the selected engine.

Typedefs

RuntimeSetupCallback = void Function(LuaRuntime)