Docs (4.0.0)
class TestCase method

log

Store the provided values as log output for this test case.

log(...values: any[]): void

Notes

  • Logged values are converted to strings immediately
  • Logs are usually shown only if a test case fails

Parameters

  • values — A list of values, of any type

Related