Skip to content

Fix quickstart

Fix quickstart #237

GitHub Actions / JitterTests succeeded Oct 28, 2024 in 0s

36 passed, 0 failed and 0 skipped

Tests passed successfully

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

36 tests were completed in 19s with 36 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
JitterTests.AddRemoveTests 3✅ 111ms
JitterTests.BoundingBoxTests 1✅ 30ms
JitterTests.CollisionTests 7✅ 12ms
JitterTests.InertiaTests 7✅ 469ms
JitterTests.MathTests 2✅ 3ms
JitterTests.MiscTests 2✅ 6ms
JitterTests.ParallelTests 2✅ 2s
JitterTests.SequentialTests 1✅ 5ms
JitterTests.StackingTests 11✅ 16s

✅ JitterTests.AddRemoveTests

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

✅ JitterTests.BoundingBoxTests

✅ RigidBodyShapeTests()

✅ JitterTests.CollisionTests

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

✅ JitterTests.InertiaTests

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

✅ JitterTests.MathTests

✅ QMatrixProjectMultiplyLeftRight()
✅ TransformTests()

✅ JitterTests.MiscTests

✅ RequestId()
✅ SlimBagTest()

✅ JitterTests.ParallelTests

✅ ReaderWriterLockTest()
✅ ThreadPoolTest()

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