API Docs for: 3.5.0
Show:

Test.ShouldError Class

Extends AssertionError
Module: test

ShouldError is subclass of Error that is thrown whenever a test is expected to throw an error but doesn't.

Constructor

Test.ShouldError

(
  • message
)

Parameters:

  • message String

    The message to display when the error occurs.

Item Index

Properties

Properties

name

String

The name of the error that occurred.