This zip file contains a VS2008 proof of concept solution for running Fitnesse.NET tests via MSTest. The solution contains 3 projects:
- A very basic WCF service that is the basis of a call tracking system,in reality there is little to test here, especially as we mock out the data access layer, but this is just a proof of concept.
- An assembly that contains the wrapper metjods that the fit test call
- A test project that contains the MSTest and associated Fitnesse test.