Forum Discussion

Vidocq's avatar
16 years ago

SoapUI & JUnit - disable logging

I'm running SoapUI tests from JUnit and Ant. public void testWholeSoap() throws Exception { SoapUITestCaseRunner runner = new SoapUITestCaseRunner(); runner.setProjectFile(projectFile)...