Unit Test Results

Designed for use with JUnit and Ant.

Class org.umber.bellows.testgen.XmltestValidXmlConfTest

NameTestsErrorsFailuresTime(s)
XmltestValidXmlConfTest1620168.353

Tests

NameStatusTypeTime(s)
testValid_ValidSa001Success1.582
testValid_ValidSa002Success0.023
testValid_ValidSa003Success0.012
testValid_ValidSa004Success0.024
testValid_ValidSa005Success0.029
testValid_ValidSa006Success0.021
testValid_ValidSa007Success0.013
testValid_ValidSa008Success0.025
testValid_ValidSa009Success0.013
testValid_ValidSa010Success0.037
testValid_ValidSa011Success0.049
testValid_ValidSa012Success0.094
testValid_ValidSa013Success0.020
testValid_ValidSa014Success0.013
testValid_ValidSa015Success0.011
testValid_ValidSa016Success0.050
testValid_ValidSa017Success0.029
testValid_ValidSa018Success0.010
testValid_ValidSa019Success0.014
testValid_ValidSa020Success0.014
testValid_ValidSa021Success0.010
testValid_ValidSa022Success0.009
testValid_ValidSa023Success0.023
testValid_ValidSa024Success0.020
testValid_ValidSa025Success0.023
testValid_ValidSa026Success0.013
testValid_ValidSa027Success0.013
testValid_ValidSa028Success0.020
testValid_ValidSa029Success0.011
testValid_ValidSa030Success0.017
testValid_ValidSa031Success0.020
testValid_ValidSa032Success0.006
testValid_ValidSa033Success0.009
testValid_ValidSa034Success0.013
testValid_ValidSa035Success0.010
testValid_ValidSa036Success0.008
testValid_ValidSa037Success0.018
testValid_ValidSa038Success0.006
testValid_ValidSa039Success0.019
testValid_ValidSa040Success0.018
testValid_ValidSa041Success0.036
testValid_ValidSa042Success0.026
testValid_ValidSa043Success0.035
testValid_ValidSa044Failureconversion back to XML should match canonical output (violates rule: 'Test demonstrates that the empty-element tag must be use for an elements that are declared EMPTY.') expected:<... <e a1="v1" a2="v2" a3="v3"></e> <e a1="w1" a2="v2"></e> <e a1="v1" a2="w2" a3="v3"></e> ...> but was:<...<e a1="v1" a2="v2" a3="v3"></e><e a1="w1" a2="v2"></e><e a1="v1" a2="w2" a3="v3"></e>...>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Test demonstrates that the empty-element tag must be use for an elements that are declared EMPTY.') expected:<...<e a1="v1" a2="v2" a3="v3"></e><e a1="w1" a2="v2"></e><e a1="v1" a2="w2" a3="v3"></e>...> but was:<...<e a1="v1" a2="v2" a3="v3"></e><e a1="w1" a2="v2"></e><e a1="v1" a2="w2" a3="v3"></e>...> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa044(Unknown Source)
0.201
testValid_ValidSa045Success0.108
testValid_ValidSa046Success0.135
testValid_ValidSa047Success0.006
testValid_ValidSa048Success0.032
testValid_ValidSa049FailureBellows error loading test file 'valid/sa/049.xml': org.umber.bellows.loader.BellowsParseException: Fatal XML parsing error Caused by org.xml.sax.SAXParseException: Document root element is missing.

junit.framework.AssertionFailedError: Bellows error loading test file 'valid/sa/049.xml': org.umber.bellows.loader.BellowsParseException: Fatal XML parsing errorCaused by org.xml.sax.SAXParseException: Document root element is missing. at org.umber.bellows.testgen.XmltestValidXmlConfTest.loadTestFile(Unknown Source) at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa049(Unknown Source)
0.019
testValid_ValidSa050FailureBellows error loading test file 'valid/sa/050.xml': org.umber.bellows.loader.BellowsParseException: Fatal XML parsing error Caused by org.xml.sax.SAXParseException: Document root element is missing.

junit.framework.AssertionFailedError: Bellows error loading test file 'valid/sa/050.xml': org.umber.bellows.loader.BellowsParseException: Fatal XML parsing errorCaused by org.xml.sax.SAXParseException: Document root element is missing. at org.umber.bellows.testgen.XmltestValidXmlConfTest.loadTestFile(Unknown Source) at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa050(Unknown Source)
0.010
testValid_ValidSa051FailureBellows error loading test file 'valid/sa/051.xml': org.umber.bellows.loader.BellowsParseException: Fatal XML parsing error Caused by org.xml.sax.SAXParseException: Document root element is missing.

junit.framework.AssertionFailedError: Bellows error loading test file 'valid/sa/051.xml': org.umber.bellows.loader.BellowsParseException: Fatal XML parsing errorCaused by org.xml.sax.SAXParseException: Document root element is missing. at org.umber.bellows.testgen.XmltestValidXmlConfTest.loadTestFile(Unknown Source) at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa051(Unknown Source)
0.009
testValid_ValidSa052FailureBellows error loading test file 'valid/sa/052.xml': org.umber.bellows.loader.BellowsParseException: Fatal XML parsing error Caused by org.xml.sax.SAXParseException: Found illegal character '' (0xd800) in PCDATA content

junit.framework.AssertionFailedError: Bellows error loading test file 'valid/sa/052.xml': org.umber.bellows.loader.BellowsParseException: Fatal XML parsing errorCaused by org.xml.sax.SAXParseException: Found illegal character '' (0xd800) in PCDATA content at org.umber.bellows.testgen.XmltestValidXmlConfTest.loadTestFile(Unknown Source) at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa052(Unknown Source)
0.027
testValid_ValidSa053Success0.010
testValid_ValidSa054Success0.020
testValid_ValidSa055Success0.053
testValid_ValidSa056Success0.047
testValid_ValidSa057Success0.009
testValid_ValidSa058Success0.009
testValid_ValidSa059Failureconversion back to XML should match canonical output (violates rule: 'Test demonstrates an Element Type Declaration that uses the contentspec of EMPTY. The element cannot have any contents and must always appear as an empty element in the document. The test also shows an Attribute-list declaration with multiple AttDef's.') expected:<... <e a1="v1" a2="v2" a3="v3"></e> <e a1="w1" a2="v2"></e> <e a1="v1" a2="w2" a3="v3"></e> ...> but was:<...<e a1="v1" a2="v2" a3="v3"></e><e a1="w1" a2="v2"></e><e a1="v1" a2="w2" a3="v3"></e>...>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Test demonstrates an Element Type Declaration that uses the contentspec of EMPTY. The element cannot have any contents and must always appear as an empty element in the document. The test also shows an Attribute-list declaration with multiple AttDef's.') expected:<...<e a1="v1" a2="v2" a3="v3"></e><e a1="w1" a2="v2"></e><e a1="v1" a2="w2" a3="v3"></e>...> but was:<...<e a1="v1" a2="v2" a3="v3"></e><e a1="w1" a2="v2"></e><e a1="v1" a2="w2" a3="v3"></e>...> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa059(Unknown Source)
0.126
testValid_ValidSa060Success0.036
testValid_ValidSa061Failureconversion back to XML should match canonical output (violates rule: 'Test demonstrates the use of decimal Character References within element content.') expected:<...¬...> but was:<......>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Test demonstrates the use of decimal Character References within element content.') expected:<...¬...> but was:<......> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa061(Unknown Source)
0.017
testValid_ValidSa062Failureconversion back to XML should match canonical output (violates rule: 'Test demonstrates the use of hexadecimal Character References within element.') expected:<...‡πć∏à‡∏°...> but was:<...เจม...>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Test demonstrates the use of hexadecimal Character References within element.') expected:<...‡πć∏à‡∏°...> but was:<...เจม...> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa062(Unknown Source)
0.021
testValid_ValidSa063FailureBellows error loading test file 'valid/sa/063.xml': org.umber.bellows.loader.BellowsParseException: Fatal XML parsing error Caused by org.xml.sax.SAXParseException: Only whitespace allowed before name in <!DOCTYPE declaration.

junit.framework.AssertionFailedError: Bellows error loading test file 'valid/sa/063.xml': org.umber.bellows.loader.BellowsParseException: Fatal XML parsing errorCaused by org.xml.sax.SAXParseException: Only whitespace allowed before name in <!DOCTYPE declaration. at org.umber.bellows.testgen.XmltestValidXmlConfTest.loadTestFile(Unknown Source) at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa063(Unknown Source)
0.011
testValid_ValidSa064Failureconversion back to XML should match canonical output (violates rule: 'Tests in-line handling of two legal character references, which each expand to a Unicode surrogate pair.') expected:<...𐀀􏿽...> but was:<......>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Tests in-line handling of two legal character references, which each expand to a Unicode surrogate pair.') expected:<...𐀀􏿽...> but was:<......> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa064(Unknown Source)
0.026
testValid_ValidSa065Success0.012
testValid_ValidSa066Success0.016
testValid_ValidSa067Success0.009
testValid_ValidSa068Success0.243
testValid_ValidSa069Success0.244
testValid_ValidSa070Success0.010
testValid_ValidSa071Success0.005
testValid_ValidSa072Success0.019
testValid_ValidSa073Success0.014
testValid_ValidSa074Success0.011
testValid_ValidSa075Success0.015
testValid_ValidSa076Success0.024
testValid_ValidSa077Success0.017
testValid_ValidSa078Success0.183
testValid_ValidSa079Success0.023
testValid_ValidSa080Success0.019
testValid_ValidSa081Success0.012
testValid_ValidSa082Success0.010
testValid_ValidSa083Success0.074
testValid_ValidSa084Success0.088
testValid_ValidSa085Success0.012
testValid_ValidSa086Success0.012
testValid_ValidSa087Success0.016
testValid_ValidSa088Success0.010
testValid_ValidSa089Failureconversion back to XML should match canonical output (violates rule: 'Tests entity expansion of three legal character references, which each expand to a Unicode surrogate pair.') expected:<...𐀀􏿽􏿿...> but was:<......>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Tests entity expansion of three legal character references, which each expand to a Unicode surrogate pair.') expected:<...𐀀􏿽􏿿...> but was:<......> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa089(Unknown Source)
0.013
testValid_ValidSa090Success0.023
testValid_ValidSa091Success0.164
testValid_ValidSa092Failureconversion back to XML should match canonical output (violates rule: 'Test demostrates that extra whitespace is normalized into a single space character.') expected:<... <a></a> <a></a> <a></a> ...> but was:<...<a></a><a></a><a></a>...>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Test demostrates that extra whitespace is normalized into a single space character.') expected:<...<a></a> <a></a> <a></a>...> but was:<...<a></a><a></a><a></a>...> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa092(Unknown Source)
0.035
testValid_ValidSa093Success0.005
testValid_ValidSa094Success0.033
testValid_ValidSa095Success0.092
testValid_ValidSa096Success0.010
testValid_ValidSa097Success0.514
testValid_ValidSa098Success0.089
testValid_ValidSa099Success0.039
testValid_ValidSa100Success0.017
testValid_ValidSa101Success0.015
testValid_ValidSa102Success0.026
testValid_ValidSa103Success0.013
testValid_ValidSa104Success0.014
testValid_ValidSa105Failureconversion back to XML should match canonical output (violates rule: 'Basically an output test, this requires a CDATA attribute with a tab character to be passed through as one space.') expected:<... ...> but was:<... ...>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Basically an output test, this requires a CDATA attribute with a tab character to be passed through as one space.') expected:<... ...> but was:<... ...> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa105(Unknown Source)
0.007
testValid_ValidSa106Failureconversion back to XML should match canonical output (violates rule: 'Basically an output test, this requires a CDATA attribute with a newline character to be passed through as one space.') expected:<... ...> but was:<... ...>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Basically an output test, this requires a CDATA attribute with a newline character to be passed through as one space.') expected:<......> but was:<......> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa106(Unknown Source)
0.156
testValid_ValidSa107Failureconversion back to XML should match canonical output (violates rule: 'Basically an output test, this requires a CDATA attribute with a return character to be passed through as one space.') expected:<... ...> but was:<... ...>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Basically an output test, this requires a CDATA attribute with a return character to be passed through as one space.') expected:<... ...> but was:<......> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidSa107(Unknown Source)
0.015
testValid_ValidSa108Success0.063
testValid_ValidSa109Success0.011
testValid_ValidSa110Success0.005
testValid_ValidSa111Success0.009
testValid_ValidSa112Success0.016
testValid_ValidSa113Success0.021
testValid_ValidSa114Success0.077
testValid_ValidSa115Success0.014
testValid_ValidSa116Success0.008
testValid_ValidSa117Success0.017
testValid_ValidSa118Success0.024
testValid_ValidSa119Success0.032
testValid_ValidNotSa001Success0.037
testValid_ValidNotSa002Success0.019
testValid_ValidNotSa003Success0.013
testValid_ValidNotSa004Success0.085
testValid_ValidNotSa005Success0.027
testValid_ValidNotSa006Success0.131
testValid_ValidNotSa007Success0.013
testValid_ValidNotSa008Success0.080
testValid_ValidNotSa009Success0.020
testValid_ValidNotSa010Success0.016
testValid_ValidNotSa011Success0.076
testValid_ValidNotSa012Success0.020
testValid_ValidNotSa013Success0.007
testValid_ValidNotSa014Success0.013
testValid_ValidNotSa015Success0.083
testValid_ValidNotSa016Success0.017
testValid_ValidNotSa017Success0.013
testValid_ValidNotSa018Success0.017
testValid_ValidNotSa019Success0.014
testValid_ValidNotSa020Success0.098
testValid_ValidNotSa021Success0.007
testValid_ValidNotSa023Success0.011
testValid_ValidNotSa024Success0.062
testValid_ValidNotSa025Success0.010
testValid_ValidNotSa026Success0.014
testValid_ValidNotSa027Success0.011
testValid_ValidNotSa028Success0.014
testValid_ValidNotSa029Success0.240
testValid_ValidNotSa030Success0.018
testValid_ValidNotSa031Success0.096
testValid_ValidExtSa001Success0.029
testValid_ValidExtSa002Success0.052
testValid_ValidExtSa003Success0.010
testValid_ValidExtSa004Success0.007
testValid_ValidExtSa005Success0.031
testValid_ValidExtSa006Success0.014
testValid_ValidExtSa007Success0.224
testValid_ValidExtSa008Success0.011
testValid_ValidExtSa009Success0.017
testValid_ValidExtSa011Success0.060
testValid_ValidExtSa012Success0.012
testValid_ValidExtSa013Success0.013
testValid_ValidExtSa014Failureconversion back to XML should match canonical output (violates rule: 'Test demonstrates use of characters outside of normal ASCII range.') expected:<...Ôªø...> but was:<......>

junit.framework.ComparisonFailure: conversion back to XML should match canonical output(violates rule: 'Test demonstrates use of characters outside of normal ASCII range.') expected:<...Ôªø...> but was:<......> at org.umber.bellows.testgen.XmltestValidXmlConfTest.testValid_ValidExtSa014(Unknown Source)
0.023
Properties »
System.err »