Run the tests
| 58 | |
| 59 | /// Run the tests |
| 60 | void run() { |
| 61 | testConstructors(); |
| 62 | testLengthMethods(); |
| 63 | testDotCrossProducts(); |
| 64 | testOthersMethods(); |
| 65 | testOperators(); |
| 66 | } |
| 67 | |
| 68 | /// Test the constructors, getter and setter |
| 69 | void testConstructors() { |
nothing calls this directly
no outgoing calls
no test coverage detected