integration library

Classes

TestRunner

Constants

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

Functions

checkAndDownloadTestSuite(String downloadUrl, String testSuitePath) Future<void>
executeCode(String sourceCode, {FileManager? fileManager, InterpreterSetupCallback? onInterpreterSetup, Interpreter? vm}) Future<Object?>
Executes source code using the specified execution mode.

Typedefs

InterpreterSetupCallback = void Function(Interpreter)