Code Coverage (JaCoCo) Problem [message #1068227] |
Fri, 12 July 2013 14:25  |
Eclipse User |
|
|
|
Hi,
I have entered the AUT installation directory (contains .class files, which have been compiled with ant-> debug mode on) and the Sourcce Directory (contains .java source files) and have chosen Jacoco as monitoring agent for code coverage.
I have also entered the Executable File Name path of my simple Java-Swing-AUT (.cmd file, which starts an executable jar file).
But: If I execute testcase, the "Collecting Information"-Step never ends. I stopped after waiting 30 minutes. In Test Result Summary the Measured Value Coloumn contains "not available".
Can you help me?
##Additional informations##
-AUT consists of only one class (no packages)
-Ant Target:
<target name="compile" description="Compile" depends="init">
<echo message="Compiling the java source files..." />
<javac destdir="${build.dir}" debug="on">
<src path="${src.dir}" />
<classpath refid="classpath"/>
</javac>
</target>
-Jubula Version: 7.1.0
-AUT started via AUT configuration
-No cglib used
-The application
-Embedded database used
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08974 seconds