This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git
from 84992dfbd2 Merge branch 'geoapi-4.0' into geoapi-3.1: Upgrade from JUnit 4 to JUnit 5. add fa7418654f Replace GeoAPI `Assert` by `Assertions` with argument order consistent with JUnit 5 convention. add cf0f562292 Change argument order in SIS `Assertions` classes for consistency with JUnit 5 convention. new 5909d8a9de Merge branch 'geoapi-4.0' into geoapi-3.1: Change of argument order in `Assertions` classes for consistency with JUnit 5 convention. The 1 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: .../sis/coverage/grid/DimensionAppenderTest.java | 4 +- .../coverage/grid/DimensionalityReductionTest.java | 6 +- .../sis/coverage/grid/GridDerivationTest.java | 64 ++++----- .../apache/sis/coverage/grid/GridExtentTest.java | 36 +++-- .../apache/sis/coverage/grid/GridGeometryTest.java | 117 ++++++++-------- .../sis/coverage/grid/PixelTranslationTest.java | 30 ++-- .../coverage/grid/ResampledGridCoverageTest.java | 8 +- .../test/org/apache/sis/metadata/Assertions.java | 9 +- .../apache/sis/metadata/PropertyAccessorTest.java | 10 +- .../sis/metadata/PropertyInformationTest.java | 2 +- .../test/org/apache/sis/metadata/TreeNodeTest.java | 2 +- .../sis/metadata/iso/DefaultIdentifierTest.java | 4 +- .../sis/metadata/iso/DefaultMetadataTest.java | 28 ++-- .../sis/metadata/iso/citation/CitationsTest.java | 32 ++--- .../metadata/iso/citation/DefaultCitationTest.java | 15 +- .../DefaultDataIdentificationTest.java | 3 +- .../DefaultServiceIdentificationTest.java | 9 +- .../apache/sis/xml/NilReasonMarshallingTest.java | 11 +- .../org/apache/sis/xml/UUIDMarshallingTest.java | 12 +- .../sis/xml/bind/fra/DataIdentificationTest.java | 4 +- .../apache/sis/io/wkt/MathTransformParserTest.java | 30 ++-- .../org/apache/sis/io/wkt/WKTDictionaryTest.java | 10 +- .../org/apache/sis/referencing/Assertions.java | 4 +- .../org/apache/sis/referencing/CommonCRSTest.java | 9 +- .../sis/referencing/GeodeticCalculatorTest.java | 10 +- .../sis/referencing/ImmutableIdentifierTest.java | 18 +-- .../referencing/crs/DefaultCompoundCRSTest.java | 8 +- .../sis/referencing/crs/DefaultDerivedCRSTest.java | 16 +-- .../referencing/crs/DefaultEngineeringCRSTest.java | 6 +- .../sis/referencing/crs/DefaultImageCRSTest.java | 4 +- .../referencing/crs/DefaultProjectedCRSTest.java | 6 +- .../sis/referencing/cs/CoordinateSystemsTest.java | 52 +++---- .../referencing/cs/DefaultCylindricalCSTest.java | 8 +- .../sis/referencing/cs/DefaultPolarCSTest.java | 8 +- .../sis/referencing/cs/DefaultSphericalCSTest.java | 6 +- .../referencing/datum/BursaWolfParametersTest.java | 20 +-- .../datum/DefaultGeodeticDatumTest.java | 12 +- .../datum/DefaultTemporalDatumTest.java | 6 +- .../referencing/datum/TimeDependentBWPTest.java | 6 +- .../factory/CommonAuthorityFactoryTest.java | 20 +-- .../factory/GeodeticObjectFactoryTest.java | 7 - .../sis/referencing/factory/TestFactorySource.java | 4 +- .../referencing/factory/sql/EPSGFactoryTest.java | 32 ++--- .../operation/CoordinateOperationFinderTest.java | 33 ++--- .../DefaultConcatenatedOperationTest.java | 12 +- .../operation/DefaultConversionTest.java | 49 ++++--- .../operation/DefaultOperationMethodTest.java | 4 +- .../operation/DefaultPassThroughOperationTest.java | 10 +- .../operation/SingleOperationMarshallingTest.java | 14 +- .../builder/LinearTransformBuilderTest.java | 39 +++--- .../operation/builder/LinearizerTest.java | 16 +-- .../builder/LocalizationGridBuilderTest.java | 6 +- .../operation/builder/ResidualGridTest.java | 4 +- .../referencing/operation/matrix/MatricesTest.java | 42 +++--- .../referencing/operation/matrix/Matrix4Test.java | 16 ++- .../operation/matrix/MatrixTestCase.java | 4 +- .../operation/matrix/NonSquareMatrixTest.java | 26 ++-- .../operation/projection/MercatorTest.java | 6 +- .../operation/provider/Geographic3Dto2DTest.java | 24 ++-- .../operation/provider/LongitudeRotationTest.java | 13 +- .../referencing/operation/provider/NADCONTest.java | 11 +- .../referencing/operation/provider/NTv2Test.java | 11 +- .../transform/ConcatenatedTransformTest.java | 30 ++-- .../transform/ContextualParametersTest.java | 26 ++-- .../transform/DefaultMathTransformFactoryTest.java | 21 +-- .../operation/transform/MathTransformsTest.java | 24 ++-- .../transform/ProjectiveTransformTest.java | 12 +- .../operation/transform/ScaleTransformTest.java | 7 +- .../operation/transform/TransferFunctionTest.java | 12 +- .../transform/TransformResultComparator.java | 4 +- .../transform/TransformSeparatorTest.java | 38 +++--- .../transform/TranslationTransformTest.java | 7 +- .../transform/WraparoundTransformTest.java | 42 +++--- .../util/EllipsoidalHeightCombinerTest.java | 22 +-- .../util/GeodeticObjectBuilderTest.java | 5 +- .../sis/test/integration/MetadataVerticalTest.java | 13 +- .../sis/storage/base/MetadataBuilderTest.java | 10 +- .../test/org/apache/sis/storage/wkt/StoreTest.java | 4 +- .../sis/converter/ConverterRegistryTest.java | 152 ++++++++++----------- .../test/org/apache/sis/io/AppenderTestCase.java | 2 +- .../test/org/apache/sis/test/Assertions.java | 6 +- .../test/org/apache/sis/test/TestCase.java | 2 +- geoapi/snapshot | 2 +- 83 files changed, 746 insertions(+), 743 deletions(-)