Introduce ArbitraryInteractions
This commit is contained in:
parent
d278b5d8ea
commit
8866053172
2 changed files with 33 additions and 33 deletions
|
|
@ -95,3 +95,7 @@ let ensureLastRemoteInteractionIs
|
|||
interactions
|
||||
else
|
||||
interactions @ [ RemoteInteraction desiredLastRemoteInteraction ])
|
||||
|
||||
type ArbitraryInteractions() =
|
||||
static member Interactions() =
|
||||
genInteractions |> ensureStartsWithTimeChanged |> Arb.fromGen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue