Hello, Here is a simple test which works fine via the wiki. The same test creates html containing invalid chars when run via testrunner. The chars causing the...
Theres no need to override or "adapt" brewCoffee() in MyDoFixture if setSystemUnderTest(CoffeeMaker) is called in the MyDoFixture constructor or some other...
This looks like the Raw output, not the HTML output. Most language versions of TestRunner format output in two stages: they create a Raw output that's similar ...
I am on DotNet. I don't see setSystemUnderTest() - which would solve my problem. There is a GetTargetObject() method, but no symmetrical setter. hm......
Running .net version of fit (20050731). Testrunner output created via Testrunner.exe - also .net. I tried running via the jar file also (as in java -cp...
Because it's a protected member, it's accessible only by classes that inherit from DoFixture et al; this is by design and well within good coding practice in...
Completely support direct access to fields, if that serves the need. It's the absense of a counterpart for GetTargetObject that threw me off. Plus inconsistent...
Hello, It's interesting to know that the confusingly-named .NET 3.0 uses the .NET 2.0 CLR and the .NET 2.0 Base Class Libraries. As far as I can tell, a...
Hi Friends, Iam Jyothi, Software Testing Engineer, Working in Banglore for an MNC company. My aim in sending this message is to assist my friends in searching...
Well, solved the problem. You will need to have ; before and after your classpath URI on the WiKi Page for TestRunner to scan it. Is this a bug? Anyway, all is...
Using the -v option I can see the right assembly is added. Same one I defined at the top of the WiKi page but the exception remains (could not be found in...
Hi, I'm the business analyst writing the Fit tests for a Fit tool we are creating at Luxoft Canada, and I've gotten a bit stuck. We adding a feature to Fit...
Hi, I'm the business analyst writing the Fit tests for a Fit tool we are creating at Luxoft Canada, and I've gotten a bit stuck. We are adding a feature to Fit...
See the storytests for FitNesse; they include the rendered html that results. You may also find it useful to look at the storytests for FitLibrary itself. How...
Hi, Can someone tell me what are the steps involved in adding a new special action to my fixture, which extends DoFixture. DoFixture already provides check,...
Hi, It looks like you're in Java. If you're using the latest Java FitLibrary, the signature of special actions is changed so that they now take two arguments....
I started using the cpp module after working for a while with Java. I'd like to pass parameters between tables and not sure how to do so with FitCpp. In java...
I'd suggest to use DoFixture, which avoids passing of data via the tables, but I don't know if FitLibrary is availabale for C++, too. Is it available? If yes,...
Hi All, Can fitnesse be integrated with the test director or quality center for the better project management purpose? Can we store the fitnesse testcases in...
You'll have to write some scripts to do it but I know it has been done with fitnessedotnet. I don't know much about TestDirector so I don't know the...
If you use the Java command line runner, you can specify the output format. Here is the usage of TestRunner: C:\CVS-Local\fitnesse>java -cp fitnesse.jar...