| 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 |