Surefire Report

Summary

[Summary] [Package List] [Test Cases]


TestsErrors FailuresSkippedSuccess RateTime
148000100%0.81

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


Package List

[Summary] [Package List] [Test Cases]


PackageTestsErrors FailuresSkippedSuccess RateTime
org.starobjects.jpa.metamodel.facets.objcoll.immutable10000100%0.017
org.starobjects.jpa.metamodel.facets.object.embeddable4000100%0.004
org.starobjects.jpa.metamodel.facets.prop.any7000100%0.013
org.starobjects.jpa.metamodel.facets.object.namedquery9000100%0.172
org.starobjects.jpa.metamodel.facets.prop.transience6000100%0.082
org.starobjects.jpa.metamodel.facets.object.entity13000100%0.028
org.starobjects.jpa.metamodel.facets.prop.id6000100%0.004
org.starobjects.jpa.metamodel.facets.prop.joincolumn10000100%0.01
org.starobjects.jpa.metamodel.facets.prop.version7000100%0.006
org.starobjects.jpa.metamodel.facets.prop.basic13000100%0.01
org.starobjects.jpa.metamodel.facets.prop.column14000100%0.011
org.starobjects.jpa.metamodel.facets.prop.manytoone14000100%0.023
org.starobjects.jpa.metamodel.facets.collection.ofelements8000100%0.012
org.starobjects.jpa.metamodel5000100%0.135
org.starobjects.jpa.metamodel.specloader3000100%0.268
org.starobjects.jpa.metamodel.facets.object.discriminator5000100%0.004
org.starobjects.jpa.metamodel.facets.prop.onetoone14000100%0.011

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

org.starobjects.jpa.metamodel.facets.objcoll.immutable

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenHibernateImmutableAnnotationFacetFactoryTest10000100%0.017

org.starobjects.jpa.metamodel.facets.object.embeddable

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaEmbeddableAnnotationFacetFactoryTest4000100%0.004

org.starobjects.jpa.metamodel.facets.prop.any

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenHibernateAnyMetaDefAnnotationFacetFactoryTest7000100%0.013

org.starobjects.jpa.metamodel.facets.object.namedquery

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaNamedQueryAnnotationFacetFactoryWhenFeatureTypesTest1000100%0.002
GivenJpaNamedQueryAnnotationFacetFactoryWhenHasAnnotationsTest7000100%0.087
GivenJpaNamedQueryAnnotationFacetFactoryWhenHasNoAnnotationsTest1000100%0.083

org.starobjects.jpa.metamodel.facets.prop.transience

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaTransientAnnotationFacetFactoryTest6000100%0.082

org.starobjects.jpa.metamodel.facets.object.entity

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenHibernateEntityAnnotationFacetFactoryTest7000100%0.012
GivenJpaEntityAnnotationFacetFactoryTest6000100%0.016

org.starobjects.jpa.metamodel.facets.prop.id

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaIdAnnotationFacetFactoryTest6000100%0.004

org.starobjects.jpa.metamodel.facets.prop.joincolumn

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaJoinColumnAnnotationFacetFactoryTest10000100%0.01

org.starobjects.jpa.metamodel.facets.prop.version

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaVersionAnnotationFacetFactoryTest7000100%0.006

org.starobjects.jpa.metamodel.facets.prop.basic

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaBasicAnnotationFacetFactoryTest13000100%0.01

org.starobjects.jpa.metamodel.facets.prop.column

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaColumnAnnotationFacetFactoryTest14000100%0.011

org.starobjects.jpa.metamodel.facets.prop.manytoone

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaManyToOneAnnotationFacetFactoryTest14000100%0.023

org.starobjects.jpa.metamodel.facets.collection.ofelements

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenHibernateCollectionOfElementsAnnotationFacetFactoryTest8000100%0.012

org.starobjects.jpa.metamodel

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaProgrammingModelWhenInitializedThenFacetsContentsTest3000100%0.004
GivenJpaProgrammingModelWhenInitializingTest2000100%0.131

org.starobjects.jpa.metamodel.specloader

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaJavaReflectorInstallerWhenCreatedThenWiringTest1000100%0.002
GivenJpaJavaReflectorInstallerWhenCreateTest1000100%0.004
GivenJpaJavaReflectorInstallerWhenInitializedThenWiringTest1000100%0.262

org.starobjects.jpa.metamodel.facets.object.discriminator

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaDiscriminatorValueAnnotationFacetFactoryTest5000100%0.004

org.starobjects.jpa.metamodel.facets.prop.onetoone

ClassTestsErrors FailuresSkippedSuccess RateTime
GivenJpaOneToOneAnnotationFacetFactoryTest14000100%0.011

Test Cases

[Summary] [Package List] [Test Cases]

GivenHibernateCollectionOfElementsAnnotationFacetFactoryTest

testFeatureTypes0.001
testTypeOfFacetPickedUpOnCollection0.006
testTypeOfFacetElementClass0.001
testJpaFetchTypeFacetPickedUpOnCollection0.001
testJpaFetchTypeFacetFetchType0
testHibernateCollectionOfElementsFacetPickedUpOnCollection0
testIfNoAnnotationThenNoFacets0
testNoMethodsRemoved0.001

GivenHibernateImmutableAnnotationFacetFactoryTest

testFeatureTypes0
testImmutableFacetPickedUpOnType0.002
testImmutableFacetPickedUpOnProperty0.001
testImmutableFacetPickedUpOnCollection0
testIfNoImmutableAnnotationOnTypeThenNoFacets0
testNoImmutableAnnotationOnPropertyThenNoFacets0
testNoImmutableAnnotationOnCollectionThenNoFacets0
testNoMethodsRemovedForType0
testNoMethodsRemovedForProperty0.001
testNoMethodsRemovedForCollection0.001

GivenJpaDiscriminatorValueAnnotationFacetFactoryTest

testFeatureTypes0.001
testNoMethodsRemoved0.001
testDiscriminatorValueAnnotationPickedUpOnClass0
testIfNoEntityAnnotationThenNoFacet0
testAnnotationValue0.001

GivenJpaEmbeddableAnnotationFacetFactoryTest

testFeatureTypes0.001
testNoMethodsRemovedForType0.002
testAggregatedFacetPickedUpOnType0
testJpaEmbeddableFacetPickedUpOnType0

GivenHibernateEntityAnnotationFacetFactoryTest

testFeatureTypes0.001
testNoMethodsRemoved0.005
testIfNoEntityAnnotationThenNoFacet0
testEntityAnnotationPickedUpOnClass0
testEntityAnnotationWithNoExplicitMutableAttributeDefaultsToMutable0
testEntityAnnotationWithMutableAttributeSetToTrueDefaultsToMutable0
testEntityAnnotationWithMutableAttributeSetToTruePickedUpAsImmutableFacet0.002

GivenJpaEntityAnnotationFacetFactoryTest

testFeatureTypes0.001
testNoMethodsRemoved0.01
testIfNoEntityAnnotationThenNoFacet0.001
testEntityAnnotationPickedUpOnClass0
testEntityAnnotationWithNoExplicitNameDefaultsToClassName0.001
testEntityAnnotationWithExplicitNameAttributeProvided0.001

GivenJpaNamedQueryAnnotationFacetFactoryWhenFeatureTypesTest

testFeatureTypes0.001

GivenJpaNamedQueryAnnotationFacetFactoryWhenHasAnnotationsTest

testNamedQueryAnnotationPickedUpOnClass0.052
testNamedQueriesAnnotationPickedUpOnClass0.005
testNamedQueryAnnotationValueType0.002
testNamedQueriesAnnotationValueType0.002
testWhenAnnotatedWithBothNamedQueriesAndNamedQueryWillIgnoreTheNamedQuery0.003
testNoMethodsRemovedForNamedQueryAnnotation0.003
testNoMethodsRemovedForNamedQueriesAnnotation0.003

GivenJpaNamedQueryAnnotationFacetFactoryWhenHasNoAnnotationsTest

testIfNoNamedQueryOrNamedQueriesAnnotationThenNoFacet0.075

GivenHibernateAnyMetaDefAnnotationFacetFactoryTest

testFeatureTypes0.001
testNoMethodsRemoved0.001
testAnyMetaDefAnnotationPickedUpOnProperty0.008
testAnyMetaDefMetaValues0.001
testAnyMetaDefMetaValuesTargetEntity0
testAnyMetaDefMetaValuesDiscriminatorValue0
testIfNoAnyMetaDefAnnotationThenNoFacet0.001

GivenJpaBasicAnnotationFacetFactoryTest

testFeatureTypes0
testNoMethodsRemoved0.002
testBasicAnnotationPickedUpOnProperty0.001
testFetchTypeAnnotationDerivedForProperty0
testFetchTypeAttributeExplicitlySpecified0.001
testFetchTypeAttributeNotExplicitlySpecified0
testMandatoryFacetDerivedForProperty0
testOptionalAttributeExplicitlySpecifiedAsFalseForBasicAnnotationProperty0
testOptionalAttributeExplicitlySpecifiedAsTrueForBasicAnnotationProperty0
testOptionalAttributeNotSpecifiedForBasicAnnotationProperty0.001
testIfNoBasicAnnotationThenNoBasicFacet0.001
testIfNoBasicAnnotationThenNoFetchTypeFacet0
testIfNoBasicAnnotationThenNoMandatoryFacet0

GivenJpaColumnAnnotationFacetFactoryTest

testFeatureTypes0
testNoMethodsRemoved0.002
testMandatoryFacetDerivedForProperty0
testColumnAnnotationPickedUpOnProperty0
testColumnAnnotationNameAttributeSet0.001
testMaxLengthFacetDerivedForProperty0
testMaxLengthAttributeExplicitlySpecified0.001
testMaxLengthAttributeNotExplicitlySpecified0.001
testNullableAttributeExplicitlySpecifiedAsFalse0.001
testNullableAttributeExplicitlySpecifiedAsTrue0
testNullableAttributeNotSpecifiedForColumnAnnotationProperty0
testIfNoColumnAnnotationThenNoColumnFacet0.001
testIfNoColumnAnnotationThenNoMaxLengthFacet0
testIfNoColumnAnnotationThenNoMandatoryFacet0.001

GivenJpaIdAnnotationFacetFactoryTest

testFeatureTypes0
testNoMethodsRemoved0.001
testIdAnnotationPickedUpOnProperty0
testOptionalDerivedFromId0
testDisabledDerivedFromId0
testIfNoIdAnnotationThenNoFacet0

GivenJpaJoinColumnAnnotationFacetFactoryTest

testFeatureTypes0
testNoMethodsRemoved0.004
testMandatoryFacetDerivedForProperty0
testColumnAnnotationPickedUpOnProperty0.001
testColumnAnnotationNameAttributeSet0.001
testNullableAttributeExplicitlySpecifiedAsFalse0.001
testNullableAttributeExplicitlySpecifiedAsTrue0
testNullableAttributeNotSpecified0
testIfNoJoinColumnAnnotationThenNoJoinColumnFacet0.001
testIfNoJoinColumnAnnotationThenNoMandatoryFacet0

GivenJpaManyToOneAnnotationFacetFactoryTest

testFeatureTypes0.001
testNoMethodsRemoved0.003
testMandatoryFacetDerivedForProperty0
testColumnAnnotationPickedUpOnProperty0.001
testOptionalAttributeExplicitlySpecifiedAsFalse0.003
testOptionalAttributeExplicitlySpecifiedAsTrue0.001
testOptionalAttributeNotSpecified0
testJpaFetchTypeFacetDerivedForProperty0.001
testFetchTypeAttributeExplicitlySpecifiedAsLazy0
testFetchTypeAttributeExplicitlySpecifiedAsEager0
testFetchTypeAttributeNotSpecified0
testIfNoManyToOneColumnAnnotationThenNoManyToOneColumnFacet0
testIfNoManyToOneAnnotationThenNoMandatoryFacet0.001
testIfNoManyToOneAnnotationThenNoJpaFetchTypeFacet0

GivenJpaOneToOneAnnotationFacetFactoryTest

testFeatureTypes0
testNoMethodsRemoved0.003
testMandatoryFacetDerivedForProperty0.001
testColumnAnnotationPickedUpOnProperty0
testOptionalAttributeExplicitlySpecifiedAsFalse0.001
testOptionalAttributeExplicitlySpecifiedAsTrue0.001
testOptionalAttributeNotSpecified0
testJpaFetchTypeFacetDerivedForProperty0
testFetchTypeAttributeExplicitlySpecifiedAsLazy0.001
testFetchTypeAttributeExplicitlySpecifiedAsEager0
testFetchTypeAttributeNotSpecified0
testIfNoOneToOneColumnAnnotationThenNoOneToOneColumnFacet0.001
testIfNoOneToOneAnnotationThenNoMandatoryFacet0
testIfNoOneToOneAnnotationThenNoJpaFetchTypeFacet0

GivenJpaTransientAnnotationFacetFactoryTest

testFeatureTypes0.053
testNoMethodsRemoved0.011
testTransientAnnotationPickedUpOnProperty0.001
testDerivedFacetDerivedForProperty0
testIfNoTransientAnnotationThenNoManyToOneColumnFacet0
testIfNoTransientAnnotationThenNoDerivedFacet0

GivenJpaVersionAnnotationFacetFactoryTest

testFeatureTypes0
testNoMethodsRemoved0.003
testTransientAnnotationPickedUpOnProperty0.001
testDisabledFacetDerivedForProperty0
testOptionalFacetDerivedForProperty0
testIfNoVersionAnnotationThenNoVersionFacet0
testIfNoTransientAnnotationThenNoDisabledFacet0

GivenJpaProgrammingModelWhenInitializedThenFacetsContentsTest

shouldContainSpecifiedFacetFactory[0]0
shouldContainSpecifiedFacetFactory[1]0
shouldContainSpecifiedFacetFactory[2]0

GivenJpaProgrammingModelWhenInitializingTest

hasNoFacetFactoriesRegisteredIfNotInitialized0.072
onceInitializedShouldContainEntityAnnotationFacetFactory0.054

GivenJpaJavaReflectorInstallerWhenCreatedThenWiringTest

reflectorWiredForJpaFacets0.002

GivenJpaJavaReflectorInstallerWhenCreateTest

shouldCreateAJavaReflector0.003

GivenJpaJavaReflectorInstallerWhenInitializedThenWiringTest

programmingModelAlsoWiredForJpaFacets0.261