mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 19:08:08 +00:00
@ -872,6 +872,13 @@ namespace Tests
|
||||
return Test(e);
|
||||
}
|
||||
|
||||
[Property]
|
||||
public bool Job(Job e)
|
||||
{
|
||||
return Test(e);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
//Sample function on how repro a failing test run, using Replay
|
||||
//functionality of FsCheck. Feel free to
|
||||
|
Reference in New Issue
Block a user