Summary
[
summary] [
package list] [
test cases]
| Tests | Errors | Failures | Success rate | Time(s) |
| 20 | 3 | 1 | 80.00% | 54.02 |
Note:
failuresare anticipated and checked for with assertions while
errorsare unanticipated.
Package List
[
summary] [
package list] [
test cases]
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.astrogrid.applications.commandline
Failure details
|
testSeeError
|
should have seen 4 warnings before final error status expected:<4> but was:<3>
|
junit.framework.AssertionFailedError: should have seen 4 warnings before final error status expected:<4> but was:<3> at org.astrogrid.applications.commandline.CommandLineApplicationTest.testSeeError(CommandLineApplicationTest.java:358)
|
|
testParameterSetup
|
file:///tmp/sexout_z
|
org.astrogrid.applications.parameter.protocol.InaccessibleExternalValueException: file:///tmp/sexout_z at org.astrogrid.applications.parameter.protocol.FileProtocol$1.read(FileProtocol.java:49) at org.astrogrid.applications.commandline.DefaultCommandLineParameterAdapter.process(DefaultCommandLineParameterAdapter.java:162) at org.astrogrid.applications.commandline.MergingParameterAdapter.process(MergingParameterAdapter.java:135) at org.astrogrid.applications.commandline.CommandLineApplication.setupParameters(CommandLineApplication.java:166) at org.astrogrid.applications.commandline.AbstractCmdLineRealAppTestCase.testParameterSetup(AbstractCmdLineRealAppTestCase.java:59)
|
|
testParameterSetup
|
REGAUTHORITY.SExtractor
|
org.astrogrid.applications.description.exception.ApplicationDescriptionNotFoundException: REGAUTHORITY.SExtractor at org.astrogrid.applications.description.BaseApplicationDescriptionLibrary.getDescription(BaseApplicationDescriptionLibrary.java:60) at org.astrogrid.applications.commandline.AbstractCmdLineAppTestCase.setUp(AbstractCmdLineAppTestCase.java:120) at org.astrogrid.applications.commandline.AbstractCmdLineRealAppTestCase.setUp(AbstractCmdLineRealAppTestCase.java:38)
|
|
testloadApplicationConfig
|
unable to find FieldDescriptor for 'Description' in ClassDescriptor of CommandLineApplication
|
org.xml.sax.SAXException: unable to find FieldDescriptor for 'Description' in ClassDescriptor of CommandLineApplication at org.exolab.castor.xml.UnmarshalHandler.startElement(UnmarshalHandler.java:1224) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:555) at org.astrogrid.applications.commandline.WFOApplicationConfigLoadTest.testloadApplicationConfig(WFOApplicationConfigLoadTest.java:59)
|