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 934be57 Merge branch 'NUMBERS-100__heinrich'
add 7ed19c0 Migrate to JUnit 5
add a309a08 Migrate commons-numbers-primes to JUnit 5: class
SmallPrimesTest
add 5692848 Migrate commons-numbers-primes to JUnit 5: class PrimesTest
add 32ab41b Migrate commons-numbers-quaternion to JUnit 5: class
QuaternionTest
add 6d64caf Migrate commons-numbers-quaternion to JUnit 5: class SlerpTest
add 205fa8f Migrate commons-numbers-gamma to JUnit 5: class DigammaTest
add af6e7a3 Migrate commons-numbers-gamma to JUnit 5: class ErfcTest
add a28928f Migrate commons-numbers-gamma to JUnit 5: class
ErfDifferenceTest
add 8508164 Merge branch 'master' of
http://gitbox.apache.org/repos/asf/commons-numbers into eax/simple-migrate-map
new fd3fd3c Merge branch 'master' into eax/simple-migrate-map
new 560f15c Migrate commons-numbers-gamma to JUnit 5: all remaining
classes
new 5f7f230 Restore relevant changes overwritten in the merge of the
master branch
new 3d5fab4 BigFraction: use factory method
new 888e00e Revert "BigFraction: use factory method"
new 62e6c9d Merge remote-tracking branch 'origin/master' into
eax/simple-migrate-map
new ad2d928 re-add one and zero
new ab5d960 Merge branch 'master' of
http://gitbox.apache.org/repos/asf/commons-numbers into eax/simple-migrate-map
new 526d93f fix FieldParametricTest
new a26ba7a re-add one and zero
new d952ad5 Migrate commons-numbers-core to JUnit 5
new 280563c Migrate commons-numbers-core to JUnit 5: class TestUtils
(previously overlooked)
new a11713e Merge branch 'eax/simple-migrate-map' of
github.com:grimreaper/commons-numbers into eax/simple-migrate-map
new fe4d700 Add the dep
new 773f4d7 Migrate commons-numbers-complex-streams to JUnit 5
new 4718fc2 Remove unneeded parentheses in class ComplexUtilsTest
new 296dd8d Migrate commons-numbers-complex to JUnit 5
new f5837b7 Migrate commons-numbers-combinatorics to JUnit 5: 3 classes
new 6ee8578 BrentSolverTest: do JUnit 5
new e8a071e Order of arguments
new de949a1 Simplify junit
new d6b008c use JUnit 5 assertions
new bf6de4f Fix stragglers
new 74c8a9c One more step
new b888cbc Assert does not throw
new c76f3e7 Replace assertNotEquals with assertFalse where necessary
new e12bf62 Correct parameter order in assertEquals
new 9aa77a9 Merge branch 'master' into eax/simple-migrate-map
new 44461dd Migrate commons-numbers-fraction to JUnit 5: class
FractionTest
new 4fd2f59 Remove unused JUnit 4 imports
new af0d00f Remove unnecessary parentheses in Test annotations
new fe63782 Revert inappropriate replacement of assertFalse with
assertNotEquals
new b1a114f Add Generics in test classes of commons-numbers-field
new c3586cf Merge branch 'NUMBERS-115__heinrich'
The 34 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:
.../numbers/angle/PlaneAngleRadiansTest.java | 34 +-
.../commons/numbers/angle/PlaneAngleTest.java | 74 ++--
.../commons/numbers/arrays/CosAngleTest.java | 24 +-
.../numbers/arrays/LinearCombinationTest.java | 88 ++--
.../commons/numbers/arrays/SafeNormTest.java | 18 +-
.../BinomialCoefficientDoubleTest.java | 48 ++-
.../combinatorics/BinomialCoefficientTest.java | 89 ++--
.../numbers/combinatorics/CombinationsTest.java | 84 ++--
.../numbers/combinatorics/FactorialDoubleTest.java | 47 ++-
.../numbers/combinatorics/FactorialTest.java | 20 +-
.../combinatorics/LogBinomialCoefficientTest.java | 36 +-
.../numbers/combinatorics/LogFactorialTest.java | 30 +-
.../numbers/complex/streams/ComplexUtilsTest.java | 174 +++++---
.../commons/numbers/complex/streams/TestUtils.java | 22 +-
.../commons/numbers/complex/CStandardTest.java | 13 +-
.../commons/numbers/complex/ComplexTest.java | 404 +++++++++---------
.../apache/commons/numbers/complex/TestUtils.java | 46 +--
.../commons/numbers/core/ArithmeticUtilsTest.java | 412 +++++++++----------
.../apache/commons/numbers/core/PrecisionTest.java | 449 ++++++++++-----------
.../org/apache/commons/numbers/core/TestUtils.java | 37 +-
.../commons/numbers/field/FieldParametricTest.java | 155 +++----
.../commons/numbers/field/FieldTestData.java | 28 +-
.../apache/commons/numbers/field/FieldsList.java | 13 +-
.../commons/numbers/fraction/BigFraction.java | 10 +-
.../apache/commons/numbers/fraction/Fraction.java | 14 +-
.../commons/numbers/fraction/BigFractionTest.java | 286 ++++++-------
.../numbers/fraction/ContinuedFractionTest.java | 10 +-
.../commons/numbers/fraction/FractionTest.java | 129 +++---
.../apache/commons/numbers/gamma/DigammaTest.java | 36 +-
.../commons/numbers/gamma/ErfDifferenceTest.java | 8 +-
.../org/apache/commons/numbers/gamma/ErfTest.java | 66 +--
.../org/apache/commons/numbers/gamma/ErfcTest.java | 10 +-
.../apache/commons/numbers/gamma/GammaTest.java | 10 +-
.../commons/numbers/gamma/InvGamma1pm1Test.java | 24 +-
.../commons/numbers/gamma/InverseErfTest.java | 18 +-
.../commons/numbers/gamma/InverseErfcTest.java | 18 +-
.../numbers/gamma/LanczosApproximationTest.java | 12 +-
.../apache/commons/numbers/gamma/LogBetaTest.java | 55 ++-
.../commons/numbers/gamma/LogGamma1pTest.java | 18 +-
.../commons/numbers/gamma/LogGammaSumTest.java | 30 +-
.../apache/commons/numbers/gamma/LogGammaTest.java | 12 +-
.../commons/numbers/gamma/RegularizedBetaTest.java | 10 +-
.../numbers/gamma/RegularizedGammaTest.java | 8 +-
.../apache/commons/numbers/gamma/TrigammaTest.java | 12 +-
.../apache/commons/numbers/primes/PrimesTest.java | 50 +--
.../commons/numbers/primes/SmallPrimesTest.java | 51 +--
.../commons/numbers/quaternion/QuaternionTest.java | 335 ++++++++-------
.../commons/numbers/quaternion/SlerpTest.java | 61 +--
.../numbers/rootfinder/BrentSolverTest.java | 101 ++---
pom.xml | 5 +
50 files changed, 1981 insertions(+), 1763 deletions(-)