I\'m trying to start a blank FitNesse akin to what Uncle Bob did here: http://vimeo.com/2765514 I\'m using release 20100303 and I cannot find how to prevent an entire \"Welcome to FitNesse\" site to
I have two jar files. MyProduct.jar (The business logic) MyProductFixture.jar. (The fixture that calls the bl)
( Of course I can state this is \"mysterious\" because I have not been able to identify the problem. I am hoping it will be obvious to one of you erudite readers and that you can enlighten me :-)
I wrote a query that gets a list of objects using linq.The code executes fine in the project, but fails when I try to access it from the fitnesse project.
My fitnesse tests fail with linq datacontext.I already tried adding a suite.config and then app config to my c:\\fitnesse folder - where开发者_如何学编程 the .jar file is.
I´m trying to do this test on fitnesse, but actually it inserts only the first one (|Execute|INSERT INTO restdb.labels (id, label_name) VALUES (1, \"label_test1\")|)
I\'m working with FitNesse and the first time trying with Suite. I had my test scripts in many parts as I was receiving Jave Heap errors.
Is there any way to increase the CommandTimeout for DbFit queries? I have a long running stored procedure that times out when running it in a DbFit Test.
In FitNesse, can variables be defined in terms of other variables? I want to do the equivalent of: int a=3;
Is it possible to express this in a Query Table in FitNesse with SLIM for .net: contains(data) startswith(data)