Questions tagged [fitnesse-slim]

The SLIM test system of the FitNesse test framework

The SLIM test system provides an acceptance test authoring and execution framework. It is one of two test systems supported by the FitNesse test framework - the other is the original Fit test system. See http://fitnesse.org/FitNesse.UserGuide.SliM

170 questions
-1
votes
1 answer

FitNesse - Check if variable does not contain text in script table

In our FitNesse tests, we use a ScriptTable to call an external tool, which imports some data to our database. The table looks like this: !| script | Fixtures.MyClass | | Update Dir | c:\FitNesse\XXXX\XXXXX | | check | Message | | UpdateDir is a…
Chris2011931
  • 106
  • 1
  • 1
  • 10
-1
votes
1 answer

Is it possible to run Slim client in Fitnesse server VM

We want to start the Slim client in the same virtual machine as the Fitnesse server. Is this possible? I found only options for other ports or remote slim servers. regards Andreas
Andreas
  • 1,183
  • 1
  • 11
  • 24
-1
votes
1 answer

fitnesse slim java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.lang.String

I am working with fitnesse. And although i have worked on Fitnesse maintenance before, this is the first time i am implementing it. Everything seems to be in place but I get the below exception on my wiki page when I execute the test. Fitnesse…
-1
votes
1 answer

FitNesse getting the suite name in SuiteSetUp java Class

I have 2 pages a Suite page Suite1 and a SuiteSetUp page. Inside the suiteSetUp page I am calling a java constructor with the suite name as parameter. now When I run my fitnesse suite I am getting the string 'SuiteSetUp' in java. I should get…
Jobin
  • 5,610
  • 5
  • 38
  • 53
-1
votes
1 answer

Fitnesse - method name starting with unwanted "set" prefix

I have trouble with fitnesse adding a prefix "set" to names of my methods and therefore not finding any. It does not do the same thing with a different method from same, which I figured is because said method starts with "get" so I guess there is…
zmaten
  • 429
  • 4
  • 16
1 2 3
11
12