Skip to content

Merge pull request #172 from notgiven688/prog #196

Merge pull request #172 from notgiven688/prog

Merge pull request #172 from notgiven688/prog #196

GitHub Actions / JitterTests succeeded Aug 26, 2024 in 0s

34 passed, 0 failed and 0 skipped

Tests passed successfully

✅ ./src/JitterTests/TestResults/test-results.trx

34 tests were completed in 17s with 34 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
JitterTests.AddRemoveTests 3✅ 149ms
JitterTests.BoundingBoxTests 1✅ 26ms
JitterTests.CollisionTests 6✅ 7ms
JitterTests.InertiaTests 7✅ 453ms
JitterTests.MathTests 2✅ 3ms
JitterTests.MiscTests 2✅ 5ms
JitterTests.ParallelTests 1✅ 2s
JitterTests.SequentialTests 1✅ 4ms
JitterTests.StackingTests 11✅ 14s

✅ JitterTests.AddRemoveTests

✅ AddRemoveBodies()
✅ RemoveStaticShape0()
✅ RemoveStaticShape1()

✅ JitterTests.BoundingBoxTests

✅ RigidBodyShapeTests()

✅ JitterTests.CollisionTests

✅ BoxRayCast()
✅ NoBodyWorldBoundingBox()
✅ NormalDirection()
✅ RayCast()
✅ SphereRayCast()
✅ SweepTest()

✅ JitterTests.InertiaTests

✅ BoxInertia()
✅ CapsuleInertia()
✅ ConeInertia()
✅ ConvexHullInertia()
✅ CylinderInertia()
✅ SphereInertia()
✅ TransformedInertia()

✅ JitterTests.MathTests

✅ QMatrixProjectMultiplyLeftRight()
✅ TransformTests()

✅ JitterTests.MiscTests

✅ RequestId()
✅ SlimBagTest()

✅ JitterTests.ParallelTests

✅ ReaderWriterLockTest()

✅ JitterTests.SequentialTests

✅ AddRemoveTest()

✅ JitterTests.StackingTests

✅ PyramidStack(0,0,0,False)
✅ PyramidStack(0,0,0,True)
✅ PyramidStack(1,0,0,True)
✅ PyramidStackCylinder(0,0,0,False,False)
✅ PyramidStackCylinder(0,0,0,False,True)
✅ PyramidStackCylinder(0,0,0,True,True)
✅ PyramidStackCylinder(1000,1000,1000,False,True)
✅ SimpleStack(False)
✅ SimpleStack(True)
✅ TowerStack(False,True)
✅ TowerStack(True,True)