Forum Discussion
omatzura
18 years agoSuper Contributor
Hi!
the setHost method will only work if you run TestSuites via the testCaseRunners.runRunner() method.
You can set the setExportAll( true ) method on the testCaseRunner to export all results (together with setOutputFolder..)
Regarding the LinkageError, this is because you are somehow including the specified classes in the ClassLoader hiearachy when you are running the tests, which results in it getting loaded from the "wrong" classLoader. I need more details on exactly how you are running this to solve this.. As a workaround you can try to just remove the DOMConfiguration class from the xerces jars (or wherever it is), to see if that helps.
regards,
/Ole
eviware.com
the setHost method will only work if you run TestSuites via the testCaseRunners.runRunner() method.
You can set the setExportAll( true ) method on the testCaseRunner to export all results (together with setOutputFolder..)
Regarding the LinkageError, this is because you are somehow including the specified classes in the ClassLoader hiearachy when you are running the tests, which results in it getting loaded from the "wrong" classLoader. I need more details on exactly how you are running this to solve this.. As a workaround you can try to just remove the DOMConfiguration class from the xerces jars (or wherever it is), to see if that helps.
regards,
/Ole
eviware.com