Summary

Tests Errors Failures Success Rate Time
158 0 0 100.00% 0.45

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

Package List

Package Tests Errors Failures Success Rate Time
it.amattioli.applicate.commands.tree 3 0 0 100.00% 0.02
it.amattioli.applicate.browsing 79 0 0 100.00% 0.17
it.amattioli.applicate.sessions 13 0 0 100.00% 0.01
it.amattioli.applicate.context.hibernate 4 0 0 100.00% 0.08
it.amattioli.applicate.commands.executors 13 0 0 100.00% 0.05
it.amattioli.applicate.properties 16 0 0 100.00% 0.01
it.amattioli.applicate.commands 30 0 0 100.00% 0.10

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

it.amattioli.applicate.commands.tree

Class Tests Errors Failures Success Rate Time
DefaultTreeEditorTest 3 0 0 100.00% 0.02

it.amattioli.applicate.browsing

Class Tests Errors Failures Success Rate Time
GroupBrowserTest 15 0 0 100.00% 0.01
EntitySelectorTest 5 0 0 100.00% 0.03
BrowserSelectionSupportTest 1 0 0 100.00% 0.00
ObjectBrowserTest 4 0 0 100.00% 0.00
PagedListBrowserTest 3 0 0 100.00% 0.01
TreePathTest 6 0 0 100.00% 0.00
ListBrowserTest 25 0 0 100.00% 0.02
TreeBrowserTest 16 0 0 100.00% 0.09
MultiBrowserTest 4 0 0 100.00% 0.00

it.amattioli.applicate.sessions

Class Tests Errors Failures Success Rate Time
ServiceFactoryTest 7 0 0 100.00% 0.01
ApplicateSessionTest 3 0 0 100.00% 0.00
CompositeServiceFactoryTest 3 0 0 100.00% 0.00

it.amattioli.applicate.context.hibernate

Class Tests Errors Failures Success Rate Time
LongRunningContextTest 4 0 0 100.00% 0.08

it.amattioli.applicate.commands.executors

Class Tests Errors Failures Success Rate Time
UndoAvailableCommandTest 4 0 0 100.00% 0.05
UndoableExecutorTest 5 0 0 100.00% 0.00
SimpleExecutorTest 1 0 0 100.00% 0.00
UndoCommandTest 3 0 0 100.00% 0.00

it.amattioli.applicate.properties

Class Tests Errors Failures Success Rate Time
PropertyWritabilityRetrieverTest 4 0 0 100.00% 0.00
PropertyAvailabilityRetrieverTest 5 0 0 100.00% 0.00
PropertyClassRetrieverTest 7 0 0 100.00% 0.00

it.amattioli.applicate.commands

Class Tests Errors Failures Success Rate Time
ListEditorTest 9 0 0 100.00% 0.04
BeanEditorTest 14 0 0 100.00% 0.05
RepositoryEditorTest 5 0 0 100.00% 0.01
AbstractCommandTest 2 0 0 100.00% 0.00

Test Cases

GroupBrowserTest

testGroups 0.00
testContentChange 0.00
testIndexSelection 0.00
testWrongGroupIndexSelection 0.00
testWrongMemberIndexSelection 0.00
testEntitySelection 0.00
testDeselect 0.00
testSelectionListener 0.00
testReSelectionWhenSingle 0.00
testMultipleSelection 0.00
testReSelectionWhenMultiple 0.00
testSelectGroup 0.00
testSelectGroupWhenMemberAlreadySelected 0.00
testReSelectGroup 0.00
testWrongGroupSelection 0.00

UndoAvailableCommandTest

testWhenUndoAvailable 0.03
testTwoConsecutiveChecks 0.00
testWhenUndoNotAvailable 0.00
testWithSimpleExecutor 0.00

UndoableExecutorTest

testUndoNotAvailableIfNoCommandExecuted 0.00
testUndoAvailableIfUndoableCommandExecuted 0.00
testUndoNotAvailableIfNonUndoableCommandExecuted 0.00
testUndo 0.00
testSize 0.00

ListEditorTest

testSet 0.03
testSelectionListener 0.00
testGet 0.00
testAddRow 0.00
testDeleteRow 0.00
testSelectedIndex 0.00
testNoSelectedIndex 0.00
testSelectedObject 0.00
testNoSelectedObject 0.00

PropertyWritabilityRetrieverTest

testWritableProperty 0.00
testNoWritableProperty 0.00
testDynamicWritableProperty 0.00
testDelegateWritableProperty 0.00

EntitySelectorTest

testDefaultSearchProperty 0.01
testExactMatch 0.02
testExactMatchMultipleProperties 0.00
testMultipleMatch 0.00
testSelection 0.00

BrowserSelectionSupportTest

testNotifySelection 0.00

PropertyAvailabilityRetrieverTest

testAvailableProperty 0.00
testNoAvailableProperty 0.00
testDynamicAvailableProperty 0.00
testDelegateAvailableProperty 0.00
testIndexedAvailableProperty 0.00

ObjectBrowserTest

testHold 0.00
testRefresh 0.00
testAsDynaBean 0.00
testDetailsBrowser 0.00

PagedListBrowserTest

testList 0.00
testNextPage 0.00
testPageNumberAfterSpecification 0.00

TreePathTest

testDepth 0.00
testElementAt 0.00
testAsIntArray 0.00
testEquals 0.00
testFromString 0.00
testParentPath 0.00

DefaultTreeEditorTest

testChildren 0.01
testAddChild 0.01
testRemove 0.00

ListBrowserTest

testList 0.00
testSelect 0.00
testWrongSelectionIndex 0.00
testSelectByEntity 0.00
testNext 0.00
testHasNext 0.00
testNextUntilLast 0.00
testPrevious 0.00
testHasPrevious 0.00
testPreviousUntilFirst 0.00
testAscendingOrder 0.00
testDescendingOrder 0.00
testMultiOrdering 0.00
testMultiOrderingDescending 0.00
testChangeOrder 0.00
testSelectionAfterOrdering 0.00
testFiltering 0.00
testSpecification 0.00
testFilteringAfterSelection 0.00
testObjectBrowser 0.00
testCommandEvent 0.00
testInvalidSelectionAfterCommand 0.00
testPropertyChangeOnCommandDone 0.00
testContentChangeOnCommandDone 0.00
testCommandEventPropagation 0.00

SimpleExecutorTest

testExecute 0.00

BeanEditorTest

testSet 0.01
testGet 0.00
testEditingBean 0.00
testPropertyClass 0.00
testSimplePropertyChange 0.00
testDerivedPropertyChange 0.00
testGetIndexed 0.00
testSetIndexed 0.00
testCascadingIndexedPropertyChange 0.00
testValidation 0.04
testPropertyConstraints 0.00
testPropertyValues 0.00
testPropertyAvailability 0.00
testPropertyWritability 0.00

TreeBrowserTest

testRoot 0.01
testChildren 0.05
testPath 0.00
testTarget 0.00
testSelectByPath 0.00
testSelectByObject 0.00
testNextOfNull 0.00
testNextWithFellow 0.00
testNextWithChildren 0.00
testNextLastChildren 0.00
testNextOfLast 0.00
testNextWithSpecification 0.01
testPreviousWithChildren 0.00
testPreviousWithFellow 0.00
testPreviousFirstChildren 0.00
testPreviousWithSpecification 0.00

RepositoryEditorTest

testSet 0.00
testGet 0.00
testAddRow 0.00
testDeleteRow 0.00
testDoCommand 0.00

AbstractCommandTest

testCommandListener 0.00
testPropertyChangeListener 0.00

UndoCommandTest

testWithSimpleExecutor 0.00
testWithUndoableExecutor 0.00
testDoubleUndo 0.00

LongRunningContextTest

testSimpleService 0.08
testServiceWithDependency 0.00
testSetDependency 0.00
testSubDependency 0.00

ServiceFactoryTest

testKnowsService 0.00
testKnowsServiceFail 0.00
testCreateService 0.00
testCreateUnknownService 0.00
testCreateProtectedService 0.00
testCreatePrivateService 0.00
testCreateServiceWithError 0.00

MultiBrowserTest

testList 0.00
testSelect 0.00
testWrongSelectionIndex 0.00
testSelectByEntity 0.00

ApplicateSessionTest

testCreateService 0.00
testCommandListener 0.00
testExecuteCommand 0.00

CompositeServiceFactoryTest

testCreateUnknownService 0.00
testServiceCreation1 0.00
testServiceCreation2 0.00

PropertyClassRetrieverTest

testSimpleProperty 0.00
testCollectionProperty 0.00
testIndexedProperty 0.00
testUnknownProperty 0.00
testDottedProperty 0.00
testDottedCollectionProperty 0.00
testNullBean 0.00