record_replay library

Classes

CommandElement
A command element capable of holding both a raw and sanitized value. [...]
RecordingProcessManager
Records process invocation activity and serializes it to disk. [...]
ReplayProcessManager
Fakes all process invocations by replaying a previously-recorded series of invocations. [...]

Typedefs

CommandSanitizer(String rawValue) String
Callback used to sanitize a CommandElement for the purpose of recording.