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.
The languages currently supported are:
- Java - of course
- DotNet
There are few componenets needed to support other languages:
- An implementation of FIT for the desired language.
- An implementation of FitServer - a program that couples FIT to FitNesse.
- 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.
Add Child Page to MultiLanguageFitNesse