Processing error while creating a test fixture in Fitness framework

Asked By 20 points N/A Posted on -
qa-featured

Hello,

I am getting the following error message when try to create a test fixture using Fitnesse framework. I am trying to test a function which retrieves data from a server but every time I get this annoying error message. How can I resolve this problem without having any issue? Is there any idea to fix it? Thanks for any assistance.

Problem Occurred

`searching for lucene’… has encountered a problem.

Processing error:java.lang.RuntimeException: test

SHARE
Answered By 0 points N/A #172777

Processing error while creating a test fixture in Fitness framework

qa-featured

Android jars are good just for compiling and are containing only stub implementations of the classes, providing you the means for your application. You can`t run android code on your laptop. When you have your APK you have to run it on an emulator or android device to see if it works.

Related Questions