Questions tagged [property-testing]

Use `property-based-testing` instead.

17 questions
0
votes
1 answer

pure E4 usage activeWhen Expression

I'm migrating my E3 to a pure E4 application. The E3 application used the activeWhen-Core Expression in Combination with propertyTesters to enable/disable ToolItems live. Now in E4 there is only the VisibleWhen Core Expression supported…
Elias S
  • 118
  • 10
0
votes
1 answer

How would I perform property-based testing on a card game's Deal function?

I am studying property-based testing and am curious how I would apply this type of testing to a BlackJack game's Deal function. Here's a unit test (aka: Example-based test): [] let ``deal two cards`` () = let hand = 2 let dealPlayer…
Scott Nimrod
  • 11,206
  • 11
  • 54
  • 118
1
2