output property

OUTPUT output
final

A simple output value can be provided instead of a custom matcher. Generated matcher will be 'equals(output)'

output: '0.01 m'

instead of

matcher: equals('0.01 m')

Implementation

final OUTPUT output;