TAssert in blaise.testing.pas needs asserts that can check single or double types.
fpcunit allows them.
https://www.freepascal.org/daily/packages/fcl-fpcunit/fpcunit/tassert.assertequals.html
Class procedure TAssert.AssertEquals(
Expected: Double;
Actual: Double;
Delta: Double
); overload;
TAssert in blaise.testing.pas needs asserts that can check single or double types.
fpcunit allows them.
https://www.freepascal.org/daily/packages/fcl-fpcunit/fpcunit/tassert.assertequals.html