OSDN Git Service

Tests for round() method.
authorAart Bik <ajcbik@google.com>
Thu, 10 Mar 2016 18:59:10 +0000 (10:59 -0800)
committerAart Bik <ajcbik@google.com>
Thu, 10 Mar 2016 19:08:39 +0000 (11:08 -0800)
commitbab661653057de838607ee7ba80105e2092da386
tree8933e0c1d08b239d8c3d59c448e9830311204c63
parent8e213515077e11acdd664ec4a770a73e2f804863
Tests for round() method.

Rationale:
While working on some ideas on implementing round(),
I wrote these tests. We might as well use them to
ensure any future work does not break (test also
provides an easy place to add future "difficult" values).

bug=26327751

Change-Id: I911a3e1e5fe45147bc1b7214225c9aec4e979965
test/580-checker-round/expected.txt [new file with mode: 0644]
test/580-checker-round/info.txt [new file with mode: 0644]
test/580-checker-round/src/Main.java [new file with mode: 0644]