This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis.git
from 878da1aaa3 Merge branch '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. add 5909d8a9de Merge branch 'geoapi-4.0' into geoapi-3.1: Change of argument order in `Assertions` classes for consistency with JUnit 5 convention. new 0af06aeeb2 Merge branch '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 | 2 +- .../coverage/grid/DimensionalityReductionTest.java | 4 +- .../sis/coverage/grid/GridDerivationTest.java | 62 +++++---- .../apache/sis/coverage/grid/GridExtentTest.java | 32 ++--- .../apache/sis/coverage/grid/GridGeometryTest.java | 115 ++++++++-------- .../sis/coverage/grid/PixelTranslationTest.java | 28 ++-- .../coverage/grid/ResampledGridCoverageTest.java | 6 +- .../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 | 28 ++-- .../org/apache/sis/io/wkt/WKTDictionaryTest.java | 8 +- .../org/apache/sis/referencing/Assertions.java | 4 +- .../org/apache/sis/referencing/CommonCRSTest.java | 7 +- .../sis/referencing/GeodeticCalculatorTest.java | 9 +- .../sis/referencing/ImmutableIdentifierTest.java | 18 +-- .../referencing/crs/DefaultCompoundCRSTest.java | 6 +- .../sis/referencing/crs/DefaultDerivedCRSTest.java | 12 +- .../referencing/crs/DefaultEngineeringCRSTest.java | 4 +- .../sis/referencing/crs/DefaultImageCRSTest.java | 2 +- .../referencing/crs/DefaultProjectedCRSTest.java | 4 +- .../sis/referencing/cs/CoordinateSystemsTest.java | 50 +++---- .../referencing/cs/DefaultCylindricalCSTest.java | 6 +- .../sis/referencing/cs/DefaultPolarCSTest.java | 6 +- .../sis/referencing/cs/DefaultSphericalCSTest.java | 4 +- .../referencing/datum/BursaWolfParametersTest.java | 18 +-- .../datum/DefaultGeodeticDatumTest.java | 10 +- .../datum/DefaultTemporalDatumTest.java | 4 +- .../referencing/datum/TimeDependentBWPTest.java | 4 +- .../factory/CommonAuthorityFactoryTest.java | 18 +-- .../sis/referencing/factory/TestFactorySource.java | 4 +- .../referencing/factory/sql/EPSGFactoryTest.java | 30 ++-- .../operation/CoordinateOperationFinderTest.java | 31 ++--- .../DefaultConcatenatedOperationTest.java | 10 +- .../operation/DefaultConversionTest.java | 47 ++++--- .../operation/DefaultOperationMethodTest.java | 4 +- .../operation/DefaultPassThroughOperationTest.java | 8 +- .../operation/SingleOperationMarshallingTest.java | 10 +- .../builder/LinearTransformBuilderTest.java | 37 ++--- .../operation/builder/LinearizerTest.java | 15 +- .../builder/LocalizationGridBuilderTest.java | 6 +- .../operation/builder/ResidualGridTest.java | 2 +- .../referencing/operation/matrix/MatricesTest.java | 40 +++--- .../referencing/operation/matrix/Matrix4Test.java | 14 +- .../operation/matrix/MatrixTestCase.java | 2 +- .../operation/matrix/NonSquareMatrixTest.java | 24 ++-- .../operation/projection/MercatorTest.java | 6 +- .../projection/ObliqueStereographicTest.java | 2 +- .../operation/provider/Geographic3Dto2DTest.java | 22 +-- .../operation/provider/LongitudeRotationTest.java | 11 +- .../referencing/operation/provider/NADCONTest.java | 9 +- .../referencing/operation/provider/NTv2Test.java | 9 +- .../transform/ConcatenatedTransformTest.java | 28 ++-- .../transform/ContextualParametersTest.java | 24 ++-- .../transform/DefaultMathTransformFactoryTest.java | 19 +-- .../operation/transform/MathTransformsTest.java | 22 +-- .../transform/PassThroughTransformTest.java | 8 +- .../transform/ProjectiveTransformTest.java | 10 +- .../operation/transform/ScaleTransformTest.java | 5 +- .../operation/transform/TransferFunctionTest.java | 10 +- .../transform/TransformResultComparator.java | 2 +- .../transform/TransformSeparatorTest.java | 36 ++--- .../transform/TranslationTransformTest.java | 5 +- .../transform/WraparoundTransformTest.java | 40 +++--- .../util/EllipsoidalHeightCombinerTest.java | 20 +-- .../util/GeodeticObjectBuilderTest.java | 3 +- .../sis/test/integration/MetadataVerticalTest.java | 11 +- .../sis/storage/base/MetadataBuilderTest.java | 10 +- .../test/org/apache/sis/storage/wkt/StoreTest.java | 2 +- .../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/GeoapiAssert.java | 131 ++++++++++++------ .../test/org/apache/sis/test/TestCase.java | 2 +- 84 files changed, 785 insertions(+), 718 deletions(-)