SkipGoldenAssertion typedef

SkipGoldenAssertion = bool Function()

A func that will be evaluated at runtime to determine if the golden assertion should be skipped

Implementation

typedef SkipGoldenAssertion = bool Function();