MCPcopy Create free account
hub / github.com/MikeLankamp/fpm / TEST_F

Function TEST_F

tests/output.cpp:255–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253};
254
255TEST_F(output_rounding, increment_rounding)
256{
257 test(9.9, 0);
258 test(-9.9, 0);
259
260 test(9.99, 1);
261 test(-9.99, 1);
262
263 test(9.9995, 3);
264 test(-9.9995, 3);
265}
266
267TEST_F(output_rounding, tie_rounding)
268{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected