Unit Tests - Test Method Names
| Summary of the names of test methods and the words they are composed from. Method names are important to communicate the intent of a test for later maintenance and can indicate the features and focus of the system. |
|
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 | Distinct Words | Words/Name (av.) | Fingerprint |
| Cowbell | 216 | 6.00 | Canvas, Children, Does, Mouse, Node, On, Persists, Returns, Transform, When |
Cowbell
Test Method Words
Accept
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptNullCamera
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.NodeTest.addChildDoesNotAcceptNull
ca.machete.cowbell.NodeTest.addPainterDoesNotAcceptNull
Active ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Activities ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
Activity ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity
ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Adding ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
Affect ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
Affine ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform
After ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
Again ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd
Allows ca.machete.cowbell.NodeTest.addPainterAllowsPainterMultipleTimes
ca.machete.cowbell.NodeTest.modelAllowsNull
An ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
And ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
Animate ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity
Appropriate ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
Are ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly
ca.machete.cowbell.RootTest.getCamerasReturnsEmptyWhenNoChildrenAreCameras
ca.machete.cowbell.RootTest.getLayersReturnsEmptyWhenNoChildrenAreLayers
ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
Array ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
As ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
As0 ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio
As1 ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
At ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps
ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
Attached ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers
Available ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent
ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent
Awt ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
Become ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Becomes ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
Been ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed
Bounds ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
ca.machete.cowbell.NodeTest.fullBoundsIsBoundsWhenTransformIsIdentity
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren
Bubbles ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas
ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent
Calling ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform
ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
Camera ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers
ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren
ca.machete.cowbell.CanvasTest.canvasCameraIsFinal
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptNullCamera
ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera
Cameras ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.RootTest.getCamerasReturnsCamerasIfTheyExist
ca.machete.cowbell.RootTest.getCamerasReturnsEmptyWhenNoChildrenAreCameras
Can ca.machete.cowbell.NodeTest.transformCanBeSetWithMatrix
ca.machete.cowbell.NodeTest.transformCanBeSetWithTransform
Canvas ca.machete.cowbell.CanvasTest.canvasCameraIsFinal
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptNullCamera
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
ca.machete.cowbell.CanvasTest.canvasRepaintIsLazy
ca.machete.cowbell.CanvasTest.canvasShouldConstructWithoutChildrenByDefault
ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas
ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera
ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent
Causes ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform
Child ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd
ca.machete.cowbell.NodeTest.addChildDoesNotAcceptNull
ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
Children ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren
ca.machete.cowbell.CanvasTest.canvasShouldConstructWithoutChildrenByDefault
ca.machete.cowbell.NodeTest.childrenGetPaintedWhenNodeIsPainted
ca.machete.cowbell.NodeTest.childrenShouldBeImmutable
ca.machete.cowbell.NodeTest.childrenShouldNotBeNullEvenWhenNoChildren
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren
ca.machete.cowbell.RootTest.getCamerasReturnsEmptyWhenNoChildrenAreCameras
ca.machete.cowbell.RootTest.getLayersReturnsEmptyWhenNoChildrenAreLayers
Clicked ca.machete.cowbell.events.CanvasInputListenerTest.mouseClickedDispatchesToHierarchy
Clip ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
Clipping ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion
Cloned ca.machete.cowbell.NodeTest.transformIsCloned
Clones ca.machete.cowbell.CameraTest.getViewTransformReturnsClones
Construct ca.machete.cowbell.CanvasTest.canvasShouldConstructWithoutChildrenByDefault
Constructor ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptNullCamera
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
ca.machete.cowbell.PaintContextTest.constructorPersistsGrpahics2D
ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
Covered ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly
Deepest ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
Defaults ca.machete.cowbell.CameraTest.needsPaintingDefaultsToTrue
Defers ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera
Dispatches ca.machete.cowbell.events.CanvasInputListenerTest.mouseClickedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseDraggedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseMovedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mousePressedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseReleasedDispatchesToHierarchy
ca.machete.cowbell.NodeTest.paintDispatchesToPainters
Does ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptNullCamera
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.events.CanvasInputListenerTest.mouseEnteredDoesNothing
ca.machete.cowbell.events.CanvasInputListenerTest.mouseExitedDoesNothing
ca.machete.cowbell.NodeTest.addChildDoesNotAcceptNull
ca.machete.cowbell.NodeTest.addPainterDoesNotAcceptNull
ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion
+ 3 others Double ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
Dragged ca.machete.cowbell.events.CanvasInputListenerTest.mouseDraggedDispatchesToHierarchy
Duration ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
Effect ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect
Ellapsed ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException
ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio
End ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.oneRatioIsEndTransform
ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd
Entered ca.machete.cowbell.events.CanvasInputListenerTest.mouseEnteredDoesNothing
Equates ca.machete.cowbell.activities.CameraViewTransformActivityTest.oneRatioEquatesToTarget
ca.machete.cowbell.activities.CameraViewTransformActivityTest.zeroRatioEquatesToStart
Even ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.NodeTest.childrenShouldNotBeNullEvenWhenNoChildren
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
Event ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent
ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent
Exception ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException
ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType
ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
ca.machete.cowbell.util.TransformStackTest.pushingNullStackThrowsException
Exist ca.machete.cowbell.RootTest.getCamerasReturnsCamerasIfTheyExist
ca.machete.cowbell.RootTest.getLayersReturnsLayersIfTheyExist
Existing ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt
Exited ca.machete.cowbell.events.CanvasInputListenerTest.mouseExitedDoesNothing
Expected ca.machete.cowbell.NodeTest.localToParentReturnsExpected
ca.machete.cowbell.NodeTest.parentToLocalReturnsExpected
Extracted ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly
Extracts ca.machete.cowbell.activities.CameraViewTransformActivityTest.startMatrixExtractsProperly
ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
Fails ca.machete.cowbell.PaintContextTest.popTransformFailsWhenNoTransformPushed
False ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
Final ca.machete.cowbell.CanvasTest.canvasCameraIsFinal
From ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
Full ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
ca.machete.cowbell.NodeTest.fullBoundsIsBoundsWhenTransformIsIdentity
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren
Global ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent
Graphics ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
Graphics2D ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
Grpahics2D ca.machete.cowbell.PaintContextTest.constructorPersistsGrpahics2D
Has ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed
Have ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy
Hierarchy ca.machete.cowbell.events.CanvasInputListenerTest.mouseClickedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseDraggedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseMovedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mousePressedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseReleasedDispatchesToHierarchy
ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy
Identity ca.machete.cowbell.NodeTest.fullBoundsIsBoundsWhenTransformIsIdentity
Immutable ca.machete.cowbell.NodeTest.childrenShouldBeImmutable
Includes ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
Index ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
Infinite ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
Installs ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
Interpreted ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio
Invalid ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
Invalidate ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas
ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent
Invertible ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
Invoke ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
Invoked ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect
Invokes ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
Isnt ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
It ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd
ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt
ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
Its ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren
ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera
ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy
Itself ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
Killed ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
Killing ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
Layer ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer
Layers ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers
ca.machete.cowbell.RootTest.getLayersReturnsEmptyWhenNoChildrenAreLayers
ca.machete.cowbell.RootTest.getLayersReturnsLayersIfTheyExist
Layout ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent
ca.machete.cowbell.NodeTest.layoutMayNotBeNull
ca.machete.cowbell.NodeTest.layoutPersists
ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
Lazy ca.machete.cowbell.CanvasTest.canvasRepaintIsLazy
Listener ca.machete.cowbell.NodeTest.registratinOfMouseListenerDoesSo
ca.machete.cowbell.NodeTest.removeMouseListenerDoesNothingWhenListenerIsMissing
ca.machete.cowbell.NodeTest.removingListenerWorks
Local ca.machete.cowbell.NodeTest.localToParentReturnsExpected
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
ca.machete.cowbell.NodeTest.parentToLocalReturnsExpected
Maps ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly
Matrix ca.machete.cowbell.activities.CameraViewTransformActivityTest.startMatrixExtractsProperly
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
ca.machete.cowbell.NodeTest.transformCanBeSetWithMatrix
May ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect
ca.machete.cowbell.NodeTest.layoutMayNotBeNull
Methods ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect
Missing ca.machete.cowbell.NodeTest.removeMouseListenerDoesNothingWhenListenerIsMissing
Model ca.machete.cowbell.NodeTest.modelAllowsNull
ca.machete.cowbell.NodeTest.modelPersists
Mouse ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent
ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
ca.machete.cowbell.events.CanvasInputListenerTest.mouseClickedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseDraggedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseEnteredDoesNothing
ca.machete.cowbell.events.CanvasInputListenerTest.mouseExitedDoesNothing
ca.machete.cowbell.events.CanvasInputListenerTest.mouseMovedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mousePressedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseReleasedDispatchesToHierarchy
ca.machete.cowbell.NodeTest.registratinOfMouseListenerDoesSo
+ 1 others Moved ca.machete.cowbell.events.CanvasInputListenerTest.mouseMovedDispatchesToHierarchy
Moves ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd
Multiple ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps
ca.machete.cowbell.NodeTest.addPainterAllowsPainterMultipleTimes
Names ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly
Needs ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
ca.machete.cowbell.CameraTest.needsPaintingDefaultsToTrue
Negative ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
Node ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt
ca.machete.cowbell.NodeTest.childrenGetPaintedWhenNodeIsPainted
ca.machete.cowbell.NodeTest.rootShouldBeNullOnUnattachedNode
ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy
ca.machete.cowbell.NodeTest.rootShouldNotBeNullWhenNodeInValidScene
ca.machete.cowbell.painters.BorderPainterTest.paintUsesSizeOfNode
ca.machete.cowbell.painters.SimpleBackgroundPainterTest.paintUsesSizeOfNode
Nodes ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps
ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer
ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly
Non ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
Nothing ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
ca.machete.cowbell.events.CanvasInputListenerTest.mouseEnteredDoesNothing
ca.machete.cowbell.events.CanvasInputListenerTest.mouseExitedDoesNothing
ca.machete.cowbell.NodeTest.removeMouseListenerDoesNothingWhenListenerIsMissing
On ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer
ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.rootShouldBeNullOnUnattachedNode
ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
One ca.machete.cowbell.activities.CameraViewTransformActivityTest.oneRatioEquatesToTarget
ca.machete.cowbell.activities.NodeTransformActivityTest.oneRatioIsEndTransform
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
Outside ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion
Overlaps ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps
Paint ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas
ca.machete.cowbell.NodeTest.paintDispatchesToPainters
ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion
ca.machete.cowbell.painters.BorderPainterTest.paintUsesSizeOfNode
ca.machete.cowbell.painters.SimpleBackgroundPainterTest.paintUsesSizeOfNode
Painted ca.machete.cowbell.NodeTest.childrenGetPaintedWhenNodeIsPainted
Painter ca.machete.cowbell.NodeTest.addPainterAllowsPainterMultipleTimes
ca.machete.cowbell.NodeTest.addPainterDoesNotAcceptNull
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
Painters ca.machete.cowbell.NodeTest.paintDispatchesToPainters
Painting ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
ca.machete.cowbell.CameraTest.needsPaintingDefaultsToTrue
ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers
ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren
ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera
ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
Paints ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers
ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren
Params ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
Parent ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent
ca.machete.cowbell.NodeTest.localToParentReturnsExpected
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
ca.machete.cowbell.NodeTest.parentPersists
ca.machete.cowbell.NodeTest.parentToLocalReturnsExpected
Pending ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Persists ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
ca.machete.cowbell.NodeTest.layoutPersists
ca.machete.cowbell.NodeTest.modelPersists
ca.machete.cowbell.NodeTest.parentPersists
ca.machete.cowbell.NodeTest.sizePersists
ca.machete.cowbell.PaintContextTest.constructorPersistsGrpahics2D
Pop ca.machete.cowbell.PaintContextTest.popTransformFailsWhenNoTransformPushed
ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed
Position ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent
Possible ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
Pressed ca.machete.cowbell.events.CanvasInputListenerTest.mousePressedDispatchesToHierarchy
Properly ca.machete.cowbell.activities.CameraViewTransformActivityTest.startMatrixExtractsProperly
ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly
ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly
Providing ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
Pushed ca.machete.cowbell.PaintContextTest.popTransformFailsWhenNoTransformPushed
ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed
Pushing ca.machete.cowbell.util.TransformStackTest.pushingNullStackThrowsException
Ratio ca.machete.cowbell.activities.CameraViewTransformActivityTest.oneRatioEquatesToTarget
ca.machete.cowbell.activities.CameraViewTransformActivityTest.zeroRatioEquatesToStart
ca.machete.cowbell.activities.NodeTransformActivityTest.oneRatioIsEndTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.zeroRatioIsStartTransform
ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio
Reached ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Region ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion
Registratin ca.machete.cowbell.NodeTest.registratinOfMouseListenerDoesSo
Released ca.machete.cowbell.events.CanvasInputListenerTest.mouseReleasedDispatchesToHierarchy
Remove ca.machete.cowbell.NodeTest.removeMouseListenerDoesNothingWhenListenerIsMissing
Removes ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
Removing ca.machete.cowbell.NodeTest.removingListenerWorks
Repaint ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
ca.machete.cowbell.CanvasTest.canvasRepaintIsLazy
Returns ca.machete.cowbell.CameraTest.getViewTransformReturnsClones
ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps
ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.localToParentReturnsExpected
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
ca.machete.cowbell.NodeTest.parentToLocalReturnsExpected
ca.machete.cowbell.RootTest.getCamerasReturnsCamerasIfTheyExist
+ 4 others Root ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
ca.machete.cowbell.NodeTest.rootShouldBeNullOnUnattachedNode
ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy
ca.machete.cowbell.NodeTest.rootShouldNotBeNullWhenNodeInValidScene
ca.machete.cowbell.RootTest.getRootReturnsSelf
Same ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
Scene ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.NodeTest.rootShouldNotBeNullWhenNodeInValidScene
Scheduler ca.machete.cowbell.RootTest.schedulerIsValidByDefault
Schedules ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity
Self ca.machete.cowbell.RootTest.getRootReturnsSelf
Shoud ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
Size ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren
ca.machete.cowbell.NodeTest.sizePersists
ca.machete.cowbell.painters.BorderPainterTest.paintUsesSizeOfNode
ca.machete.cowbell.painters.SimpleBackgroundPainterTest.paintUsesSizeOfNode
So ca.machete.cowbell.NodeTest.registratinOfMouseListenerDoesSo
Stack ca.machete.cowbell.util.TransformStackTest.pushingNullStackThrowsException
Start ca.machete.cowbell.activities.CameraViewTransformActivityTest.startMatrixExtractsProperly
ca.machete.cowbell.activities.CameraViewTransformActivityTest.zeroRatioEquatesToStart
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.zeroRatioIsStartTransform
ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Step ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
Stepping ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
Sticky ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer
Stop ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
Target ca.machete.cowbell.activities.CameraViewTransformActivityTest.oneRatioEquatesToTarget
That ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
The ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
Their ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
They ca.machete.cowbell.RootTest.getCamerasReturnsCamerasIfTheyExist
ca.machete.cowbell.RootTest.getLayersReturnsLayersIfTheyExist
Through ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent
ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent
Throw ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
Thrown ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType
Throws ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException
ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
ca.machete.cowbell.util.TransformStackTest.pushingNullStackThrowsException
Time ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException
ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio
ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Timed ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
Times ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
ca.machete.cowbell.NodeTest.addPainterAllowsPainterMultipleTimes
Transfers ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt
Transform ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.oneRatioIsEndTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.zeroRatioIsStartTransform
ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity
ca.machete.cowbell.CameraTest.getViewTransformReturnsClones
ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
+ 6 others Translated ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
True ca.machete.cowbell.CameraTest.needsPaintingDefaultsToTrue
Trump ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer
Type ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType
ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly
Types ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly
Unattached ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.NodeTest.rootShouldBeNullOnUnattachedNode
Unsupported ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType
Up ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas
ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent
Uses ca.machete.cowbell.painters.BorderPainterTest.paintUsesSizeOfNode
ca.machete.cowbell.painters.SimpleBackgroundPainterTest.paintUsesSizeOfNode
Using ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
Valid ca.machete.cowbell.NodeTest.rootShouldNotBeNullWhenNodeInValidScene
ca.machete.cowbell.RootTest.schedulerIsValidByDefault
View ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity
ca.machete.cowbell.CameraTest.getViewTransformReturnsClones
ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
When ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.NodeTest.childrenGetPaintedWhenNodeIsPainted
ca.machete.cowbell.NodeTest.childrenShouldNotBeNullEvenWhenNoChildren
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
ca.machete.cowbell.NodeTest.fullBoundsIsBoundsWhenTransformIsIdentity
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
+ 10 others Without ca.machete.cowbell.CanvasTest.canvasShouldConstructWithoutChildrenByDefault
ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect
Works ca.machete.cowbell.NodeTest.removingListenerWorks
ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed
Yields ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
Zero ca.machete.cowbell.activities.CameraViewTransformActivityTest.zeroRatioEquatesToStart
ca.machete.cowbell.activities.NodeTransformActivityTest.zeroRatioIsStartTransform
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.NodeTest.addChildDoesNotAcceptNull
ca.machete.cowbell.NodeTest.addPainterDoesNotAcceptNull
Active ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Activities ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
Activity ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity
ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Adding ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
Affect ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
Affine ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform
After ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
Again ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd
Allows ca.machete.cowbell.NodeTest.addPainterAllowsPainterMultipleTimes
ca.machete.cowbell.NodeTest.modelAllowsNull
An ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
And ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
Animate ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity
Appropriate ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
Are ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly
ca.machete.cowbell.RootTest.getCamerasReturnsEmptyWhenNoChildrenAreCameras
ca.machete.cowbell.RootTest.getLayersReturnsEmptyWhenNoChildrenAreLayers
ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
Array ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
As ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
As0 ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio
As1 ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
At ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps
ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
Attached ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers
Available ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent
ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent
Awt ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
Become ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Becomes ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
Been ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed
Bounds ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
ca.machete.cowbell.NodeTest.fullBoundsIsBoundsWhenTransformIsIdentity
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren
Bubbles ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas
ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent
Calling ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform
ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
Camera ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers
ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren
ca.machete.cowbell.CanvasTest.canvasCameraIsFinal
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptNullCamera
ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera
Cameras ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.RootTest.getCamerasReturnsCamerasIfTheyExist
ca.machete.cowbell.RootTest.getCamerasReturnsEmptyWhenNoChildrenAreCameras
Can ca.machete.cowbell.NodeTest.transformCanBeSetWithMatrix
ca.machete.cowbell.NodeTest.transformCanBeSetWithTransform
Canvas ca.machete.cowbell.CanvasTest.canvasCameraIsFinal
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptNullCamera
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
ca.machete.cowbell.CanvasTest.canvasRepaintIsLazy
ca.machete.cowbell.CanvasTest.canvasShouldConstructWithoutChildrenByDefault
ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas
ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera
ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent
Causes ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform
Child ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd
ca.machete.cowbell.NodeTest.addChildDoesNotAcceptNull
ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
Children ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren
ca.machete.cowbell.CanvasTest.canvasShouldConstructWithoutChildrenByDefault
ca.machete.cowbell.NodeTest.childrenGetPaintedWhenNodeIsPainted
ca.machete.cowbell.NodeTest.childrenShouldBeImmutable
ca.machete.cowbell.NodeTest.childrenShouldNotBeNullEvenWhenNoChildren
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren
ca.machete.cowbell.RootTest.getCamerasReturnsEmptyWhenNoChildrenAreCameras
ca.machete.cowbell.RootTest.getLayersReturnsEmptyWhenNoChildrenAreLayers
Clicked ca.machete.cowbell.events.CanvasInputListenerTest.mouseClickedDispatchesToHierarchy
Clip ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
Clipping ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion
Cloned ca.machete.cowbell.NodeTest.transformIsCloned
Clones ca.machete.cowbell.CameraTest.getViewTransformReturnsClones
Construct ca.machete.cowbell.CanvasTest.canvasShouldConstructWithoutChildrenByDefault
Constructor ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptNullCamera
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
ca.machete.cowbell.PaintContextTest.constructorPersistsGrpahics2D
ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
Covered ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly
Deepest ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
Defaults ca.machete.cowbell.CameraTest.needsPaintingDefaultsToTrue
Defers ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera
Dispatches ca.machete.cowbell.events.CanvasInputListenerTest.mouseClickedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseDraggedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseMovedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mousePressedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseReleasedDispatchesToHierarchy
ca.machete.cowbell.NodeTest.paintDispatchesToPainters
Does ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptNullCamera
ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.events.CanvasInputListenerTest.mouseEnteredDoesNothing
ca.machete.cowbell.events.CanvasInputListenerTest.mouseExitedDoesNothing
ca.machete.cowbell.NodeTest.addChildDoesNotAcceptNull
ca.machete.cowbell.NodeTest.addPainterDoesNotAcceptNull
ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion
+ 3 others Double ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
Dragged ca.machete.cowbell.events.CanvasInputListenerTest.mouseDraggedDispatchesToHierarchy
Duration ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
Effect ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect
Ellapsed ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException
ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio
End ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.oneRatioIsEndTransform
ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd
Entered ca.machete.cowbell.events.CanvasInputListenerTest.mouseEnteredDoesNothing
Equates ca.machete.cowbell.activities.CameraViewTransformActivityTest.oneRatioEquatesToTarget
ca.machete.cowbell.activities.CameraViewTransformActivityTest.zeroRatioEquatesToStart
Even ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.NodeTest.childrenShouldNotBeNullEvenWhenNoChildren
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
Event ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent
ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent
Exception ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException
ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType
ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
ca.machete.cowbell.util.TransformStackTest.pushingNullStackThrowsException
Exist ca.machete.cowbell.RootTest.getCamerasReturnsCamerasIfTheyExist
ca.machete.cowbell.RootTest.getLayersReturnsLayersIfTheyExist
Existing ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt
Exited ca.machete.cowbell.events.CanvasInputListenerTest.mouseExitedDoesNothing
Expected ca.machete.cowbell.NodeTest.localToParentReturnsExpected
ca.machete.cowbell.NodeTest.parentToLocalReturnsExpected
Extracted ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly
Extracts ca.machete.cowbell.activities.CameraViewTransformActivityTest.startMatrixExtractsProperly
ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
Fails ca.machete.cowbell.PaintContextTest.popTransformFailsWhenNoTransformPushed
False ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
Final ca.machete.cowbell.CanvasTest.canvasCameraIsFinal
From ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
Full ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
ca.machete.cowbell.NodeTest.fullBoundsIsBoundsWhenTransformIsIdentity
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren
Global ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent
Graphics ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
Graphics2D ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
Grpahics2D ca.machete.cowbell.PaintContextTest.constructorPersistsGrpahics2D
Has ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed
Have ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy
Hierarchy ca.machete.cowbell.events.CanvasInputListenerTest.mouseClickedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseDraggedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseMovedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mousePressedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseReleasedDispatchesToHierarchy
ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy
Identity ca.machete.cowbell.NodeTest.fullBoundsIsBoundsWhenTransformIsIdentity
Immutable ca.machete.cowbell.NodeTest.childrenShouldBeImmutable
Includes ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
Index ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
Infinite ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
Installs ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
Interpreted ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio
Invalid ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
Invalidate ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas
ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent
Invertible ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
Invoke ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
Invoked ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect
Invokes ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
Isnt ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
It ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd
ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt
ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
Its ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren
ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera
ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy
Itself ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
Killed ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
Killing ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
Layer ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer
Layers ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers
ca.machete.cowbell.RootTest.getLayersReturnsEmptyWhenNoChildrenAreLayers
ca.machete.cowbell.RootTest.getLayersReturnsLayersIfTheyExist
Layout ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent
ca.machete.cowbell.NodeTest.layoutMayNotBeNull
ca.machete.cowbell.NodeTest.layoutPersists
ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
Lazy ca.machete.cowbell.CanvasTest.canvasRepaintIsLazy
Listener ca.machete.cowbell.NodeTest.registratinOfMouseListenerDoesSo
ca.machete.cowbell.NodeTest.removeMouseListenerDoesNothingWhenListenerIsMissing
ca.machete.cowbell.NodeTest.removingListenerWorks
Local ca.machete.cowbell.NodeTest.localToParentReturnsExpected
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
ca.machete.cowbell.NodeTest.parentToLocalReturnsExpected
Maps ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly
Matrix ca.machete.cowbell.activities.CameraViewTransformActivityTest.startMatrixExtractsProperly
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
ca.machete.cowbell.NodeTest.transformCanBeSetWithMatrix
May ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect
ca.machete.cowbell.NodeTest.layoutMayNotBeNull
Methods ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect
Missing ca.machete.cowbell.NodeTest.removeMouseListenerDoesNothingWhenListenerIsMissing
Model ca.machete.cowbell.NodeTest.modelAllowsNull
ca.machete.cowbell.NodeTest.modelPersists
Mouse ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent
ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
ca.machete.cowbell.events.CanvasInputListenerTest.mouseClickedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseDraggedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseEnteredDoesNothing
ca.machete.cowbell.events.CanvasInputListenerTest.mouseExitedDoesNothing
ca.machete.cowbell.events.CanvasInputListenerTest.mouseMovedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mousePressedDispatchesToHierarchy
ca.machete.cowbell.events.CanvasInputListenerTest.mouseReleasedDispatchesToHierarchy
ca.machete.cowbell.NodeTest.registratinOfMouseListenerDoesSo
+ 1 others Moved ca.machete.cowbell.events.CanvasInputListenerTest.mouseMovedDispatchesToHierarchy
Moves ca.machete.cowbell.NodeTest.addChildAgainMovesItToEnd
Multiple ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps
ca.machete.cowbell.NodeTest.addPainterAllowsPainterMultipleTimes
Names ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly
Needs ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
ca.machete.cowbell.CameraTest.needsPaintingDefaultsToTrue
Negative ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
Node ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt
ca.machete.cowbell.NodeTest.childrenGetPaintedWhenNodeIsPainted
ca.machete.cowbell.NodeTest.rootShouldBeNullOnUnattachedNode
ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy
ca.machete.cowbell.NodeTest.rootShouldNotBeNullWhenNodeInValidScene
ca.machete.cowbell.painters.BorderPainterTest.paintUsesSizeOfNode
ca.machete.cowbell.painters.SimpleBackgroundPainterTest.paintUsesSizeOfNode
Nodes ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps
ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer
ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly
Non ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
Nothing ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
ca.machete.cowbell.events.CanvasInputListenerTest.mouseEnteredDoesNothing
ca.machete.cowbell.events.CanvasInputListenerTest.mouseExitedDoesNothing
ca.machete.cowbell.NodeTest.removeMouseListenerDoesNothingWhenListenerIsMissing
On ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer
ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.rootShouldBeNullOnUnattachedNode
ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
One ca.machete.cowbell.activities.CameraViewTransformActivityTest.oneRatioEquatesToTarget
ca.machete.cowbell.activities.NodeTransformActivityTest.oneRatioIsEndTransform
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
Outside ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion
Overlaps ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps
Paint ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas
ca.machete.cowbell.NodeTest.paintDispatchesToPainters
ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion
ca.machete.cowbell.painters.BorderPainterTest.paintUsesSizeOfNode
ca.machete.cowbell.painters.SimpleBackgroundPainterTest.paintUsesSizeOfNode
Painted ca.machete.cowbell.NodeTest.childrenGetPaintedWhenNodeIsPainted
Painter ca.machete.cowbell.NodeTest.addPainterAllowsPainterMultipleTimes
ca.machete.cowbell.NodeTest.addPainterDoesNotAcceptNull
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
Painters ca.machete.cowbell.NodeTest.paintDispatchesToPainters
Painting ca.machete.cowbell.CameraTest.needsPaintingBecomesFalseAfterPaint
ca.machete.cowbell.CameraTest.needsPaintingDefaultsToTrue
ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers
ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren
ca.machete.cowbell.CanvasTest.paintingCanvasDefersPaintingToItsCamera
ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
Paints ca.machete.cowbell.CameraTest.paintingCameraPaintsAttachedLayers
ca.machete.cowbell.CameraTest.paintingCameraPaintsItsChildren
Params ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
Parent ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent
ca.machete.cowbell.NodeTest.localToParentReturnsExpected
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
ca.machete.cowbell.NodeTest.parentPersists
ca.machete.cowbell.NodeTest.parentToLocalReturnsExpected
Pending ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Persists ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
ca.machete.cowbell.NodeTest.layoutPersists
ca.machete.cowbell.NodeTest.modelPersists
ca.machete.cowbell.NodeTest.parentPersists
ca.machete.cowbell.NodeTest.sizePersists
ca.machete.cowbell.PaintContextTest.constructorPersistsGrpahics2D
Pop ca.machete.cowbell.PaintContextTest.popTransformFailsWhenNoTransformPushed
ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed
Position ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent
Possible ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
Pressed ca.machete.cowbell.events.CanvasInputListenerTest.mousePressedDispatchesToHierarchy
Properly ca.machete.cowbell.activities.CameraViewTransformActivityTest.startMatrixExtractsProperly
ca.machete.cowbell.events.AwtMouseEventTest.coveredNodesAreExtractedProperly
ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly
Providing ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
Pushed ca.machete.cowbell.PaintContextTest.popTransformFailsWhenNoTransformPushed
ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed
Pushing ca.machete.cowbell.util.TransformStackTest.pushingNullStackThrowsException
Ratio ca.machete.cowbell.activities.CameraViewTransformActivityTest.oneRatioEquatesToTarget
ca.machete.cowbell.activities.CameraViewTransformActivityTest.zeroRatioEquatesToStart
ca.machete.cowbell.activities.NodeTransformActivityTest.oneRatioIsEndTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.zeroRatioIsStartTransform
ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio
Reached ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Region ca.machete.cowbell.NodeTest.paintDoesNotPaintWhenOutsideClippingRegion
Registratin ca.machete.cowbell.NodeTest.registratinOfMouseListenerDoesSo
Released ca.machete.cowbell.events.CanvasInputListenerTest.mouseReleasedDispatchesToHierarchy
Remove ca.machete.cowbell.NodeTest.removeMouseListenerDoesNothingWhenListenerIsMissing
Removes ca.machete.cowbell.SchedulerTest.killingAnActivityRemovesItFromPendingAndActive
Removing ca.machete.cowbell.NodeTest.removingListenerWorks
Repaint ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
ca.machete.cowbell.CanvasTest.canvasRepaintIsLazy
Returns ca.machete.cowbell.CameraTest.getViewTransformReturnsClones
ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.CanvasTest.nodesAtReturnsMultipleOverlaps
ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
ca.machete.cowbell.NodeTest.indexOfPainterReturnsNegativeOneOnNull
ca.machete.cowbell.NodeTest.localToParentReturnsExpected
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
ca.machete.cowbell.NodeTest.parentToLocalReturnsExpected
ca.machete.cowbell.RootTest.getCamerasReturnsCamerasIfTheyExist
+ 4 others Root ca.machete.cowbell.CanvasTest.canvasInstallsRepaintActivityOnRoot
ca.machete.cowbell.NodeTest.rootShouldBeNullOnUnattachedNode
ca.machete.cowbell.NodeTest.rootShouldBeNullWhenNodeDoesNotHaveRootInItsHierarchy
ca.machete.cowbell.NodeTest.rootShouldNotBeNullWhenNodeInValidScene
ca.machete.cowbell.RootTest.getRootReturnsSelf
Same ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
Scene ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.NodeTest.rootShouldNotBeNullWhenNodeInValidScene
Scheduler ca.machete.cowbell.RootTest.schedulerIsValidByDefault
Schedules ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity
Self ca.machete.cowbell.RootTest.getRootReturnsSelf
Shoud ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
Size ca.machete.cowbell.CanvasTest.paintingCanvasSetClipOnGraphicsToItsSize
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren
ca.machete.cowbell.NodeTest.sizePersists
ca.machete.cowbell.painters.BorderPainterTest.paintUsesSizeOfNode
ca.machete.cowbell.painters.SimpleBackgroundPainterTest.paintUsesSizeOfNode
So ca.machete.cowbell.NodeTest.registratinOfMouseListenerDoesSo
Stack ca.machete.cowbell.util.TransformStackTest.pushingNullStackThrowsException
Start ca.machete.cowbell.activities.CameraViewTransformActivityTest.startMatrixExtractsProperly
ca.machete.cowbell.activities.CameraViewTransformActivityTest.zeroRatioEquatesToStart
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.zeroRatioIsStartTransform
ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Step ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.activities.TimedActivityTest.callingStartInvokesStepWithAppropriateParams
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
Stepping ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
Sticky ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer
Stop ca.machete.cowbell.activities.InifiniteActivityTest.callingStopOnInfiniteActivityDoesNotInvokeStep
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform
ca.machete.cowbell.activities.TimedActivityTest.callingStopInvokesStepWithAppropriateParams
Target ca.machete.cowbell.activities.CameraViewTransformActivityTest.oneRatioEquatesToTarget
That ca.machete.cowbell.NodeTest.indexOfPainterThatIsntInPainterIsNegativeOne
ca.machete.cowbell.SchedulerTest.activitiesThatReturnFalseWhenSteppingAreKilled
The ca.machete.cowbell.CanvasTest.nodesAtReturnsTheDeepestNodePossible
Their ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
They ca.machete.cowbell.RootTest.getCamerasReturnsCamerasIfTheyExist
ca.machete.cowbell.RootTest.getLayersReturnsLayersIfTheyExist
Through ca.machete.cowbell.events.AwtMouseEventTest.canvasIsAvailableThroughMouseEvent
ca.machete.cowbell.events.AwtMouseEventTest.globalPositionIsAvailableThroughEvent
Throw ca.machete.cowbell.PaintContextTest.constructorShoudThrowExceptionOnNullGraphics2D
Thrown ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType
Throws ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException
ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
ca.machete.cowbell.util.TransformStackTest.pushingNullStackThrowsException
Time ca.machete.cowbell.activities.TimedActivityTest.fullEllapsedTimeIsInterpretedAs1Ratio
ca.machete.cowbell.activities.TimedActivityTest.negativeEllapsedTimeThrowsException
ca.machete.cowbell.activities.TimedActivityTest.noEllapsedTimeIsInterpretedAs0Ratio
ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
ca.machete.cowbell.SchedulerTest.pendingActivityBecomeActiveWhenTheirStartTimeIsReached
Timed ca.machete.cowbell.activities.TimedActivityTest.timedActivityPersistsStartTimeAndDuration
Times ca.machete.cowbell.CameraTest.addingSameLayerMultipleTimesDoesNothing
ca.machete.cowbell.NodeTest.addPainterAllowsPainterMultipleTimes
Transfers ca.machete.cowbell.NodeTest.addChildOfExistingNodeTransfersIt
Transform ca.machete.cowbell.activities.NodeTransformActivityTest.callingStartDoesNotAffectNodeTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.callingStopCausesEndTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.oneRatioIsEndTransform
ca.machete.cowbell.activities.NodeTransformActivityTest.zeroRatioIsStartTransform
ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity
ca.machete.cowbell.CameraTest.getViewTransformReturnsClones
ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
+ 6 others Translated ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
True ca.machete.cowbell.CameraTest.needsPaintingDefaultsToTrue
Trump ca.machete.cowbell.CanvasTest.stickyNodesTrumpNodesOnLayer
Type ca.machete.cowbell.events.AwtMouseEventTest.eventTypeExtractsFromAwtMouseEventProperly
ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType
ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly
Types ca.machete.cowbell.events.IMouseEventTest.mapsTypeNamesToTypesProperly
Unattached ca.machete.cowbell.CanvasTest.canvasConstructorDoesNotAcceptUnattachedCameras
ca.machete.cowbell.NodeTest.rootShouldBeNullOnUnattachedNode
Unsupported ca.machete.cowbell.events.AwtMouseEventTest.exceptionThrownOnUnsupportedType
Up ca.machete.cowbell.CanvasTest.invalidatePaintBubblesUpToCanvas
ca.machete.cowbell.NodeTest.invalidateLayoutBubblesUpToParent
Uses ca.machete.cowbell.painters.BorderPainterTest.paintUsesSizeOfNode
ca.machete.cowbell.painters.SimpleBackgroundPainterTest.paintUsesSizeOfNode
Using ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
Valid ca.machete.cowbell.NodeTest.rootShouldNotBeNullWhenNodeInValidScene
ca.machete.cowbell.RootTest.schedulerIsValidByDefault
View ca.machete.cowbell.CameraTest.animateViewToTransformSchedulesActivity
ca.machete.cowbell.CameraTest.getViewTransformReturnsClones
ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingAffineTransform
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleArray
ca.machete.cowbell.CameraTest.viewTransformPersistsUsingDoubleParams
When ca.machete.cowbell.CameraTest.getLayerThrowsExceptionWhenIndexIsInvalid
ca.machete.cowbell.CameraTest.viewToGlobalReturnsNullWhenTransformIsNonInvertible
ca.machete.cowbell.CanvasTest.nodesAtReturnsLayerEvenWhenSceneIsEmpty
ca.machete.cowbell.NodeTest.childrenGetPaintedWhenNodeIsPainted
ca.machete.cowbell.NodeTest.childrenShouldNotBeNullEvenWhenNoChildren
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildEvenWhenNoSizeItself
ca.machete.cowbell.NodeTest.fullBoundsIncludesChildWhenChildTranslated
ca.machete.cowbell.NodeTest.fullBoundsIsBoundsWhenTransformIsIdentity
ca.machete.cowbell.NodeTest.fullBoundsShouldBeSizeWhenNoChildren
ca.machete.cowbell.NodeTest.localToParentReturnsNullWhenMatrixIsNotInvertible
+ 10 others Without ca.machete.cowbell.CanvasTest.canvasShouldConstructWithoutChildrenByDefault
ca.machete.cowbell.events.MouseAdapterTest.methodsMayBeInvokedWithoutEffect
Works ca.machete.cowbell.NodeTest.removingListenerWorks
ca.machete.cowbell.PaintContextTest.popTransformWorksWhenTransformHasBeenPushed
Yields ca.machete.cowbell.NodeTest.providingNullAsLayoutToConstructorYieldsNonNullLayout
Zero ca.machete.cowbell.activities.CameraViewTransformActivityTest.zeroRatioEquatesToStart
ca.machete.cowbell.activities.NodeTransformActivityTest.zeroRatioIsStartTransform
Method Name Length
Test Method Words
| Word | Matches |
| 216.0 | 3 |
| Accept | 4 |
| Active | 2 |
| Activities | 1 |
| Activity | 6 |
| Add | 5 |
| Adding | 1 |
| Affect | 1 |
| Affine | 1 |
| After | 1 |
| Again | 1 |
| Allows | 2 |
| An | 1 |
| And | 2 |
| Animate | 1 |
| Appropriate | 2 |
| Are | 4 |
| Array | 1 |
| As | 1 |
| As0 | 1 |
| As1 | 1 |
| At | 3 |
| Attached | 1 |
| Available | 2 |
| Awt | 1 |
| Be | 10 |
| Become | 1 |
| Becomes | 1 |
| Been | 1 |
| Bounds | 5 |
| Bubbles | 2 |
| By | 2 |
| Calling | 5 |
| Camera | 5 |
| Cameras | 5 |
| Can | 2 |
| Canvas | 10 |
| Causes | 1 |
| Child | 6 |
| Children | 9 |
| Clicked | 1 |
| Clip | 1 |
| Clipping | 1 |
| Cloned | 1 |
| Clones | 1 |
| Construct | 1 |
| Constructor | 5 |
| Covered | 1 |
| Deepest | 1 |
| Default | 2 |
| Defaults | 1 |
| Defers | 1 |
| Dispatches | 6 |
| Does | 13 |
| Double | 2 |
| Dragged | 1 |
| Duration | 1 |
| Effect | 1 |
| Ellapsed | 3 |
| Empty | 3 |
| End | 3 |
| Entered | 1 |
| Equates | 2 |
| Even | 3 |
| Event | 4 |
| Exception | 5 |
| Exist | 2 |
| Existing | 1 |
| Exited | 1 |
| Expected | 2 |
| Extracted | 1 |
| Extracts | 2 |
| Fails | 1 |
| False | 2 |
| Final | 1 |
| From | 2 |
| Full | 5 |
| Get | 8 |
| Global | 2 |
| Graphics | 1 |
| Graphics2D | 1 |
| Grpahics2D | 1 |
| Has | 1 |
| Have | 1 |
| Hierarchy | 6 |
| Identity | 1 |
| If | 2 |
| Immutable | 1 |
| In | 3 |
| Includes | 2 |
| Index | 3 |
| Infinite | 1 |
| Installs | 1 |
| Interpreted | 2 |
| Invalid | 1 |
| Invalidate | 2 |
| Invertible | 2 |
| Invoke | 1 |
| Invoked | 1 |
| Invokes | 2 |
| Is | 20 |
| Isnt | 1 |
| It | 3 |
| Its | 4 |
| Itself | 1 |
| Killed | 1 |
| Killing | 1 |
| Layer | 4 |
| Layers | 5 |
| Layout | 5 |
| Lazy | 1 |
| Listener | 4 |
| Local | 3 |
| Maps | 1 |
| Matrix | 3 |
| May | 2 |
| Methods | 1 |
| Missing | 1 |
| Model | 2 |
| Mouse | 11 |
| Moved | 1 |
| Moves | 1 |
| Multiple | 3 |
| Names | 1 |
| Needs | 2 |
| Negative | 3 |
| No | 7 |
| Node | 9 |
| Nodes | 6 |
| Non | 2 |
| Not | 12 |
| Nothing | 4 |
| Null | 16 |
| Of | 6 |
| On | 8 |
| One | 4 |
| Outside | 1 |
| Overlaps | 1 |
| Paint | 7 |
| Painted | 2 |
| Painter | 6 |
| Painters | 1 |
| Painting | 7 |
| Paints | 2 |
| Params | 3 |
| Parent | 5 |
| Pending | 2 |
| Persists | 9 |
| Pop | 2 |
| Position | 1 |
| Possible | 1 |
| Pressed | 1 |
| Properly | 4 |
| Providing | 1 |
| Pushed | 2 |
| Pushing | 1 |
| Ratio | 6 |
| Reached | 1 |
| Region | 1 |
| Registratin | 1 |
| Released | 1 |
| Remove | 1 |
| Removes | 1 |
| Removing | 1 |
| Repaint | 2 |
| Return | 1 |
| Returns | 14 |
| Root | 6 |
| Same | 1 |
| Scene | 2 |
| Scheduler | 1 |
| Schedules | 1 |
| Self | 1 |
| Set | 3 |
| Shoud | 1 |
| Should | 7 |
| Size | 6 |
| So | 1 |
| Stack | 1 |
| Start | 7 |
| Step | 3 |
| Stepping | 1 |
| Sticky | 1 |
| Stop | 3 |
| Target | 1 |
| That | 2 |
| The | 1 |
| Their | 1 |
| They | 2 |
| Through | 2 |
| Throw | 1 |
| Thrown | 1 |
| Throws | 3 |
| Time | 5 |
| Timed | 1 |
| Times | 2 |
| To | 21 |
| Transfers | 1 |
| Transform | 20 |
| Translated | 1 |
| True | 1 |
| Trump | 1 |
| Type | 3 |
| Types | 1 |
| Unattached | 2 |
| Unsupported | 1 |
| Up | 2 |
| Uses | 2 |
| Using | 3 |
| Valid | 2 |
| View | 6 |
| When | 20 |
| With | 4 |
| Without | 2 |
| Works | 2 |
| Yields | 1 |
| Zero | 2 |
