MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / unittest

Function unittest

libraries/relativity/test/unit_test_001.cpp:49–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49unittest(test_constructor)
50{
51 relativity R;
52
53 // test constants
54 assertEqualFloat(299792458.0, R.getC(), 1);
55 assertEqualFloat(6.6742e-11, R.getG(), 1e-15);
56 fprintf(stderr, "done...\n");
57}
58
59
60unittest(test_alpha_gamma)

Callers

nothing calls this directly

Calls 12

getGMethod · 0.80
factorMethod · 0.80
gammaMethod · 0.80
relativeTimeMethod · 0.80
relativeLengthMethod · 0.80
relativeMassMethod · 0.80
EnergyMassMethod · 0.80
getPlanetMassMethod · 0.80
getPlanetRadiusMethod · 0.80
gravitationalTimeMethod · 0.80
radiusEarthMethod · 0.80
getCMethod · 0.45

Tested by

no test coverage detected