toString method

  1. @override
String toString()
override

Creates a string representation of the InvalidNanoMockCallException.

Implementation

@override
String toString() {
  return "The NanoMock has not been configured to handle the following " +
      "arguments: $arguments";
}