[jbosstools-dev] Unit Test Question

Max Rydahl Andersen max.andersen at redhat.com
Thu Jun 11 07:12:45 EDT 2009


> Anyone have any ideas how I can modify this test case to allow the 
> details of the CoreException's status object to be seen somewhere in 
> the test failure page?
try {
<whatever code is there>
} catch(Exception e) {
    fail("<whatever string you want to show up in output");
}

/max



More information about the jbosstools-dev mailing list