fitnesse
How do you create an "empty" FitNesse site
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[详细]
2023-01-07 20:55 分类:问答How To Reference External Classes in Fitnesse
I have two jar files. MyProduct.jar (The business logic) MyProductFixture.jar. (The fixture that calls the bl)[详细]
2023-01-07 14:00 分类:问答Fitnesse with .NET gets mysteriously stuck when running suites
( 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 :-)[详细]
2023-01-06 23:01 分类:问答Fitnesse Slim query test fails while trying to access linq datacontext
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.[详细]
2023-01-05 07:52 分类:问答Fitnesse test fails with linq datacontext
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.[详细]
2023-01-05 05:48 分类:问答Problems making a fitnesse test
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\")|)[详细]
2023-01-05 01:54 分类:问答FitNesse Suites Variables
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.[详细]
2023-01-02 23:03 分类:问答How can I adjust the CommandTImeout in DbFit for long running queries?
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.[详细]
2022-12-31 13:47 分类:问答In FitNesse, can variables be defined in terms of other variables?
In FitNesse, can variables be defined in terms of other variables? I want to do the equivalent of: int a=3;[详细]
2022-12-29 18:12 分类:问答FitNesse/Slim String Operators
Is it possible to express this in a Query Table in FitNesse with SLIM for .net: contains(data) startswith(data)[详细]
2022-12-28 22:13 分类:问答