I'm new to F# and I intend to create new F# project, and unit test it with F# in Visual Studio 2008, but the Visual Studio 2008 Unit Test Wizard don't have a F# test project option (just have C, C# and VB options).
- Is it possible to unit test F#?
- Is it possible to unit test F# with a F# test project?
- Is it possible to unit test F# with a F# test project in Visual Studio 2008?
- How to do it, if there is no Wizard in Visual Studio 2008?