Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
46 0 0 2 95.7% 137.6 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
gov.nist.secauto.metaschema.databind.model 8 0 0 0 100% 37.18 s
gov.nist.secauto.metaschema.databind.io 2 0 0 0 100% 3.403 s
gov.nist.secauto.metaschema.databind.codegen.config 4 0 0 0 100% 1.176 s
gov.nist.secauto.metaschema.databind 2 0 0 0 100% 12.25 s
gov.nist.secauto.metaschema.databind.model.metaschema 1 0 0 0 100% 9.883 s
gov.nist.secauto.metaschema.databind.io.json 1 0 0 0 100% 15.73 s
gov.nist.secauto.metaschema.databind.codegen 14 0 0 2 85.7% 55.54 s
gov.nist.secauto.metaschema.databind.io.xml 3 0 0 0 100% 0.544 s
gov.nist.secauto.metaschema.databind.testing.model 11 0 0 0 100% 1.928 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

gov.nist.secauto.metaschema.databind.model

- Class Tests Errors Failures Skipped Success Rate Time
DefaultAssemblyClassBindingTest 2 0 0 0 100% 7.601 s
DefaultFieldPropertyTest 5 0 0 0 100% 8.620 s
JsonKeyTest 1 0 0 0 100% 20.96 s

gov.nist.secauto.metaschema.databind.io

- Class Tests Errors Failures Skipped Success Rate Time
FormatDetectorTest 2 0 0 0 100% 3.403 s

gov.nist.secauto.metaschema.databind.codegen.config

- Class Tests Errors Failures Skipped Success Rate Time
BindingConfigurationLoaderTest 3 0 0 0 100% 0.103 s
DefaultBindingConfigurationTest 1 0 0 0 100% 1.073 s

gov.nist.secauto.metaschema.databind

- Class Tests Errors Failures Skipped Success Rate Time
DefaultBindingContextTest 2 0 0 0 100% 12.25 s

gov.nist.secauto.metaschema.databind.model.metaschema

- Class Tests Errors Failures Skipped Success Rate Time
BindingModuleLoaderTest 1 0 0 0 100% 9.883 s

gov.nist.secauto.metaschema.databind.io.json

- Class Tests Errors Failures Skipped Success Rate Time
JsonParserTest 1 0 0 0 100% 15.73 s

gov.nist.secauto.metaschema.databind.codegen

- Class Tests Errors Failures Skipped Success Rate Time
GenerationTest 1 0 0 0 100% 20.17 s
MetaschemaModuleMetaschemaTest 5 0 0 2 60.0% 12.21 s
BasicMetaschemaTest 8 0 0 0 100% 23.16 s

gov.nist.secauto.metaschema.databind.io.xml

- Class Tests Errors Failures Skipped Success Rate Time
XmlParserTest 3 0 0 0 100% 0.544 s

gov.nist.secauto.metaschema.databind.testing.model

- Class Tests Errors Failures Skipped Success Rate Time
ModelTest 0 0 0 0 0% 1.005 s
ModelTest$TestRootAssemblyWithFlags 3 0 0 0 100% 0.400 s
ModelTest$TestRootAssemblyWithFields 8 0 0 0 100% 0.523 s

Test Cases

[Summary] [Package List] [Test Cases]

DefaultBindingContextTest

testConstraintsUsingBinding 11.03 s
testConstraints 1.068 s

BindingModuleLoaderTest

test 9.799 s

XmlParserTest

testXmlReadFlagProperty 0.463 s
testXmlReadGroupedField 0.053 s
testXmlRead 0.008 s

BindingConfigurationLoaderTest

testConfiguredNamespace 0.011 s
test 0.061 s
testDefault 0.003 s

JsonParserTest

testIssue308Regression 11.14 s

DefaultAssemblyClassBindingTest

testModule 0.158 s
testMinimalJsonParse 0.819 s

DefaultFieldPropertyTest

testJsonReadFlag 8.079 s
testJsonReadFieldValueKey 0.202 s
testJsonReadMissingFieldValue 0.023 s
testJsonReadFieldDefaultValueKey 0.024 s
testJsonReadField 0.008 s

GenerationTest

testOscalBindingModuleLoader 20.16 s

DefaultBindingConfigurationTest

testLoader 0.946 s

ModelTest$TestRootAssemblyWithFlags

parseJsonMinimal 0.014 s
parseXmlMinimal 0.019 s
testRootAssemblyWithFlags 0.340 s

FormatDetectorTest

testDetectXml 3.198 s
testDetectJson 0.003 s

ModelTest$TestRootAssemblyWithFields

parseJsonMinimal 0.164 s
parseXmlMinimal 0.036 s
testRootAssemblyWithFields 0.080 s
parseJsonComplete 0.050 s
parseJsonValueKeyFlag 0.028 s
parseXmlComplete 0.045 s
parseJsonPartial 0.033 s
parseXmlPartial 0.030 s

JsonKeyTest

testJsonKey 14.30 s

MetaschemaModuleMetaschemaTest

testMetaschemaMetaschema 0 s
- void gov.nist.secauto.metaschema.databind.codegen.MetaschemaModuleMetaschemaTest.testMetaschemaMetaschema() throws gov.nist.secauto.metaschema.core.model.MetaschemaException,java.io.IOException,java.lang.ClassNotFoundException,gov.nist.secauto.metaschema.databind.io.BindingException is @Disabled -
testOscalBindingModuleLoader 10.93 s
testOscalXmlModuleLoader 0.976 s
testReadMetaschemaAsXml 0 s
- void gov.nist.secauto.metaschema.databind.codegen.MetaschemaModuleMetaschemaTest.testReadMetaschemaAsXml() throws java.io.IOException is @Disabled -
testModuleLoader 0.268 s

BasicMetaschemaTest

testExistsWithVariable 14.49 s
testFieldsWithFlagMetaschema 3.086 s
testSimpleUuidMetaschema 0.689 s
testSimpleWithFieldMetaschema 0.678 s
testAssemblyMetaschema 0.779 s
testLocalDefinitionsMetaschema 0.612 s
testSimpleMetaschema 0.323 s
codegenTest 2.428 s

Failure Details

[Summary] [Package List] [Test Cases]


testMetaschemaMetaschema
- skipped: void gov.nist.secauto.metaschema.databind.codegen.MetaschemaModuleMetaschemaTest.testMetaschemaMetaschema() throws gov.nist.secauto.metaschema.core.model.MetaschemaException,java.io.IOException,java.lang.ClassNotFoundException,gov.nist.secauto.metaschema.databind.io.BindingException is @Disabled
testReadMetaschemaAsXml
- skipped: void gov.nist.secauto.metaschema.databind.codegen.MetaschemaModuleMetaschemaTest.testReadMetaschemaAsXml() throws java.io.IOException is @Disabled