-
1. Re: ConfigFilesTestSuite don't create testcase
oack Jan 1, 2012 4:49 AM (in response to oack)Hi,
my post is a couple of days ago. I'm realy desperated with this error, because of the reaction in eclipse. I can't see a solution, the test is started. But no reaction from jUnit. Why is that?
My project is created with Maven, dependencies are at the bottom.
<dependency>
<groupId>org.jboss.jsfunit</groupId>
<artifactId>jboss-jsfunit-core</artifactId>
<version>1.3.0.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.jsfunit</groupId>
<artifactId>jboss-jsfunit-analysis</artifactId>
<version>1.3.0.Final</version>
<scope>compile</scope>
</dependency>