namespace Consumer open NUnit.Framework open FsUnitTyped [] [] type TestParameterisedFixture (v : bool) = [] member _.Thing () = v |> shouldEqual v [] [] type TestParameterisedFixtureMultiple (i : int, v : bool) = [] member _.Thing () = v |> shouldEqual v i |> shouldEqual i