Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 108 | 0 | 0 | 0 | 100% | 0.762 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 |
|---|---|---|---|---|---|---|
| org.synchronoss.cpo.core.exporter | 4 | 0 | 0 | 0 | 100% | 0.055 s |
| org.synchronoss.cpo.transform | 1 | 0 | 0 | 0 | 100% | 0 s |
| org.synchronoss.cpo.core.meta | 16 | 0 | 0 | 0 | 100% | 0.257 s |
| org.synchronoss.cpo.core.helper | 3 | 0 | 0 | 0 | 100% | 0.001 s |
| org.synchronoss.cpo.core.meta.domain | 9 | 0 | 0 | 0 | 100% | 0.032 s |
| org.synchronoss.cpo.parser | 13 | 0 | 0 | 0 | 100% | 0.010 s |
| org.synchronoss.cpo.core | 49 | 0 | 0 | 0 | 100% | 0.027 s |
| org.synchronoss.cpo.xml | 1 | 0 | 0 | 0 | 100% | 0.355 s |
| org.synchronoss.cpo.jta | 4 | 0 | 0 | 0 | 100% | 0.021 s |
| org.synchronoss.cpo.core.meta.bean | 8 | 0 | 0 | 0 | 100% | 0.004 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.synchronoss.cpo.core.exporter
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| EnrichedExportTest | 4 | 0 | 0 | 0 | 100% | 0.055 s |
org.synchronoss.cpo.transform
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| TransformTest | 1 | 0 | 0 | 0 | 100% | 0 s |
org.synchronoss.cpo.core.meta
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| DataTypeMapperTest | 4 | 0 | 0 | 0 | 100% | 0.010 s | |
| CpoMetaDescriptorTest | 12 | 0 | 0 | 0 | 100% | 0.247 s |
org.synchronoss.cpo.core.helper
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| ExceptionHelperTest | 3 | 0 | 0 | 0 | 100% | 0.001 s |
org.synchronoss.cpo.core.meta.domain
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| CpoFunctionTest | 3 | 0 | 0 | 0 | 100% | 0.028 s | |
| CpoAttributeTest | 6 | 0 | 0 | 0 | 100% | 0.004 s |
org.synchronoss.cpo.parser
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| ParserTest | 3 | 0 | 0 | 0 | 100% | 0.002 s | |
| BoundExpressionParserBranchTest | 10 | 0 | 0 | 0 | 100% | 0.008 s |
org.synchronoss.cpo.core
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| CpoQueryTest | 5 | 0 | 0 | 0 | 100% | 0.008 s | |
| CpoWhereBuilderTest | 17 | 0 | 0 | 0 | 100% | 0.008 s | |
| NodeTest | 16 | 0 | 0 | 0 | 100% | 0.007 s | |
| BindableWhereOrderByTest | 11 | 0 | 0 | 0 | 100% | 0.004 s |
org.synchronoss.cpo.xml
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| XmlTest | 1 | 0 | 0 | 0 | 100% | 0.355 s |
org.synchronoss.cpo.jta
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| CpoXaResourceEdgeTest | 3 | 0 | 0 | 0 | 100% | 0.018 s | |
| CpoXaResourceTest | 1 | 0 | 0 | 0 | 100% | 0.003 s |
org.synchronoss.cpo.core.meta.bean
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| MetaBeanTest | 5 | 0 | 0 | 0 | 100% | 0.001 s | |
| MetaBeanEqualityTest | 3 | 0 | 0 | 0 | 100% | 0.003 s |
Test Cases
[Summary] [Package List] [Test Cases]
XmlTest
| testCpoMetaDataXml | 0.355 s |
CpoXaResourceEdgeTest
| testEndOnUnassociatedXid | 0.018 s | |
| testEndWithFailureFlag | 0 s | |
| testForgetUnknownXid | 0 s |
CpoXaResourceTest
| testStart | 0.003 s |
ParserTest
| testEmptyExpression | 0 s | |
| testExpressionParse | 0.002 s | |
| testNullExpression | 0 s |
BoundExpressionParserBranchTest
EnrichedExportTest
| testExportEnrichedMeta | 0.041 s | |
| testGenerateEnrichedClassSource | 0.008 s | |
| testGenerateEnrichedInterfaceSource | 0.003 s | |
| testVisitorGuardsWithoutContext | 0.003 s |
CpoQueryTest
| testAccumulatorsDoNotMutateTheOriginal | 0.002 s | |
| testClauseListsAreUnmodifiable | 0.006 s | |
| testClausesAccumulateInOrder | 0 s | |
| testGroupFactories | 0 s | |
| testNullAndEmptyClausesAreIgnored | 0 s |
DataTypeMapperTest
| testDataTypeMapEntry | 0.008 s | |
| testDataTypeNames | 0 s | |
| testLookupByInt | 0.001 s | |
| testLookupByName | 0.001 s |
CpoFunctionTest
| testArgumentManagement | 0 s | |
| testParameterToString | 0.028 s | |
| testRemoveArgumentByIndex | 0 s |
CpoAttributeTest
| testBuildMethodName | 0 s | |
| testFindMethods | 0.004 s | |
| testInvokeGetter | 0 s | |
| testIsPrimitiveAssignableFrom | 0 s | |
| testLoadRunTimeInfoMissingGetterFails | 0 s | |
| testLoadRunTimeInfoWithTransform | 0 s |
CpoMetaDescriptorTest
MetaBeanTest
| testAttributeBeanAccessors | 0.001 s | |
| testAttributeBeanEqualsAndHashCode | 0 s | |
| testClassBean | 0 s | |
| testFunctionBean | 0 s | |
| testFunctionGroupBean | 0 s |
MetaBeanEqualityTest
| testAttributeBeanEqualsContract | 0.001 s | |
| testFunctionBeanEqualsContract | 0.001 s | |
| testPrimitiveAssignableFrom | 0.001 s |
CpoWhereBuilderTest
NodeTest
BindableWhereOrderByTest
ExceptionHelperTest
| testGetLocalizedMessage | 0.001 s | |
| testGetMessage | 0 s | |
| testReThrowCpoException | 0 s |
TransformTest
| testString2Byte | 0 s |
