DevCreek Logo
Login | Register |

Analytics
My DevCreek
Scoreboard
Reports

Community
Wiki

Primer
Overview
Quick Start
Download
Metrics
Premium
Technology
Privacy
About Us

Support
FAQ
Contact Us
Heartbeat

Unit Tests - Test Method Duration

How long does it take to execute a test run?
Excessive durations for test runs dissuades developmers from active testing and complicates frequent integrations by team members. The time taken to execute test methods is broken down by package then class.
Please see the Online Help for more details.

Filtered by: Projects: Cowbell, Principals: All
Generated by DevCreek: Tue Oct 11 19:53:03 EDT 2011

Project Average(ms)   Min(ms) Max(ms) Daily Wait(min)
  1,371   1,371 1,371  
Cowbell 1,371 1,371 1,371 0

Cowbell

Test Run Duration

Test Method Duration

Package Average(ms)   Min(ms) Max(ms)
5.0 1,371   1,371 1,371
ca.machete.cowbell 566 566 566
ca.machete.cowbell.activities 128 128 128
ca.machete.cowbell.events 641 641 641
ca.machete.cowbell.painters 21 21 21
ca.machete.cowbell.util 15 15 15
Test Method Average(ms) Min(ms) Max(ms)
105.0 1,371 1,371 1,371
ca.machete.cowbell.activities.CameraViewTransformActivityTest.oneRatioEquatesToTarget 19 19 19
ca.machete.cowbell.activities.CameraViewTransformActivityTest.startMatrixExtractsProperly 1 1 1
ca.machete.cowbell.activities.CameraViewTransformActivityTest.zeroRatioEquatesToStart 1 1 1
ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep 32 32 32
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform 14 14 14
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform 20 20 20
ca.machete.cowbell.activities.NodeTransformActivityTest.oneRatioIsEndTransform 1 1 1
ca.machete.cowbell.activities.NodeTransformActivityTest.zeroRatioIsStartTransform 1 1 1
ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams 14 14 14
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams 1 1 1
ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio 1 1 1
ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException 1 1 1
ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio 1 1 1
ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration 21 21 21
ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing 1 1 1
ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity 19 19 19
ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid 1 1 1
ca.machete.cowbell.CameraTest.getViewTransformReturnsClones 1 1 1
ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint 2 2 2
ca.machete.cowbell.CameraTest.needsPaintingDefaultsToTrue 1 1 1
ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers 54 54 54
ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren 18 18 18
ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible 1 1 1
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform 23 23 23
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray 1 1 1
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams 1 1 1
ca.machete.cowbell.CanvasTest.canvasCameraIsFinal 19 19 19
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptNullCamera 8 8 8
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras 1 1 1
ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot 1 1 1
ca.machete.cowbell.CanvasTest.canvasRepaintIsLazy 1 1 1
ca.machete.cowbell.CanvasTest.canvasShouldConstructWithoutChildrenByDefault 1 1 1
ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas 55 55 55
ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty 1 1 1
ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps 15 15 15
ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible 1 1 1
ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera 1 1 1
ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize 14 14 14
ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer 13 13 13
ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent 480 480 480
ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly 2 2 2
ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly 55 55 55
ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType 2 2 2
ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent 16 16 16
ca.machete.cowbell.events.CanvasInputListenerTest.mouseClickedDispatchesToHierarchy 30 30 30
ca.machete.cowbell.events.CanvasInputListenerTest.mouseDraggedDispatchesToHierarchy 10 10 10
ca.machete.cowbell.events.CanvasInputListenerTest.mouseEnteredDoesNothing 1 1 1
ca.machete.cowbell.events.CanvasInputListenerTest.mouseExitedDoesNothing 1 1 1
ca.machete.cowbell.events.CanvasInputListenerTest.mouseMovedDispatchesToHierarchy 8 8 8
ca.machete.cowbell.events.CanvasInputListenerTest.mousePressedDispatchesToHierarchy 23 23 23
ca.machete.cowbell.events.CanvasInputListenerTest.mouseReleasedDispatchesToHierarchy 1 1 1
ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly 1 1 1
ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect 11 11 11
ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd 1 1 1
ca.machete.cowbell.NodeTest.addChildDoesNotAcceptNull 1 1 1
ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt 1 1 1
ca.machete.cowbell.NodeTest.addPainterAllowsPainterMultipleTimes 1 1 1
ca.machete.cowbell.NodeTest.addPainterDoesNotAcceptNull 1 1 1
ca.machete.cowbell.NodeTest.childrenGetPaintedWhenNodeIsPainted 1 1 1
ca.machete.cowbell.NodeTest.childrenShouldBeImmutable 1 1 1
ca.machete.cowbell.NodeTest.childrenShouldNotBeNullEvenWhenNoChildren 1 1 1
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself 1 1 1
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated 1 1 1
ca.machete.cowbell.NodeTest.fullBoundsIsBoundsWhenTransformIsIdentity 1 1 1
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren 21 21 21
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull 1 1 1
ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne 22 22 22
ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent 14 14 14
ca.machete.cowbell.NodeTest.layoutMayNotBeNull 23 23 23
ca.machete.cowbell.NodeTest.layoutPersists 1 1 1
ca.machete.cowbell.NodeTest.localToParentReturnsExpected 1 1 1
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible 1 1 1
ca.machete.cowbell.NodeTest.modelAllowsNull 1 1 1
ca.machete.cowbell.NodeTest.modelPersists 1 1 1
ca.machete.cowbell.NodeTest.paintDispatchesToPainters 29 29 29
ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion 1 1 1
ca.machete.cowbell.NodeTest.parentPersists 1 1 1
ca.machete.cowbell.NodeTest.parentToLocalReturnsExpected 61 61 61
ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout 1 1 1
ca.machete.cowbell.NodeTest.registratinOfMouseListenerDoesSo 1 1 1
ca.machete.cowbell.NodeTest.removeMouseListenerDoesNothingWhenListenerIsMissing 1 1 1
ca.machete.cowbell.NodeTest.removingListenerWorks 1 1 1
ca.machete.cowbell.NodeTest.rootShouldBeNullOnUnattachedNode 1 1 1
ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy 1 1 1
ca.machete.cowbell.NodeTest.rootShouldNotBeNullWhenNodeInValidScene 1 1 1
ca.machete.cowbell.NodeTest.sizePersists 1 1 1
ca.machete.cowbell.NodeTest.transformCanBeSetWithMatrix 29 29 29
ca.machete.cowbell.NodeTest.transformCanBeSetWithTransform 1 1 1
ca.machete.cowbell.NodeTest.transformIsCloned 16 16 16
ca.machete.cowbell.PaintContextTest.constructorPersistsGrpahics2D 1 1 1
ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D 1 1 1
ca.machete.cowbell.PaintContextTest.popTransformFailsWhenNoTransformPushed 5 5 5
ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed 52 52 52
ca.machete.cowbell.painters.BorderPainterTest.paintUsesSizeOfNode 1 1 1
ca.machete.cowbell.painters.SimpleBackgroundPainterTest.paintUsesSizeOfNode 20 20 20
ca.machete.cowbell.RootTest.getCamerasReturnsCamerasIfTheyExist 2 2 2
ca.machete.cowbell.RootTest.getCamerasReturnsEmptyWhenNoChildrenAreCameras 1 1 1
ca.machete.cowbell.RootTest.getLayersReturnsEmptyWhenNoChildrenAreLayers 1 1 1
ca.machete.cowbell.RootTest.getLayersReturnsLayersIfTheyExist 1 1 1
ca.machete.cowbell.RootTest.getRootReturnsSelf 1 1 1
ca.machete.cowbell.RootTest.schedulerIsValidByDefault 1 1 1
ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled 1 1 1
ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive 1 1 1
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached 1 1 1
ca.machete.cowbell.util.TransformStackTest.pushingNullStackThrowsException 15 15 15