Readonly
resultMake a recorder that will defer all calls until deferUntilPromise
resolves.
This is used for running subcases, which run concurrently, to ensure that
logs from all the previous subcases have been flushed before flushing new logs,
so all logs are in order as if the subcases had not been concurrent.
Generated using TypeDoc
Holds onto a LiveTestCaseResult owned by the Logger, and writes the results into it.