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}) Future<Object?>
Executes source code using the specified execution mode.

Typedefs

RuntimeSetupCallback = void Function(LuaRuntime)