TestingException.new

TestingException(

  1. String message
)

Creates a new testing exception with the given message.

Implementation

TestingException(this.message);