This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git.
from 7b36cbf Merge branch 'NUMBERS-116__heinrich' new 55e1ab8 NUMBERS-118: Extract common num-den-constructor and double-constructor test cases new 86f4b89 NUMBERS-118: Generalize test case types new b7d3c7f NUMBERS-118: Organize population of test case lists into methods new 12a73b0 NUMBERS-118: Collect stray test cases for double constructor new 8b2ab21 NUMBERS-118: Extract common abs test cases and add some overall Javadoc new 9f66153 NUMBERS-118: Extract common reciprocal test cases and clarify Javadoc new 27a4aa1 NUMBERS-118: Extract common negate test cases new f15ac5b NUMBERS-118: Make class CommonTestCases package-private and correct Javadoc mistake new 2d5783c NUMBERS-118: Extract common add-fraction test cases new 19ef2b2 NUMBERS-118: Extract one more common add-fraction test case new 7427fd0 NUMBERS-118: Extract common divide-by-fraction test cases new 2e41297 NUMBERS-118: Extract common multiply-by-fraction test cases new c45802d NUMBERS-118: Extract common subtract-fraction test cases new 625361b NUMBERS-118: Format Javadoc and update comment not relevant for BigFraction new 860adcd Merge branch 'NUMBERS-118__heinrich' The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../commons/numbers/fraction/BigFractionTest.java | 270 +++-------- .../commons/numbers/fraction/CommonTestCases.java | 507 +++++++++++++++++++++ .../commons/numbers/fraction/FractionTest.java | 268 ++--------- 3 files changed, 618 insertions(+), 427 deletions(-) create mode 100644 commons-numbers-fraction/src/test/java/org/apache/commons/numbers/fraction/CommonTestCases.java