matchesGoldenFile property

  1. @TagNumber(10)
FFThenTestStep_MatchesGoldenFile get matchesGoldenFile

@doc Asserts that the current canvas matches a baseline image file.

Implementation

@$pb.TagNumber(10)
FFThenTestStep_MatchesGoldenFile get matchesGoldenFile => $_getN(9);
  1. @TagNumber(10)
set matchesGoldenFile (FFThenTestStep_MatchesGoldenFile value)

Implementation

@$pb.TagNumber(10)
set matchesGoldenFile(FFThenTestStep_MatchesGoldenFile value) =>
    $_setField(10, value);