dump
Store the provided value as log output with greater detail.
dump(value: any): void
Notes
- The logged value is converted to a string immediately, recursing deeper into nested structures than with TestCase.log()
Parameters
- values — A list of values, of any type
Related
- class TestCaseA class that represents a single test case, part of a TestScope.
- getLogs()Returns all log output as an array.