test/fake_process_manager library
Classes
- FakeInvocationRecord
- FakeProcess
- A fake process that can be used to interact with a process "started" by the FakeProcessManager.
- FakeProcessManager
- A mock that can be used to fake a process manager that runs commands and returns results.
- StringStreamConsumer
- A stream consumer class that consumes UTF8 strings as lists of ints.
Functions
-
isInstanceOf<
T> () → TypeMatcher< T>
Typedefs
- StdinResults = void Function(String input)
- StringReceivedCallback = void Function(String received)
- Callback used to receive stdin input when it occurs.