Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fitnesse : Testing was interrupted and results are incomplete. Test Pages:

Tags:

fitnesse

I am new to the fitnesse framework. I create the test using the https://schuchert.wikispaces.com/FitNesse.Tutorials.1 link. But I am getting the following error while running it.

Testing was interrupted and results are incomplete. Test Pages: 0 right, 0 wrong, 0 ignored, 0 exceptions Assertions: 0 right, 0 wrong, 0 ignored, 0 exceptions (0.052 seconds) Unable to start test system 'fit': java.lang.NullPointerException

Kindly help.

like image 840
chetan sharma Avatar asked Oct 01 '22 02:10

chetan sharma


1 Answers

I have seen this same error recently whilst using DbFit version 3.1.0 which uses FitNesse v20140903 under the hood. I resolved this by adding the following to my root page ...

!define COMMAND_PATTERN {java -cp %p %m}
like image 150
markhop Avatar answered Oct 04 '22 16:10

markhop