MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / run

Method run

test/tests/mathematics/TestVector3.h:60–66  ·  view source on GitHub ↗

Run the tests

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected