Skip to content

Instantly share code, notes, and snippets.

@smallgeek
Created August 26, 2012 07:27
Show Gist options
  • Select an option

  • Save smallgeek/3475670 to your computer and use it in GitHub Desktop.

Select an option

Save smallgeek/3475670 to your computer and use it in GitHub Desktop.
NaturalSpec_Tutorial_5_4
/// シナリオのソースを使用する
let MyTestCases =
TestWith (tripleParam 12 3 4)
|> And (tripleParam 12 4 3)
|> And (tripleParam 12 6 2)
|> And (tripleParam 0 0 0)
|> ShouldFailWith (typeof<System.DivideByZeroException>)
|> And (tripleParam 1200 40 30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment