actualOutput property

String get actualOutput

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

Implementation

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

Implementation

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