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...
8468
Dassing, Andrew
andydassing
Jul 2, 2007 2:37 pm
Theres no need to override or "adapt" brewCoffee() in MyDoFixture if setSystemUnderTest(CoffeeMaker) is called in the MyDoFixture constructor or some other...
8469
John Roth
jhrothjr
Jul 2, 2007 4:03 pm
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 ...
8470
Roman Gavrilov
clavrg
Jul 2, 2007 5:11 pm
I am on DotNet. I don't see setSystemUnderTest() - which would solve my problem. There is a GetTargetObject() method, but no symmetrical setter. hm......
8471
cassini314
Jul 3, 2007 1:52 pm
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...
8472
Dassing, Andrew
andydassing
Jul 3, 2007 3:32 pm
For .NET. simply set the protected variable mySystemUnderTest which is declared in class FlowFixtureBase. ________________________________ From:...
8473
Roman Gavrilov
clavrg
Jul 3, 2007 3:37 pm
That's what I end up doing. It just I am unconfortable accessing protected field directy. Kindawierd....
8474
Dassing, Andrew
andydassing
Jul 3, 2007 4:02 pm
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...
8475
Roman Gavrilov
clavrg
Jul 4, 2007 12:09 am
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...
8476
indraneel_chowdhury
indraneel_ch...
Jul 4, 2007 2:07 pm
Hi, The source code link for the HTMLFixture is not working in fitnesse.org. Where can I find the source code for the fixture? Thanks Indraneel...
8477
Bernard Vander Beken
bxken
Jul 5, 2007 9:49 am
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...
8478
Jyothi Priya
jyothi_priya...
Jul 5, 2007 1:25 pm
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...
8479
Joseph Bergin
jbdcs2004
Jul 5, 2007 1:30 pm
... http://sourceforge.net/projects/htmlfixture -- Joseph Bergin, Professor Pace University, Computer Science, One Pace Plaza, NY NY 10038 EMAIL...
8480
yaronshaer
Jul 5, 2007 6:43 pm
Hello, I am trying to run the .Net TestRunner for the first time and have encountered some problems with it. I ran this command: ...
8481
Dassing, Andrew
andydassing
Jul 5, 2007 7:47 pm
1. Insert '-v' in the TestRunner command to see the assemblies included; 2. TestRunner /? will show there's an additional command line argument for...
8482
yaronshaer
Jul 6, 2007 1:23 pm
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...
8483
yaronshaer
Jul 6, 2007 1:23 pm
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...
8484
Mike Stockdale
jediwhale
Jul 6, 2007 5:21 pm
I'll fix it in the next release to be lenient......
8485
mandyjunewilson
Jul 6, 2007 11:25 pm
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...
8486
Amanda Wilson
mandyjunewilson
Jul 6, 2007 11:26 pm
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...
8487
Rick Mugridge
rickmugridge
Jul 7, 2007 1:34 am
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...
8488
rpoonekar
Jul 9, 2007 1:12 am
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,...
8489
Rick Mugridge
rickmugridge
Jul 9, 2007 2:35 am
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....
8490
shira.tsinovich
Jul 10, 2007 11:44 am
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...
8491
Shailendra ;-)
ceossaxena
Jul 10, 2007 11:44 am
Hi Group, Can we save/export the fitness Test Result in the html/xls file? If yes, then please do let me know the details. Thanks, shailendra ...
8492
Andreas Thiel
andreas_thie...
Jul 10, 2007 12:00 pm
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,...
8493
Shailendra ;-)
ceossaxena
Jul 10, 2007 2:00 pm
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...
8494
Mike Stockdale
jediwhale
Jul 10, 2007 3:25 pm
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...
8495
Ryan McCullough
thax_1138
Jul 10, 2007 3:59 pm
If you use the Java command line runner, you can specify the output format. Here is the usage of TestRunner: C:\CVS-Local92;fitnesse>java -cp fitnesse.jar...
8496
James Grenning
jwgrenning
Jul 10, 2007 4:54 pm
CppFit does not know how to do that. :-( ... James W. Grenning Object Mentor, Inc. cell: 847-331-9942 www.objectmentor.com blog.objectmentor.com...