| log_message.ts |
Wrap an Error (which was created to capture the stack at that point) into a
LogMessageWithStack (which has extra stuff for good log messages).
The original `ex.name` is ignored. Inclued it in the `name` parameter if it
needs to be preserved.
|
2439 |
- |
| logger.ts |
|
1315 |
- |
| result.ts |
Raw data for a test log message.
This form is sendable over a message channel, except `extra` may get mangled.
|
904 |
- |
| test_case_recorder.ts |
Holds onto a LiveTestCaseResult owned by the Logger, and writes the results into it. |
7340 |
- |