Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "api/log/log"

Index

Functions

eol

  • eol(): void
  • Logs End of Line.

    Returns void

fail

  • fail(msg: string): void
  • Logs fail with optional msg. Increases fails count.

    Parameters

    • msg: string

    Returns void

pass

  • Logs Pass with optional msg. Increases passes count.

    Parameters

    • msg: string

      msg to log.

    • Default value mode: AssertionMode = { passSilently: false, noPassIncrement: false }

    Returns void

print

  • print(msg: string): void
  • Logs the specified msg.

    Parameters

    • msg: string

    Returns void

println

  • println(msg: string): void
  • Logs the msg and EOL.

    Parameters

    • msg: string

    Returns void

sep

  • sep(): void
  • Logs separator.

    Returns void