質問

I can see that it can be done from JUnit, I would like to run it from ms test framework instead. It is probably very similar.

thanks Kenneth

役に立ちましたか?

解決 2

I am/was thinking that the easiest would be to write a unit test suite, containing a testmethod that starts fitness up as in another process. I.e. run it from command line and getting the result from the output file.

not a ver unit testing way, since it is slow. It sound more like an integration test.

他のヒント

There is no FitNesse runner for MSTest at this time. The biggest hurdle is that the FitNesse test engine is written in Java and was therefore easier to integrate with JUnit. To do the same with MSTest would require porting significant portions of Java code to .NET. If there is widespread demand for this, open source developers may be encouraged to work on it.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top