Surefire Report

Summary


Tests Errors Failures Skipped Success Rate Time
142 0 0 0 100% 0

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

Package List


Package Tests Errors Failures Skipped Success Rate Time
org.springextensions.actionscript.ioc.factory.support 13 0 0 0 100% 0
org.springextensions.actionscript.ioc.factory 1 0 0 0 100% 0
org.springextensions.actionscript.utils 44 0 0 0 100% 0
org.springextensions.actionscript.objects 5 0 0 0 100% 0
org.springextensions.actionscript.ioc 6 0 0 0 100% 0
org.springextensions.actionscript.ioc.factory.xml.parser 14 0 0 0 100% 0
org.springextensions.actionscript.ioc.factory.xml 14 0 0 0 100% 0
org.springextensions.actionscript.ioc.factory.config 6 0 0 0 100% 0
org.springextensions.actionscript.ioc.factory.xml.preprocessors 14 0 0 0 100% 0
org.springextensions.actionscript.collections 17 0 0 0 100% 0
org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers 6 0 0 0 100% 0
org.springextensions.actionscript.context.support 2 0 0 0 100% 0

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

org.springextensions.actionscript.ioc.factory.support

Class Tests Errors Failures Skipped Success Rate Time
DefaultListableObjectFactoryTest 13 0 0 0 100% 0

org.springextensions.actionscript.ioc.factory

Class Tests Errors Failures Skipped Success Rate Time
NoSuchObjectDefinitionErrorTest 1 0 0 0 100% 0

org.springextensions.actionscript.utils

Class Tests Errors Failures Skipped Success Rate Time
ArrayCollectionUtilsTest 4 0 0 0 100% 0
DictionaryUtilsTest 2 0 0 0 100% 0
FitFrameworkTest 8 0 0 0 100% 0
HtmlUtilsTest 7 0 0 0 100% 0
ObjectUtilsTest 2 0 0 0 100% 0
ParseTest 9 0 0 0 100% 0
PropertiesUtilsTest 1 0 0 0 100% 0
StringUtilsTest 8 0 0 0 100% 0
TypeConverterTest 3 0 0 0 100% 0

org.springextensions.actionscript.objects

Class Tests Errors Failures Skipped Success Rate Time
ClassPropertyEditorTest 2 0 0 0 100% 0
SimpleTypeConverterTest 3 0 0 0 100% 0

org.springextensions.actionscript.ioc

Class Tests Errors Failures Skipped Success Rate Time
ObjectDefinitionScopeTest 4 0 0 0 100% 0
ObjectDefinitionTest 2 0 0 0 100% 0

org.springextensions.actionscript.ioc.factory.xml.parser

Class Tests Errors Failures Skipped Success Rate Time
XmlObjectDefinitionsParserTest 14 0 0 0 100% 0

org.springextensions.actionscript.ioc.factory.xml

Class Tests Errors Failures Skipped Success Rate Time
XmlObjectFactoryTest 14 0 0 0 100% 0

org.springextensions.actionscript.ioc.factory.config

Class Tests Errors Failures Skipped Success Rate Time
FieldRetrievingFactoryObjectTest 2 0 0 0 100% 0
ObjectContainerAwarePostProcessorTest 2 0 0 0 100% 0
RandomNumberFactoryObjectTest 2 0 0 0 100% 0

org.springextensions.actionscript.ioc.factory.xml.preprocessors

Class Tests Errors Failures Skipped Success Rate Time
IdAttributePreprocessorTest 2 0 0 0 100% 0
MethodInvocationPreprocessorTest 1 0 0 0 100% 0
ParentAttributePreprocessorTest 7 0 0 0 100% 0
PropertiesPreprocessorTest 1 0 0 0 100% 0
ScopeAttributePreprocessorTest 3 0 0 0 100% 0

org.springextensions.actionscript.collections

Class Tests Errors Failures Skipped Success Rate Time
MapTest 7 0 0 0 100% 0
PropertiesTest 4 0 0 0 100% 0
TypedCollectionTest 4 0 0 0 100% 0
TypedCollectionViewCursorTest 2 0 0 0 100% 0

org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers

Class Tests Errors Failures Skipped Success Rate Time
ArrayNodeParserTest 1 0 0 0 100% 0
DictionaryNodeParserTest 4 0 0 0 100% 0
ObjectNodeParserTest 1 0 0 0 100% 0

org.springextensions.actionscript.context.support

Class Tests Errors Failures Skipped Success Rate Time
XMLApplicationContextTest 2 0 0 0 100% 0

Test Cases

MapTest

testDeleteProperty 0
testGet 0
testRemove 0
testClear 0
testGetProperty 0
testSetProperty 0
testPut 0

PropertiesTest

testGetPropertyNames 0
testSetGetProperty 0
testLoad 0
testGetPropertyWithNonExistingKey 0

TypedCollectionTest

testAddItem 0
testRemoveItemAt 0
testRemoveItem 0
testNew 0

TypedCollectionViewCursorTest

testInsertWithCorrectType 0
testInsertWithWrongType 0

XMLApplicationContextTest

testParse_shouldApplyCustomPropertyEditors 0
testParse_shouldApplyConstructorArgumentsAndInvokeMethod 0

FieldRetrievingFactoryObjectTest

testGetObjectWithStaticField 0
testGetObjectWithTargetClassAndTargetField 0

ObjectContainerAwarePostProcessorTest

testPostProcessBeforeInitialization 0
testNew 0

RandomNumberFactoryObjectTest

testGetObject 0
testIsSingleton 0

NoSuchObjectDefinitionErrorTest

testNew 0

DefaultListableObjectFactoryTest

testGetObject_viaStaticFactoryMethod 0
testGetObjectSingleton 0
testGetObjectPrototype 0
testRequiredMetadata_shouldBePreservedByCompiler 0
testGetObject_viaStaticFactoryMethodWithWrongArgumentTypes 0
testGetType_shouldReturnClassOfObjectDefinition 0
testIsPrototype 0
testGetObject_shouldThrowErrorRequiredProperty 0
testIsSingleton_shouldReturnTreeByDefault 0
testContainsObject_shouldReturnTrueForExistingObjectDefinition 0
testContainsObject_shouldReturnFalseForNonExistingObjectDefinition 0
testGetObject 0
testGetType_shouldThrowErrorForNonExistingObjectDefinition 0

ArrayNodeParserTest

testParse 0

DictionaryNodeParserTest

testParse_shouldHaveKeysAsArrays 0
testParse_shouldHaveKeysAsStrings 0
testParse_shouldAllowInlineAttributes 0
testParse_shouldHaveMixedKeysAndValues 0

ObjectNodeParserTest

testParse 0

XmlObjectDefinitionsParserTest

testParse 0
testParse_withNullConstructorArgumentValue 0
testNewWithContainerArgument 0
testParseWithMultipleRefsInObject 0
testParse_lazyObjects 0
testParseWithClassNameAsStringInValueElement 0
testParse_shouldParseDependsOnAttribute 0
testParseWithInnerObject 0
testParseWithClassNameAsStringInValueAttribute 0
testNewWithoutArguments 0
testParseWithRefInObject 0
testParsePerson 0
testParse_shouldThrowCircularRefenceError 0
testParseWithRefInDictionary 0

IdAttributePreprocessorTest

testPreprocessWithNoId 0
testPreprocess_shouldThrowIllegalArgumentErrorWhenXMLIsNull 0

MethodInvocationPreprocessorTest

testPreprocess 0

ParentAttributePreprocessorTest

testPreprocess_shouldInsertSubNodeInChildObject 0
testPreprocess_shouldInsertAttributesInChildObject 0
testPreprocess_shouldNotReplaceConstructorElementsInChildObject2 0
testPreprocess_shouldNotInsertAbstractAttributeInChildObject 0
testPreprocess_shouldNotReplaceConstructorElementsInChildObject 0
testPreprocess_shouldInsertClassAttributeInChildObject 0
testPreprocess_shouldAddPropertyElementsInChildObject 0

PropertiesPreprocessorTest

testPreprocess 0

ScopeAttributePreprocessorTest

testPreprocess_shouldAddScopeAttributeAsPrototypeIfSingletonAttributeIsFalse 0
testPreprocess_shouldAddScopeAttributeAsSingletonIfSingletonAttributeIsTrue 0
testPreprocess_shouldAddScopeAttributeAsSingletonIfSingletonAttributeIsNotSpecified 0

XmlObjectFactoryTest

testLoadWithOneConfigLocationWithImport 0
testLoadWithPropertyTag 0
testLoadWithMultipleConfigLocations 0
testNewWithSourceArray 0
testLoad_shouldThrowIllegalStateErrorWhenNoConfigLocationsOrXMLHasBeenAdded 0
testLoadWithNonRequiredPropertyTag 0
testLoadWithEmbeddedConfig 0
testNewWithoutSource 0
testLoadWithNamespaceSupport 0
testLoadWithOneConfigLocationWithoutPropertyFiles 0
testLoadWithOneConfigLocationWithDoubleImport 0
testLoadWithMultiplePropertyTags 0
testNewWithSourceString 0
testLoadWithNamespaceAndPrefixSupport 0

ObjectDefinitionScopeTest

testValues 0
testFromName 0
testFromName_shouldReturnSingletonForInvalidName 0
testNew 0

ObjectDefinitionTest

testNew 0
testIsSingleton 0

ClassPropertyEditorTest

testTextValue_shouldFailForNonExistingClass 0
testTextValue_shouldReturnClass 0

SimpleTypeConverterTest

testConvertIfNecessary_forNumber 0
testConvertIfNecessary_withClass 0
testConvertIfNecessary_forBoolean 0

ArrayCollectionUtilsTest

testCreateFromList_shouldThrowIllegalArgumentErrorWhenListIsNull 0
testCreateFromList 0
testCreateFromCollectionView 0
testCreateFromCollectionView_shouldThrowIllegalArgumentErrorWhenViewIsNull 0

DictionaryUtilsTest

testContainsValue 0
testContainsKey 0

FitFrameworkTest

testIndexing 0
testText 0
testIterating 0
testUnescape 0
testUnformat 0
testParsing 0
testRecursing 0
testParseException 0

HtmlUtilsTest

testParseTables1 0
testParseTables4 0
testParseTables2 0
testParseTables5 0
testParseTables6 0
testParseTables7 0
testParseTables3 0

ObjectUtilsTest

testIsExplicitInstanceOf_withString 0
testIsExplicitInstanceOf 0

ParseTest

testParseText2 0
testLeaf 0
testStackOverFlow 0
testAt 0
testGetAttribute 0
testLast 0
testSize 0
testParseText1 0
testWidth 0

PropertiesUtilsTest

testGetProperty 0

StringUtilsTest

testTokenizeToArray 0
testReplaceAt 0
testAddAt 0
testReplaceAtWithEndIndexOutOfBounds 0
testAddAtWithNegativeIndex 0
testReplaceAtWithNegativeBeginIndex 0
testAddAtWithIndexOutOfBounds 0
testTokenizeToArray2 0

TypeConverterTest

testExecuteWithString 0
testExecuteWithClass 0
testExecuteWithConstant 0