hotly library

Functions

hottieInner() Future<void>
runTests(TestMain input) Future<TestGroupResults>
runTestsFromRawCallback(int handle) Future<Map<String, dynamic>>
Called from a native isolate. Reconstructs the callback from handle.
setTestDirectory(String root) → void

Typedefs

IsolatedWorker<Input, Output> = Future<Output> Function(Input)
TestMain = void Function()