From: Elliotte H. <el...@me...> - 2006-08-28 19:27:10
|
Jens Herrmann wrote: > Hi, > > I have problems to integrate Jester into an existing project. The provided > test-cases works fine so I have tried the verion 1.3.7 from your website > and I have compiled a 1.3.8-version out of the CVS-tree. > > Problems: > > a) Jester doesn't find the config-files, although they are in the > classpath. I know that there this problem is known and that's the reason > to use the cvs-version of jester. Configuring Jester is a pain. Improving this is on the TODO list. It's hard to debug your specific problem remotely though. > b) The Projekt use different source-directories for the class- and the > test-files. Is there a way to tell it jester, so that we haven't copy them > into one (working-)directory? I'm not sure. > c) The Projekt have many JUnit-Classes instead of one test.class. How > could I tell jester to go throw all test-classes? > That's doable. normally I just make a TestSuite that aggregates all my tests. -- Elliotte Rusty Harold el...@me... Java I/O 2nd Edition Just Published! http://www.cafeaulait.org/books/javaio2/ http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/ |