Skip to content

Replaced usage of Ray with Vector #21 #529

Replaced usage of Ray with Vector #21

Replaced usage of Ray with Vector #21 #529

GitHub Actions / Test Results failed Oct 1, 2024 in 0s

1 fail, 1 skipped, 453 pass in 7m 40s

   18 files     18 suites   7m 40s ⏱️
  455 tests   453 ✅  1 💤 1 ❌
2 730 runs  2 710 ✅ 14 💤 6 ❌

Results for commit 9dc38e8.

Annotations

Check warning on line 0 in org.eclipse.draw2d.test.FanRouterTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 6 runs failed: testRouteSameConnection (org.eclipse.draw2d.test.FanRouterTest)

artifacts/test-results-macos-latest-java17/org.eclipse.draw2d.tests/target/surefire-reports/TEST-org.eclipse.draw2d.test.Draw2dTestSuite.xml [took 0s]
artifacts/test-results-macos-latest-java21/org.eclipse.draw2d.tests/target/surefire-reports/TEST-org.eclipse.draw2d.test.Draw2dTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest-java17/org.eclipse.draw2d.tests/target/surefire-reports/TEST-org.eclipse.draw2d.test.Draw2dTestSuite.xml [took 0s]
artifacts/test-results-ubuntu-latest-java21/org.eclipse.draw2d.tests/target/surefire-reports/TEST-org.eclipse.draw2d.test.Draw2dTestSuite.xml [took 0s]
artifacts/test-results-windows-latest-java17/org.eclipse.draw2d.tests/target/surefire-reports/TEST-org.eclipse.draw2d.test.Draw2dTestSuite.xml [took 0s]
artifacts/test-results-windows-latest-java21/org.eclipse.draw2d.tests/target/surefire-reports/TEST-org.eclipse.draw2d.test.Draw2dTestSuite.xml [took 0s]
Raw output
expected:<3> but was:<2>
java.lang.AssertionError: expected:<3> but was:<2>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.eclipse.draw2d.test.FanRouterTest.testRouteSameConnection(FanRouterTest.java:56)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 skipped test found

There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testAnimationSnippet

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

455 tests found

There are 455 tests, see "Raw output" for the full list of tests.
Raw output
org.eclipse.draw2d.graph.test.DirectedGraphLayoutTest ‑ test_detectCycles
org.eclipse.draw2d.graph.test.DirectedGraphLayoutTest ‑ test_populateRanks
org.eclipse.draw2d.test.AdvancedGraphicsTests ‑ testAntialias
org.eclipse.draw2d.test.AdvancedGraphicsTests ‑ testFillRules
org.eclipse.draw2d.test.AdvancedGraphicsTests ‑ testLineAttributes
org.eclipse.draw2d.test.AdvancedGraphicsTests ‑ testLineAttributesAA
org.eclipse.draw2d.test.AdvancedGraphicsTests ‑ testLineJoinCap
org.eclipse.draw2d.test.AdvancedGraphicsTests ‑ testLineJoinCapAA
org.eclipse.draw2d.test.AdvancedGraphicsTests ‑ testPatterns
org.eclipse.draw2d.test.ColorConstantTest ‑ testColorConstantInit
org.eclipse.draw2d.test.ConnectionEndPointMoveTest ‑ testConnectionDecoration
org.eclipse.draw2d.test.DimensionTests ‑ testConstructors
org.eclipse.draw2d.test.DimensionTests ‑ testContains
org.eclipse.draw2d.test.DimensionTests ‑ testContainsProper
org.eclipse.draw2d.test.DimensionTests ‑ testEqualsIntInt
org.eclipse.draw2d.test.DimensionTests ‑ testEqualsObject
org.eclipse.draw2d.test.DimensionTests ‑ testExpand
org.eclipse.draw2d.test.DimensionTests ‑ testGetArea
org.eclipse.draw2d.test.DimensionTests ‑ testGetCopy
org.eclipse.draw2d.test.DimensionTests ‑ testGetDifference
org.eclipse.draw2d.test.DimensionTests ‑ testGetExpanded
org.eclipse.draw2d.test.DimensionTests ‑ testGetIntersected
org.eclipse.draw2d.test.DimensionTests ‑ testGetNegated
org.eclipse.draw2d.test.DimensionTests ‑ testGetScaled
org.eclipse.draw2d.test.DimensionTests ‑ testGetShrinked
org.eclipse.draw2d.test.DimensionTests ‑ testGetTransposed
org.eclipse.draw2d.test.DimensionTests ‑ testGetUnioned
org.eclipse.draw2d.test.DimensionTests ‑ testIntersect
org.eclipse.draw2d.test.DimensionTests ‑ testIsEmpty
org.eclipse.draw2d.test.DimensionTests ‑ testNegate
org.eclipse.draw2d.test.DimensionTests ‑ testScale
org.eclipse.draw2d.test.DimensionTests ‑ testSetSize
org.eclipse.draw2d.test.DimensionTests ‑ testShrink
org.eclipse.draw2d.test.DimensionTests ‑ testToString
org.eclipse.draw2d.test.DimensionTests ‑ testTranspose
org.eclipse.draw2d.test.DimensionTests ‑ testUnion
org.eclipse.draw2d.test.FanRouterTest ‑ testRouteSameConnection
org.eclipse.draw2d.test.FigurePaintingTest ‑ testAdd
org.eclipse.draw2d.test.FigurePaintingTest ‑ testBackground
org.eclipse.draw2d.test.FigurePaintingTest ‑ testBorder
org.eclipse.draw2d.test.FigurePaintingTest ‑ testBounds
org.eclipse.draw2d.test.FigurePaintingTest ‑ testCursor
org.eclipse.draw2d.test.FigurePaintingTest ‑ testFont
org.eclipse.draw2d.test.FigurePaintingTest ‑ testForeground
org.eclipse.draw2d.test.FigurePaintingTest ‑ testOpaque
org.eclipse.draw2d.test.FigurePaintingTest ‑ testRemove
org.eclipse.draw2d.test.FigurePaintingTest ‑ testRepaint
org.eclipse.draw2d.test.FigurePaintingTest ‑ testVisible
org.eclipse.draw2d.test.FigureUtilitiesTest ‑ testFindCommonAncestorBugzilla130042
org.eclipse.draw2d.test.FigureUtilitiesTest ‑ testFindCommonAncestorCheckFindsNearestAncestor
org.eclipse.draw2d.test.FigureUtilitiesTest ‑ testFindCommonAncestorHappypath
org.eclipse.draw2d.test.FigureUtilitiesTest ‑ testFindCommonAncestorOrphanedChild
org.eclipse.draw2d.test.FigureUtilitiesTest ‑ testFindCommonAncestorParentIsCommonAncestor
org.eclipse.draw2d.test.FlowBorderTests ‑ testBorderedTextFlow
org.eclipse.draw2d.test.GeometryTest ‑ testBottomConcavePentagonTangentPoints
org.eclipse.draw2d.test.GeometryTest ‑ testBottomRhombHalfPoints
org.eclipse.draw2d.test.GeometryTest ‑ testBottomRhombTangentPoints
org.eclipse.draw2d.test.GeometryTest ‑ testConcaveOctagonBottomTangentPoints
org.eclipse.draw2d.test.GeometryTest ‑ testConcavePentagonBorderPoints
org.eclipse.draw2d.test.GeometryTest ‑ testConcavePentagonEquatorPoints
org.eclipse.draw2d.test.GeometryTest ‑ testLinesIntersect
org.eclipse.draw2d.test.GeometryTest ‑ testNotPolylinePoints
org.eclipse.draw2d.test.GeometryTest ‑ testPolylinePoints
org.eclipse.draw2d.test.GeometryTest ‑ testRhombBorderPoints
org.eclipse.draw2d.test.GeometryTest ‑ testRhombEquatorPoints
org.eclipse.draw2d.test.GeometryTest ‑ testTopConcavePentagonTangentPoints
org.eclipse.draw2d.test.GeometryTest ‑ testTopRhombHalfPoints
org.eclipse.draw2d.test.GeometryTest ‑ testTopRhombTangentPoints
org.eclipse.draw2d.test.GraphicsClipping ‑ testSimpleClip
org.eclipse.draw2d.test.GraphicsClipping ‑ testTranslatedClip
org.eclipse.draw2d.test.GraphicsClipping ‑ testZoomedClip
org.eclipse.draw2d.test.ImageUtilitiesTest ‑ testImageRotation
org.eclipse.draw2d.test.ImageUtilitiesTest ‑ testRotatingImagesWithDifferentDepths
org.eclipse.draw2d.test.InsetsTest ‑ testAddInsets
org.eclipse.draw2d.test.InsetsTest ‑ testConstructors
org.eclipse.draw2d.test.InsetsTest ‑ testEqualsObject
org.eclipse.draw2d.test.InsetsTest ‑ testGetAdded
org.eclipse.draw2d.test.InsetsTest ‑ testGetHeight
org.eclipse.draw2d.test.InsetsTest ‑ testGetNegated
org.eclipse.draw2d.test.InsetsTest ‑ testGetTransposed
org.eclipse.draw2d.test.InsetsTest ‑ testGetWidth
org.eclipse.draw2d.test.InsetsTest ‑ testIsEmpty
org.eclipse.draw2d.test.InsetsTest ‑ testToString
org.eclipse.draw2d.test.InsetsTest ‑ testTranspose
org.eclipse.draw2d.test.LayerTest ‑ testContainsPointInLayer
org.eclipse.draw2d.test.LayeredPaneTest ‑ testIndexOutOfBounds
org.eclipse.draw2d.test.LocalOptimizerTest ‑ testBidirectionalSwapNeeded
org.eclipse.draw2d.test.LocalOptimizerTest ‑ testIncomingOffsetSwapNeeded
org.eclipse.draw2d.test.LocalOptimizerTest ‑ testIncomingSwapNeeded
org.eclipse.draw2d.test.LocalOptimizerTest ‑ testOutgoingSwapNeeded
org.eclipse.draw2d.test.LookAheadTest ‑ testBlockLeadingWord
org.eclipse.draw2d.test.LookAheadTest ‑ testContainerLeadingWord
org.eclipse.draw2d.test.LookAheadTest ‑ testContextChineseCharLookahead
org.eclipse.draw2d.test.LookAheadTest ‑ testContextHyphenLookahead
org.eclipse.draw2d.test.LookAheadTest ‑ testContextLookaheadAtEndOfBlock
org.eclipse.draw2d.test.LookAheadTest ‑ testContextLookaheadFromNested
org.eclipse.draw2d.test.LookAheadTest ‑ testContextLookaheadPastEmptyString
org.eclipse.draw2d.test.LookAheadTest ‑ testContextLookaheadPrecedingInline
org.eclipse.draw2d.test.LookAheadTest ‑ testSingleLetter
org.eclipse.draw2d.test.LookAheadTest ‑ testSingleSpace
org.eclipse.draw2d.test.PaintDamageEraseTest ‑ testAbsoluteBoundsMixedMove
org.eclipse.draw2d.test.PaintDamageEraseTest ‑ testAbsoluteBoundsMixedMove2
org.eclipse.draw2d.test.PaintDamageEraseTest ‑ testAbsoluteBoundsNegativeMove
org.eclipse.draw2d.test.PaintDamageEraseTest ‑ testAbsoluteBoundsPositiveMove
org.eclipse.draw2d.test.PaintDamageEraseTest ‑ testRelativeBoundsMixedMove
org.eclipse.draw2d.test.PaintDamageEraseTest ‑ testRelativeBoundsMixedMove2
org.eclipse.draw2d.test.PaintDamageEraseTest ‑ testRelativeBoundsNegativeMove
org.eclipse.draw2d.test.PaintDamageEraseTest ‑ testRelativeBoundsPositiveMove
org.eclipse.draw2d.test.PointListTests ‑ testAddPointGetPointInt
org.eclipse.draw2d.test.PointListTests ‑ testGetBounds
org.eclipse.draw2d.test.PointListTests ‑ testGetCopy
org.eclipse.draw2d.test.PointListTests ‑ testGetFirstPoint
org.eclipse.draw2d.test.PointListTests ‑ testGetLastPoint
org.eclipse.draw2d.test.PointListTests ‑ testGetMidpoint
org.eclipse.draw2d.test.PointListTests ‑ testGetPointPointInt
org.eclipse.draw2d.test.PointListTests ‑ testGetSmallestBounds
org.eclipse.draw2d.test.PointListTests ‑ testInsertPoint
org.eclipse.draw2d.test.PointListTests ‑ testIntersects
org.eclipse.draw2d.test.PointListTests ‑ testRemoveAllPoints
org.eclipse.draw2d.test.PointListTests ‑ testRemovePoint
org.eclipse.draw2d.test.PointListTests ‑ testSetPointPointInt
org.eclipse.draw2d.test.PointListTests ‑ testSizeSetSize
org.eclipse.draw2d.test.PointListTests ‑ testToIntArray
org.eclipse.draw2d.test.PointListTests ‑ testTranslate
org.eclipse.draw2d.test.PointTests ‑ testConstructor
org.eclipse.draw2d.test.PointTests ‑ testConstructorDimension
org.eclipse.draw2d.test.PointTests ‑ testConstructorDoubleDouble
org.eclipse.draw2d.test.PointTests ‑ testConstructorIntInt
org.eclipse.draw2d.test.PointTests ‑ testConstructorPoint
org.eclipse.draw2d.test.PointTests ‑ testConstructorSwtPoint
org.eclipse.draw2d.test.PointTests ‑ testDifference
org.eclipse.draw2d.test.PointTests ‑ testEquals
org.eclipse.draw2d.test.PointTests ‑ testEqualsObject
org.eclipse.draw2d.test.PointTests ‑ testGetCopy
org.eclipse.draw2d.test.PointTests ‑ testGetDifferencePoint
org.eclipse.draw2d.test.PointTests ‑ testGetDistanceOrthogonal
org.eclipse.draw2d.test.PointTests ‑ testGetDistancePoint
org.eclipse.draw2d.test.PointTests ‑ testGetDistanceSquaredPoint
org.eclipse.draw2d.test.PointTests ‑ testGetNegated
org.eclipse.draw2d.test.PointTests ‑ testGetScaled
org.eclipse.draw2d.test.PointTests ‑ testGetSwtPoint
org.eclipse.draw2d.test.PointTests ‑ testGetTranslated
org.eclipse.draw2d.test.PointTests ‑ testGetTransposed
org.eclipse.draw2d.test.PointTests ‑ testHashCodeToString
org.eclipse.draw2d.test.PointTests ‑ testMax
org.eclipse.draw2d.test.PointTests ‑ testMin
org.eclipse.draw2d.test.PointTests ‑ testNegate
org.eclipse.draw2d.test.PointTests ‑ testScale
org.eclipse.draw2d.test.PointTests ‑ testSetLocation
org.eclipse.draw2d.test.PointTests ‑ testSetLocationIntInt
org.eclipse.draw2d.test.PointTests ‑ testSetLocationPoint
org.eclipse.draw2d.test.PointTests ‑ testSetX
org.eclipse.draw2d.test.PointTests ‑ testSetY
org.eclipse.draw2d.test.PointTests ‑ testTranslate
org.eclipse.draw2d.test.PointTests ‑ testTranspose
org.eclipse.draw2d.test.PrecisionDimensionTest ‑ testEquals
org.eclipse.draw2d.test.PrecisionDimensionTest ‑ testExpand
org.eclipse.draw2d.test.PrecisionDimensionTest ‑ testGetCopy
org.eclipse.draw2d.test.PrecisionDimensionTest ‑ testShrink
org.eclipse.draw2d.test.PrecisionPointTest ‑ testEquals
org.eclipse.draw2d.test.PrecisionPointTest ‑ testTranslate
org.eclipse.draw2d.test.PrecisionRectangleTest ‑ testContains
org.eclipse.draw2d.test.PrecisionRectangleTest ‑ testExpand
org.eclipse.draw2d.test.PrecisionRectangleTest ‑ testResize
org.eclipse.draw2d.test.PrecisionRectangleTest ‑ testShrink
org.eclipse.draw2d.test.PrecisionRectangleTest ‑ testUnion
org.eclipse.draw2d.test.RectangleTest ‑ testBottom
org.eclipse.draw2d.test.RectangleTest ‑ testConstructor
org.eclipse.draw2d.test.RectangleTest ‑ testConstructorInts
org.eclipse.draw2d.test.RectangleTest ‑ testConstructorPointDimension
org.eclipse.draw2d.test.RectangleTest ‑ testConstructorPointPoint
org.eclipse.draw2d.test.RectangleTest ‑ testConstructorRectangle
org.eclipse.draw2d.test.RectangleTest ‑ testConstructorSwtRectangle
org.eclipse.draw2d.test.RectangleTest ‑ testContains
org.eclipse.draw2d.test.RectangleTest ‑ testContainsIntInt
org.eclipse.draw2d.test.RectangleTest ‑ testContainsPoint
org.eclipse.draw2d.test.RectangleTest ‑ testCreationSymmetry
org.eclipse.draw2d.test.RectangleTest ‑ testCreationValues
org.eclipse.draw2d.test.RectangleTest ‑ testCrop
org.eclipse.draw2d.test.RectangleTest ‑ testEqualsObject
org.eclipse.draw2d.test.RectangleTest ‑ testExpandInsets
org.eclipse.draw2d.test.RectangleTest ‑ testExpandIntInt
org.eclipse.draw2d.test.RectangleTest ‑ testGetBottom
org.eclipse.draw2d.test.RectangleTest ‑ testGetBottomLeft
org.eclipse.draw2d.test.RectangleTest ‑ testGetBottomRight
org.eclipse.draw2d.test.RectangleTest ‑ testGetCenter
org.eclipse.draw2d.test.RectangleTest ‑ testGetCopy
org.eclipse.draw2d.test.RectangleTest ‑ testGetCropped
org.eclipse.draw2d.test.RectangleTest ‑ testGetExpanded
org.eclipse.draw2d.test.RectangleTest ‑ testGetExpandedInsets
org.eclipse.draw2d.test.RectangleTest ‑ testGetExpandedIntInt
org.eclipse.draw2d.test.RectangleTest ‑ testGetIntersection
org.eclipse.draw2d.test.RectangleTest ‑ testGetLeft
org.eclipse.draw2d.test.RectangleTest ‑ testGetLocation
org.eclipse.draw2d.test.RectangleTest ‑ testGetResized
org.eclipse.draw2d.test.RectangleTest ‑ testGetRight
org.eclipse.draw2d.test.RectangleTest ‑ testGetShrinked
org.eclipse.draw2d.test.RectangleTest ‑ testGetSize
org.eclipse.draw2d.test.RectangleTest ‑ testGetTop
org.eclipse.draw2d.test.RectangleTest ‑ testGetTopLeft
org.eclipse.draw2d.test.RectangleTest ‑ testGetTopRight
org.eclipse.draw2d.test.RectangleTest ‑ testGetTranslated
org.eclipse.draw2d.test.RectangleTest ‑ testGetTransposed
org.eclipse.draw2d.test.RectangleTest ‑ testGetUnion
org.eclipse.draw2d.test.RectangleTest ‑ testIntersect
org.eclipse.draw2d.test.RectangleTest ‑ testIntersects
org.eclipse.draw2d.test.RectangleTest ‑ testIsEmpty
org.eclipse.draw2d.test.RectangleTest ‑ testLeft
org.eclipse.draw2d.test.RectangleTest ‑ testResize
org.eclipse.draw2d.test.RectangleTest ‑ testRight
org.eclipse.draw2d.test.RectangleTest ‑ testSameBehavior
org.eclipse.draw2d.test.RectangleTest ‑ testScale
org.eclipse.draw2d.test.RectangleTest ‑ testSetBottom
org.eclipse.draw2d.test.RectangleTest ‑ testSetBoundsInts
org.eclipse.draw2d.test.RectangleTest ‑ testSetBoundsRectangle
org.eclipse.draw2d.test.RectangleTest ‑ testSetLocation
org.eclipse.draw2d.test.RectangleTest ‑ testSetRight
org.eclipse.draw2d.test.RectangleTest ‑ testSetSize
org.eclipse.draw2d.test.RectangleTest ‑ testSetX
org.eclipse.draw2d.test.RectangleTest ‑ testSetY
org.eclipse.draw2d.test.RectangleTest ‑ testShrink
org.eclipse.draw2d.test.RectangleTest ‑ testShrinkLeft
org.eclipse.draw2d.test.RectangleTest ‑ testShrinkTop
org.eclipse.draw2d.test.RectangleTest ‑ testToString
org.eclipse.draw2d.test.RectangleTest ‑ testTop
org.eclipse.draw2d.test.RectangleTest ‑ testTouches
org.eclipse.draw2d.test.RectangleTest ‑ testTranslate
org.eclipse.draw2d.test.RectangleTest ‑ testTranspose
org.eclipse.draw2d.test.RectangleTest ‑ testUnion4int
org.eclipse.draw2d.test.RectangleTest ‑ testUnionDimension
org.eclipse.draw2d.test.RectangleTest ‑ testUnionIntInt
org.eclipse.draw2d.test.RectangleTest ‑ testUnionPoint
org.eclipse.draw2d.test.RectangleTest ‑ testUnionRectangle
org.eclipse.draw2d.test.RelativeBendpointTest ‑ test237802
org.eclipse.draw2d.test.ScalablePolygonShapeTest ‑ testPointsUnchangedOnScaling
org.eclipse.draw2d.test.ScalablePolygonShapeTest ‑ testScaledPointsEquality
org.eclipse.draw2d.test.ScalablePolygonShapeTest ‑ testScaledPointsUpdateOnBoundsChanging
org.eclipse.draw2d.test.ScalablePolygonShapeTest ‑ testScaledPointsUpdateOnPointsChanging
org.eclipse.draw2d.test.ScalablePolygonShapeTest ‑ testScaledPointsUpdateOnSetLineWidth
org.eclipse.draw2d.test.ScalablePolygonShapeTest ‑ testScaling
org.eclipse.draw2d.test.ScalablePolygonShapeTest ‑ testSmallBounds
org.eclipse.draw2d.test.ScrollPaneTests ‑ testGtkWithOverlayScrolling
org.eclipse.draw2d.test.ScrollPaneTests ‑ testGtkWithoutOverlayScrolling
org.eclipse.draw2d.test.ShapeTest ‑ testLineStyleBackwardsCompatibility
org.eclipse.draw2d.test.ShapeTest ‑ testLineWidthBackwardsCompatibility
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testBendpoints
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testBlockedPath
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testBottomLeftIntersection
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testBottomLeftIntersectionCross
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testBottomLeftIntersectionCrossInverted
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testBottomLeftIntersectionInverted
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testBottomRightIntersection
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testBottomRightIntersectionInverted
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testDeformed
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testDeformedInverted
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testDeltasAddObstacleIntersection
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testDeltasAddObstacleNoIntersection
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testDeltasAddPath
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testDeltasMoveObstacleIntersection
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testDeltasMoveObstacleNoIntersection
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testDeltasRemoveObstacleIntersection
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testDeltasRemoveObstacleNoIntersection
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testDeltasRemovePath
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testOffsetShrink
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testQuadBendHit
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testQuadBendHit2
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testQuadBendMiss
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testShortestPathOutsideOval
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testSideIntersectionBottom
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testSideIntersectionBottomInverted
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testSideIntersectionTop
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testSideIntersectionTopInverted
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testSubpath
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testTangent
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testTangentInverted
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testTopLeftIntersection
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testTopLeftIntersectionCross
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testTopLeftIntersectionCrossInverted
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testTopLeftIntersectionInverted
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testTopRightIntersection
org.eclipse.draw2d.test.ShortestPathRoutingTest ‑ testTopRightIntersectionInverted
org.eclipse.draw2d.test.StraightTest ‑ testEquals
org.eclipse.draw2d.test.StraightTest ‑ testGetAngle
org.eclipse.draw2d.test.StraightTest ‑ testGetIntersection
org.eclipse.draw2d.test.StraightTest ‑ testIsParallelTo
org.eclipse.draw2d.test.TextFlowWrapTest ‑ testHardWrapping
org.eclipse.draw2d.test.TextFlowWrapTest ‑ testInlineFlow
org.eclipse.draw2d.test.TextFlowWrapTest ‑ testNestedInlineFlows
org.eclipse.draw2d.test.TextFlowWrapTest ‑ testSoftWrapping
org.eclipse.draw2d.test.TextFlowWrapTest ‑ testSpi
org.eclipse.draw2d.test.TextFlowWrapTest ‑ testTruncatedWrapping
org.eclipse.draw2d.test.TextualTests ‑ testGetFirstAndLastOffsetForLine
org.eclipse.draw2d.test.TextualTests ‑ testLineRootBidiCommit
org.eclipse.draw2d.test.ThumbnailTest ‑ testEmptyThumbnail
org.eclipse.draw2d.test.ThumbnailTest ‑ testThumbnail
org.eclipse.draw2d.test.VectorTest ‑ testGetAngle
org.eclipse.draw2d.test.VectorTest ‑ testGetDotProduct
org.eclipse.draw2d.test.VectorTest ‑ testGetLength
org.eclipse.draw2d.test.VectorTest ‑ testGetOrthoComplement
org.eclipse.draw2d.test.XYLayoutTest ‑ testConstraint
org.eclipse.draw2d.test.XYLayoutTest ‑ testInvalidConstraint
org.eclipse.draw2d.test.XYLayoutTest ‑ testLayout
org.eclipse.draw2d.test.XYLayoutTest ‑ testLayoutMissingConstraint
org.eclipse.draw2d.test.XYLayoutTest ‑ testPreferredSize
org.eclipse.draw2d.test.XYLayoutTest ‑ testValidConstraint
org.eclipse.gef.test.CommandStackTest ‑ testCommandStackEventListenerNotifications
org.eclipse.gef.test.CommandStackTest ‑ testConcurrentModification
org.eclipse.gef.test.CommandStackTest ‑ testConcurrentModification2
org.eclipse.gef.test.DragEditPartsTrackerTest ‑ testCreateOperationSet
org.eclipse.gef.test.GraphicalViewerTest ‑ testAppendNullSelection
org.eclipse.gef.test.GraphicalViewerTest ‑ testSetNullSelection
org.eclipse.gef.test.PaletteCustomizerTest ‑ testBottomSelection
org.eclipse.gef.test.PaletteCustomizerTest ‑ testMiddleSelection
org.eclipse.gef.test.PaletteCustomizerTest ‑ testTopSelection
org.eclipse.gef.test.RulerLayoutTests ‑ testConstraint
org.eclipse.gef.test.RulerLayoutTests ‑ testInvalidConstraint
org.eclipse.gef.test.RulerLayoutTests ‑ testLayout
org.eclipse.gef.test.RulerLayoutTests ‑ testLayoutMissingConstraint
org.eclipse.gef.test.RulerLayoutTests ‑ testValidConstraint
org.eclipse.gef.test.ToolUtilitiesTest ‑ testFindCommonAncestorBugzilla130042
org.eclipse.gef.test.ToolUtilitiesTest ‑ testFindCommonAncestorHappypath
org.eclipse.gef.test.swtbot.FlowDiagramTests ‑ testAddActivity
org.eclipse.gef.test.swtbot.FlowDiagramTests ‑ testAddConnection
org.eclipse.gef.test.swtbot.FlowDiagramTests ‑ testMarqueeSelection
org.eclipse.gef.test.swtbot.FlowDiagramTests ‑ testRemoveActivity
org.eclipse.gef.test.swtbot.FlowDiagramTests ‑ testUndoRedoCommand
org.eclipse.gef.test.swtbot.LogicDiagramTests ‑ testAlignBottom
org.eclipse.gef.test.swtbot.LogicDiagramTests ‑ testAlignMiddle
org.eclipse.gef.test.swtbot.LogicDiagramTests ‑ testAlignTop
org.eclipse.gef.test.swtbot.LogicDiagramTests ‑ testIncrementDecrementLED
org.eclipse.gef.test.swtbot.LogicDiagramTests ‑ testMatchHeightOfPrimarySelection
org.eclipse.gef.test.swtbot.LogicDiagramTests ‑ testMatchSizeOfPrimarySelection
org.eclipse.gef.test.swtbot.LogicDiagramTests ‑ testMatchWidthOfPrimarySelection
org.eclipse.gef.test.swtbot.LogicDiagramTests ‑ testWithGrid
org.eclipse.gef.test.swtbot.LogicDiagramTests ‑ testWithRulers
org.eclipse.gef.test.swtbot.LogicDiagramTests ‑ testWithSnapToGrid
org.eclipse.gef.test.swtbot.ShapesDiagramTests ‑ testResizeEditPart
org.eclipse.zest.tests.GraphSelectionTests ‑ testAddSelectionListenerEventIdentity
org.eclipse.zest.tests.GraphSelectionTests ‑ testAddSelectionListenerNotifyListeners
org.eclipse.zest.tests.GraphSelectionTests ‑ testAddSelectionListenerSelectAll
org.eclipse.zest.tests.GraphSelectionTests ‑ testAddSelectionListenerSetSelection
org.eclipse.zest.tests.GraphSelectionTests ‑ testClearGraphCheckSelection
org.eclipse.zest.tests.GraphSelectionTests ‑ testSelectAllGetSelection
org.eclipse.zest.tests.GraphSelectionTests ‑ testSelectedNodeDisposal
org.eclipse.zest.tests.GraphSelectionTests ‑ testSetSelectionGetSelection
org.eclipse.zest.tests.GraphTests ‑ testConnectionItemData
org.eclipse.zest.tests.GraphTests ‑ testDisposal
org.eclipse.zest.tests.GraphTests ‑ testDisposeGraphWithDisposedConnection
org.eclipse.zest.tests.GraphTests ‑ testDisposeGraphWithDisposedNode
org.eclipse.zest.tests.GraphTests ‑ testGraphData
org.eclipse.zest.tests.GraphTests ‑ testNodeItemData
org.eclipse.zest.tests.GraphTests ‑ testUnHighlightConnection
org.eclipse.zest.tests.GraphTests ‑ testUnHighlightNode
org.eclipse.zest.tests.GraphViewerTests ‑ testCreateFromGraph
org.eclipse.zest.tests.GraphViewerTests ‑ testDisposalWithDragSource
org.eclipse.zest.tests.GraphViewerTests ‑ testDisposalWithDropTarget
org.eclipse.zest.tests.GraphViewerTests ‑ testFindGraphItem
org.eclipse.zest.tests.GraphViewerTests ‑ testPostSelectionListener
org.eclipse.zest.tests.GraphViewerTests ‑ testValidSelection
org.eclipse.zest.tests.GraphViewerTests ‑ testViewerFilterWithGraphEntityContentProvider
org.eclipse.zest.tests.LayoutAlgorithmTest ‑ testWithConcurrentModification1
org.eclipse.zest.tests.LayoutAlgorithmTest ‑ testWithConcurrentModification2
org.eclipse.zest.tests.LayoutAlgorithmTest ‑ testWithConcurrentModification3
org.eclipse.zest.tests.LayoutAlgorithmTests ‑ testCustomLayoutSimpleItemAccess
org.eclipse.zest.tests.LayoutAlgorithmTests ‑ testCustomLayoutSubgraphFilteredAccess
org.eclipse.zest.tests.LayoutAlgorithmTests ‑ testCustomLayoutSubgraphItemAccess
org.eclipse.zest.tests.LayoutAlgorithmTests ‑ testGridLayoutAlgorithmEmptyGraph
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testConstructor_NullParent
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testConstructor_ValidParent
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testDefaultBackgroundColor
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testDefaultSelectionColor
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testDispose
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testGetImageData
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testInitialSelection
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testLayout
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testMouseListener
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testMouseMoveListener
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testMouseWheelListener
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSelectionListener
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetEmptyWordList
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetIllegalWords1
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetIllegalWords2
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetIllegalWords3
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetIllegalWords4
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetIllegalWords5
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetIllegalWords6
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetIllegalWords7
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetIllegalWords8
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetIllegalWords9
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetInvalidBackgroundColor
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetInvalidBoost
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetInvalidBoostFactor
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetInvalidLayouter
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetInvalidMaxFontSize
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetInvalidMinFontSize
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetInvalidOpacity1
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetInvalidOpacity2
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetInvalidSelectionColor
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetNotExistingSelection1
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetNotExistingSelection2
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetSelection
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetValidBackgroundColor
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetValidBoost
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetValidBoostFactor
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetValidMaxFontSize
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetValidMinFontSize
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetValidSelectionColor
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testSetWordList
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testZoomFit
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testZoomIn
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testZoomOut
org.eclipse.zest.tests.cloudio.TagCloudTests ‑ testZoomReset
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testConstructor_DisposedCloud
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testConstructor_NullCloud
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testConstructor_ValidCloud
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testInvalidContentProvider
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testInvalidContentProvider2
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testInvalidLabelProvider
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testInvalidLabelProvider2
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testInvalidLayouter
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testValidContentProvider
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testValidLabelAsignment
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testValidLabelProvider
org.eclipse.zest.tests.cloudio.TagCloudViewerTests ‑ testValidLayouter
org.eclipse.zest.tests.examples.GraphJFaceTests ‑ testGraphJFaceSnippet1
org.eclipse.zest.tests.examples.GraphJFaceTests ‑ testGraphJFaceSnippet2
org.eclipse.zest.tests.examples.GraphJFaceTests ‑ testGraphJFaceSnippet3
org.eclipse.zest.tests.examples.GraphJFaceTests ‑ testGraphJFaceSnippet4
org.eclipse.zest.tests.examples.GraphJFaceTests ‑ testGraphJFaceSnippet5
org.eclipse.zest.tests.examples.GraphJFaceTests ‑ testGraphJFaceSnippet6
org.eclipse.zest.tests.examples.GraphJFaceTests ‑ testGraphJFaceSnippet7
org.eclipse.zest.tests.examples.GraphJFaceTests ‑ testGraphJFaceSnippet8
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testAnimationSnippet
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testCustomLayout
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet1
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet10
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet11
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet12
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet13
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet14
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet2
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet3
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet4
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet5
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet6
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet7
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet8
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testGraphSnippet9
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testHelloWorld
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testLayoutExample
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testNestedGraphSnippet
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testNestedGraphSnippet2
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testPaintSnippet
org.eclipse.zest.tests.examples.GraphSWTTests ‑ testZoomSnippet
org.eclipse.zest.tests.examples.GraphUMLTests ‑ testUMLExample