You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Property( ... )]
public Property Sample_with_custom_type(Custom_Type arg) {
Assert.Fail();
} With the current Versions I see the following message:
Falsifiable, after 1 test (0 shrinks) (StdGen (649505996,296942915)):
Original:
Insufficient Information to identify Data
`
Instead I would prefer to see the following message: Falsifiable, after 1 test (0 shrinks) (StdGen (649505996,296942915)): Original: CustomType: (Id: {((Custom_Type)x).Id}, Name: {((Custom_Type)x).Name})
If there is a way to achieve the second error message in this case with some configuration for FsCheck.Core I think I can integrate an adapter to the NUnit Custom formatters into FsCheck.NUnit.
Would it be possible to support NUnits ValueFormatters configured with TestContext.AddFormatter für FsCheck.Nunit tests?
The text was updated successfully, but these errors were encountered: