Docs (4.0.0)
class TestCase method

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