expectedOutput property

String get expectedOutput

Expected test output. If given with {@link TestMessage.actualOutput actualOutput }, a diff view will be shown.

Implementation

_i2.String get expectedOutput => _i5.getProperty(
      this,
      'expectedOutput',
    );
set expectedOutput (String value)

Implementation

set expectedOutput(_i2.String value) {
  _i5.setProperty(
    this,
    'expectedOutput',
    value,
  );
}