Node Ops test hooks (#1895)

Co-authored-by: stas <statis@microsoft.com>
This commit is contained in:
Stas
2022-05-04 12:33:46 -07:00
committed by GitHub
parent 793ce85cdf
commit 0859b04746
5 changed files with 296 additions and 16 deletions

View File

@ -906,6 +906,11 @@ namespace Tests {
return Test(e);
}
[Property]
public bool Error(Error e) {
return Test(e);
}
/*
//Sample function on how repro a failing test run, using Replay
//functionality of FsCheck. Feel free to