It is possible to set up a FitNesse page the will run all tests in a different language.
The languages currently supported are:
There are few componenets needed to support other languages:
When ever you run a test where the special variables are in scope, the execution will be performed in the designated language.
[UserGuide] [.FrontPage] [.RecentChanges]
The languages currently supported are:
- Java - of course
- DotNet
There are few componenets needed to support other languages:
- A version is Fit in the desired language is need.
- Two additional classes are needed:
- FitFilter? - should work just like the Java version fitnesse.FitFilter
- RecursiveAllFiles? fixture - should work just like the Java version fitnesse.fixtures.RecursiveAllFiles?
- The variables listed in CustomizingTestExecution should be set accordingly.
When ever you run a test where the special variables are in scope, the execution will be performed in the designated language.
[UserGuide] [.FrontPage] [.RecentChanges]