-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added FsUnitTyped module + tests #85
Conversation
Yes yes yes yes yes yes please yesss!!! [Unrelated rambling] |
@tpetricek you already can reference the same true for |
Woohoo! |
First, I'm really happy to see this change! Second, although using strong typed references does make things much better, it would be great to avoid |
@CraigStuntz So, you prefer something like this: [<DebuggerStepThrough>]
let shouldEqual (expected : 'a) (actual : 'a) =
Assert.True((expected = actual), sprintf "Expected: %A\nActual: %A" expected actual) instead of |
@sergey-tihon I think I do, but I'm wondering if anyone uses FsUnit to test C# code? If so, not sure if |
@CraigStuntz We can assume that nobody use We need to chose better way from F# perspective |
Added FsUnitTyped module + tests
Added typed version of FsUnit (created by @forki) as separate FsUnitTyped module.
Who want to see it packed in FsUnit distrib?
// cc: @forki
FsUnitTyped
FsUnitTyped
by design and add appropriate unit tests