findsNothing property

  1. @TagNumber(3)
FFThenTestStep_FindsNothing get findsNothing

@doc Asserts that the target finds nothing.

Implementation

@$pb.TagNumber(3)
FFThenTestStep_FindsNothing get findsNothing => $_getN(2);
  1. @TagNumber(3)
set findsNothing (FFThenTestStep_FindsNothing value)

Implementation

@$pb.TagNumber(3)
set findsNothing(FFThenTestStep_FindsNothing value) => $_setField(3, value);