... Yes, that's correct. You need to write your own CommandLineTestRunner interface to make this work. It's not that difficult, and can use your existing...
TestRunner shares much of the FitServer code.... It's another component that you'd have to custom create. Micah Martin Object Mentor, Inc. www.objectmentor.com...
There is a thread-lock scenario that occurs on solaris. The most recent code bundle has the problem fixed. Also, a search on the group history will reveal...
import java.util.*; import fit.*; public class Test extends DoFixture{ private type type1 = new type(); public void set_variable(){.......} . . . } 1. This...
I found something on http://www.ddj.com/dept/architect/184415402 which suggests a way of importing fitlibrary. But I am not trying to import it in my table...
DoFixture is part of fitLibrary and you will need to import it and include it in your classpath in order to use it. import fitlibrary.DoFixture; and then add...
My temporarly solution is, that I have my own TestRunner which extends the original TestRunner. Don't now if this is the finest solution but it's working. If...
Unfortunately I still can't get it working. Oh well, there are other ways to skin a cat..... Thanks for all your help though. Other than the problems with...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
Hi All, Thanks, Can anybody pls let me know I want to invoke batch file from fitnesse (Wiki) then how can use !define COMMAND_PATTERN command. Also how to pass...
Hi All, Thanks, Can anybody pls let me know I want to invoke batch file from fitnesse (Wiki) then how can use !define COMMAND_PATTERN command. Also how to pass...
Go to the root page. (http://localhost/root) Add the following wiki text including your bat file... !define COMMAND_PATTERN {C:\path\to\your\file.bat} Go back...
Yep, that worked. another small problem here... ... for above row, I have a function as shown below. userPartofArea(String fruit, String a){ if (fruit ==...
Hi, I've been working on making custom fixtures using tableFixture, and one small problem I have ran into is that it seems that wikiWidgets don't get parsed...
I figured it out, although I don't exactly understand why it works like this... If I have a table set up like this: !|com.foobar.SomeFixture| ... !sysdate...
As long as the tables is not prefixed with an exclamation point, WikiWidgets should get parsed. Micah Martin Object Mentor, Inc. www.objectmentor.com...