sanyaade-g2g-repos / quimeraengine

Automatically exported from code.google.com/p/quimeraengine
0 stars 1 forks source link

Unit tests: SQFloat #257

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Crear los unit tests para la clase SQFloat.

Original issue reported on code.google.com by Lince3D@gmail.com on 3 Apr 2012 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 3 Apr 2012 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 4 Apr 2012 at 12:23

GoogleCodeExporter commented 9 years ago
- En todo el archivo has puesto Chcks en vez de Checks

- En la docu, debería ser "when the floating point is not a number"

/// <summary>
/// Chcks that it returns False when the floating point value is an infinite 
number.
/// </summary>
QTEST_CASE ( IsInfinite_ReturnsFalseWhenValueIsNaN_Test )

- Minium -> Minimum (en la docu y en el nombre del test)
ToInteger_AssertionFailsWhenFloatNumberIsLowerThanTheMiniumIntegerPossible_Test

Original comment by jwl...@gmail.com on 25 Apr 2012 at 10:25