sanyaade-g2g-repos / quimeraengine

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

Unit tests:QMatrix3x3 #255

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hay que crear unit tests para las clases:

-QMatrix3x3

El grado de cobertura debe ser alto.

Original issue reported on code.google.com by Lince3D@gmail.com on 31 Mar 2012 at 2:00

GoogleCodeExporter commented 8 years ago

Original comment by Lince3D@gmail.com on 31 Mar 2012 at 2:01

GoogleCodeExporter commented 8 years ago

Original comment by Lince3D@gmail.com on 31 Mar 2012 at 3:20

GoogleCodeExporter commented 8 years ago
- FriendOperatorProduct_EveryElementIsMultipliedByTheScaler_Test
Scaler -> Scalar
tienes puesto el using de QBaseMatrix3x3 que luego no se usa.

- OperatorSubtraction_CommonMatricesAreCorrectlySubtracted_Test
- OperatorSubtractionAssignation_CommonMatricesAreCorrectlySubtracted_Test
Documentacion: subtraction -> subtracted

- 
OperatorDivisionAssignation_MatrixIsCorrectlyDividedByScalarAndAssignedToItself_
Test
Pones multiplied en la docu.

Original comment by jwl...@gmail.com on 19 Apr 2012 at 9:02