Description
MockParser allows us to simulate what happens when parsers write to stdout/stderr. In a few areas of our codebase, we try to redirect these in an attempt to make these safe for communication. Unless we can trust the parsers, communication over stdout/stderr is not safe.
MockParser does not yet allow us to simulate a truly awful parser grabbing stdout/stderr during static initialization.