TestAssertionError constructor

TestAssertionError(
  1. String message
)

Creates with message.

Implementation

TestAssertionError(this.message);