Skip to content

src: generic: disjoint_union_set_test: improve code coverage

0eeb592
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Feature add disjoint union set #17

src: generic: disjoint_union_set_test: improve code coverage
0eeb592
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test report succeeded Dec 20, 2025 in 0s

70 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
test-reports/Astar.FailedToFindPath.xml 1✅ 0ms
test-reports/Astar.FindPath.xml 1✅ 0ms
test-reports/Astar.GetPath.xml 1✅ 0ms
test-reports/Astar.GetPath8Dir.xml 1✅ 0ms
test-reports/Astar.GetPath8DirWithRevisit.xml 1✅ 0ms
test-reports/Astar.GetPath8DirWithRevisitWithAnyMotion.xml 1✅ 0ms
test-reports/Astar.GetPathAfterReset.xml 1✅ 0ms
test-reports/Astar.GetPathWithRevisit.xml 1✅ 0ms
test-reports/Astar.GetPathWithSettingOfSameStartAndDestination.xml 1✅ 0ms
test-reports/Astar.InvalidSetOccupiedGrid.xml 1✅ 0ms
test-reports/Astar.InvalidSetStartAndDestination.xml 1✅ 0ms
test-reports/Astar.ValidSetOccupanciedGrid.xml 1✅ 0ms
test-reports/BestFirstSearch.FailedToFindPath.xml 1✅ 0ms
test-reports/BestFirstSearch.FindPath.xml 1✅ 0ms
test-reports/BestFirstSearch.GetPath.xml 1✅ 0ms
test-reports/BestFirstSearch.GetPath8Dir.xml 1✅ 0ms
test-reports/BestFirstSearch.GetPath8DirWithRevisit.xml 1✅ 0ms
test-reports/BestFirstSearch.GetPath8DirWithRevisitWithAnyMotion.xml 1✅ 0ms
test-reports/BestFirstSearch.GetPathAfterReset.xml 1✅ 0ms
test-reports/BestFirstSearch.GetPathWithRevisit.xml 1✅ 0ms
test-reports/BestFirstSearch.GetPathWithSettingOfSameStartAndDestination.xml 1✅ 0ms
test-reports/BestFirstSearch.InvalidSetOccupiedGrid.xml 1✅ 0ms
test-reports/BestFirstSearch.InvalidSetStartAndDestination.xml 1✅ 0ms
test-reports/BestFirstSearch.ValidSetOccupanciedGrid.xml 1✅ 0ms
test-reports/BilinearTransform.DivisionByZero.xml 1✅ 0ms
test-reports/BilinearTransform.Transform.xml 1✅ 0ms
test-reports/Bresenham.CheckLineFromNegativeTowardsRightDownwards.xml 1✅ 0ms
test-reports/Bresenham.CheckLineFromPositiveTowardsRightUpwards.xml 1✅ 0ms
test-reports/Bresenham.CheckVerticalLineReachesEndYFirst.xml 1✅ 0ms
test-reports/Butterworth.ButterHighPass.xml 1✅ 0ms
test-reports/Butterworth.ButterLowPass.xml 1✅ 0ms
test-reports/Butterworth.ButtOrdHighPass.xml 1✅ 0ms
test-reports/Butterworth.ButtOrdLowPass.xml 1✅ 0ms
test-reports/Butterworth.ButtOrdThrow.xml 1✅ 0ms
test-reports/Butterworth.SetCutoffFrequency.xml 1✅ 0ms
test-reports/Butterworth.StepFilter.xml 1✅ 0ms
test-reports/Dijikstra.FailedToFindPath.xml 1✅ 0ms
test-reports/Dijikstra.FindPath.xml 1✅ 0ms
test-reports/Dijikstra.GetPath.xml 1✅ 0ms
test-reports/Dijikstra.GetPathAfterReset.xml 1✅ 0ms
test-reports/Dijikstra.GetPathWithRevisit.xml 1✅ 0ms
test-reports/Dijikstra.GetPathWithSettingOfSameStartAndDestination.xml 1✅ 0ms
test-reports/Dijikstra.InvalidSetOccupiedGrid.xml 1✅ 0ms
test-reports/Dijikstra.InvalidSetStartAndDestination.xml 1✅ 0ms
test-reports/Dijikstra.ValidSetOccupanciedGrid.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.AlternatingUnions.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.IdempotentUnions.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.InitialState.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.LargeSet.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.MultipleDisjointSets.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.PathCompression.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.SelfUnion.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.UnionByRank.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.UnionChain.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.UnionLowerRankToHigherRank.xml 1✅ 0ms
test-reports/DisjointUnionSetsTest.UnionTwoElements.xml 1✅ 0ms
test-reports/Polynomial.Int.xml 1✅ 0ms
test-reports/Polynomial.IntComplex.xml 1✅ 0ms
test-reports/WeightedAstar.FailedToFindPath.xml 1✅ 0ms
test-reports/WeightedAstar.FindPath.xml 1✅ 0ms
test-reports/WeightedAstar.GetPath.xml 1✅ 0ms
test-reports/WeightedAstar.GetPath8Dir.xml 1✅ 0ms
test-reports/WeightedAstar.GetPath8DirWithRevisit.xml 1✅ 0ms
test-reports/WeightedAstar.GetPath8DirWithRevisitWithAnyMotion.xml 1✅ 0ms
test-reports/WeightedAstar.GetPathAfterReset.xml 1✅ 0ms
test-reports/WeightedAstar.GetPathWithRevisit.xml 1✅ 0ms
test-reports/WeightedAstar.GetPathWithSettingOfSameStartAndDestination.xml 1✅ 0ms
test-reports/WeightedAstar.InvalidSetOccupiedGrid.xml 1✅ 0ms
test-reports/WeightedAstar.InvalidSetStartAndDestination.xml 1✅ 0ms
test-reports/WeightedAstar.ValidSetOccupanciedGrid.xml 1✅ 0ms

✅ test-reports/Astar.FailedToFindPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ FailedToFindPath

✅ test-reports/Astar.FindPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ FindPath

✅ test-reports/Astar.GetPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ GetPath

✅ test-reports/Astar.GetPath8Dir.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ GetPath8Dir

✅ test-reports/Astar.GetPath8DirWithRevisit.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ GetPath8DirWithRevisit

✅ test-reports/Astar.GetPath8DirWithRevisitWithAnyMotion.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ GetPath8DirWithRevisitWithAnyMotion

✅ test-reports/Astar.GetPathAfterReset.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ GetPathAfterReset

✅ test-reports/Astar.GetPathWithRevisit.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ GetPathWithRevisit

✅ test-reports/Astar.GetPathWithSettingOfSameStartAndDestination.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ GetPathWithSettingOfSameStartAndDestination

✅ test-reports/Astar.InvalidSetOccupiedGrid.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ InvalidSetOccupiedGrid

✅ test-reports/Astar.InvalidSetStartAndDestination.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ InvalidSetStartAndDestination

✅ test-reports/Astar.ValidSetOccupanciedGrid.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Astar 1✅ 0ms

✅ Astar

Astar
  ✅ ValidSetOccupanciedGrid

✅ test-reports/BestFirstSearch.FailedToFindPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ FailedToFindPath

✅ test-reports/BestFirstSearch.FindPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ FindPath

✅ test-reports/BestFirstSearch.GetPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ GetPath

✅ test-reports/BestFirstSearch.GetPath8Dir.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ GetPath8Dir

✅ test-reports/BestFirstSearch.GetPath8DirWithRevisit.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ GetPath8DirWithRevisit

✅ test-reports/BestFirstSearch.GetPath8DirWithRevisitWithAnyMotion.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ GetPath8DirWithRevisitWithAnyMotion

✅ test-reports/BestFirstSearch.GetPathAfterReset.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ GetPathAfterReset

✅ test-reports/BestFirstSearch.GetPathWithRevisit.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ GetPathWithRevisit

✅ test-reports/BestFirstSearch.GetPathWithSettingOfSameStartAndDestination.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ GetPathWithSettingOfSameStartAndDestination

✅ test-reports/BestFirstSearch.InvalidSetOccupiedGrid.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ InvalidSetOccupiedGrid

✅ test-reports/BestFirstSearch.InvalidSetStartAndDestination.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ InvalidSetStartAndDestination

✅ test-reports/BestFirstSearch.ValidSetOccupanciedGrid.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BestFirstSearch 1✅ 0ms

✅ BestFirstSearch

BestFirstSearch
  ✅ ValidSetOccupanciedGrid

✅ test-reports/BilinearTransform.DivisionByZero.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BilinearTransform 1✅ 0ms

✅ BilinearTransform

BilinearTransform
  ✅ DivisionByZero

✅ test-reports/BilinearTransform.Transform.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BilinearTransform 1✅ 0ms

✅ BilinearTransform

BilinearTransform
  ✅ Transform

✅ test-reports/Bresenham.CheckLineFromNegativeTowardsRightDownwards.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Bresenham 1✅ 0ms

✅ Bresenham

Bresenham
  ✅ CheckLineFromNegativeTowardsRightDownwards

✅ test-reports/Bresenham.CheckLineFromPositiveTowardsRightUpwards.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Bresenham 1✅ 0ms

✅ Bresenham

Bresenham
  ✅ CheckLineFromPositiveTowardsRightUpwards

✅ test-reports/Bresenham.CheckVerticalLineReachesEndYFirst.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Bresenham 1✅ 0ms

✅ Bresenham

Bresenham
  ✅ CheckVerticalLineReachesEndYFirst

✅ test-reports/Butterworth.ButterHighPass.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Butterworth 1✅ 0ms

✅ Butterworth

Butterworth
  ✅ ButterHighPass

✅ test-reports/Butterworth.ButterLowPass.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Butterworth 1✅ 0ms

✅ Butterworth

Butterworth
  ✅ ButterLowPass

✅ test-reports/Butterworth.ButtOrdHighPass.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Butterworth 1✅ 0ms

✅ Butterworth

Butterworth
  ✅ ButtOrdHighPass

✅ test-reports/Butterworth.ButtOrdLowPass.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Butterworth 1✅ 0ms

✅ Butterworth

Butterworth
  ✅ ButtOrdLowPass

✅ test-reports/Butterworth.ButtOrdThrow.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Butterworth 1✅ 0ms

✅ Butterworth

Butterworth
  ✅ ButtOrdThrow

✅ test-reports/Butterworth.SetCutoffFrequency.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Butterworth 1✅ 0ms

✅ Butterworth

Butterworth
  ✅ SetCutoffFrequency

✅ test-reports/Butterworth.StepFilter.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Butterworth 1✅ 0ms

✅ Butterworth

Butterworth
  ✅ StepFilter

✅ test-reports/Dijikstra.FailedToFindPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dijikstra 1✅ 0ms

✅ Dijikstra

Dijikstra
  ✅ FailedToFindPath

✅ test-reports/Dijikstra.FindPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dijikstra 1✅ 0ms

✅ Dijikstra

Dijikstra
  ✅ FindPath

✅ test-reports/Dijikstra.GetPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dijikstra 1✅ 0ms

✅ Dijikstra

Dijikstra
  ✅ GetPath

✅ test-reports/Dijikstra.GetPathAfterReset.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dijikstra 1✅ 0ms

✅ Dijikstra

Dijikstra
  ✅ GetPathAfterReset

✅ test-reports/Dijikstra.GetPathWithRevisit.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dijikstra 1✅ 0ms

✅ Dijikstra

Dijikstra
  ✅ GetPathWithRevisit

✅ test-reports/Dijikstra.GetPathWithSettingOfSameStartAndDestination.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dijikstra 1✅ 0ms

✅ Dijikstra

Dijikstra
  ✅ GetPathWithSettingOfSameStartAndDestination

✅ test-reports/Dijikstra.InvalidSetOccupiedGrid.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dijikstra 1✅ 0ms

✅ Dijikstra

Dijikstra
  ✅ InvalidSetOccupiedGrid

✅ test-reports/Dijikstra.InvalidSetStartAndDestination.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dijikstra 1✅ 0ms

✅ Dijikstra

Dijikstra
  ✅ InvalidSetStartAndDestination

✅ test-reports/Dijikstra.ValidSetOccupanciedGrid.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Dijikstra 1✅ 0ms

✅ Dijikstra

Dijikstra
  ✅ ValidSetOccupanciedGrid

✅ test-reports/DisjointUnionSetsTest.AlternatingUnions.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ AlternatingUnions

✅ test-reports/DisjointUnionSetsTest.IdempotentUnions.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ IdempotentUnions

✅ test-reports/DisjointUnionSetsTest.InitialState.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ InitialState

✅ test-reports/DisjointUnionSetsTest.LargeSet.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ LargeSet

✅ test-reports/DisjointUnionSetsTest.MultipleDisjointSets.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ MultipleDisjointSets

✅ test-reports/DisjointUnionSetsTest.PathCompression.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ PathCompression

✅ test-reports/DisjointUnionSetsTest.SelfUnion.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ SelfUnion

✅ test-reports/DisjointUnionSetsTest.UnionByRank.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ UnionByRank

✅ test-reports/DisjointUnionSetsTest.UnionChain.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ UnionChain

✅ test-reports/DisjointUnionSetsTest.UnionLowerRankToHigherRank.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ UnionLowerRankToHigherRank

✅ test-reports/DisjointUnionSetsTest.UnionTwoElements.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DisjointUnionSetsTest 1✅ 0ms

✅ DisjointUnionSetsTest

DisjointUnionSetsTest
  ✅ UnionTwoElements

✅ test-reports/Polynomial.Int.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Polynomial 1✅ 0ms

✅ Polynomial

Polynomial
  ✅ Int

✅ test-reports/Polynomial.IntComplex.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Polynomial 1✅ 0ms

✅ Polynomial

Polynomial
  ✅ IntComplex

✅ test-reports/WeightedAstar.FailedToFindPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ FailedToFindPath

✅ test-reports/WeightedAstar.FindPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ FindPath

✅ test-reports/WeightedAstar.GetPath.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ GetPath

✅ test-reports/WeightedAstar.GetPath8Dir.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ GetPath8Dir

✅ test-reports/WeightedAstar.GetPath8DirWithRevisit.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ GetPath8DirWithRevisit

✅ test-reports/WeightedAstar.GetPath8DirWithRevisitWithAnyMotion.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ GetPath8DirWithRevisitWithAnyMotion

✅ test-reports/WeightedAstar.GetPathAfterReset.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ GetPathAfterReset

✅ test-reports/WeightedAstar.GetPathWithRevisit.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ GetPathWithRevisit

✅ test-reports/WeightedAstar.GetPathWithSettingOfSameStartAndDestination.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ GetPathWithSettingOfSameStartAndDestination

✅ test-reports/WeightedAstar.InvalidSetOccupiedGrid.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ InvalidSetOccupiedGrid

✅ test-reports/WeightedAstar.InvalidSetStartAndDestination.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ InvalidSetStartAndDestination

✅ test-reports/WeightedAstar.ValidSetOccupanciedGrid.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
WeightedAstar 1✅ 0ms

✅ WeightedAstar

WeightedAstar
  ✅ ValidSetOccupanciedGrid