diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 6659c4c689..9805f861e4 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ github: [joel-costigliola, scordio] +thanks_dev: u/gh/assertj diff --git a/.github/workflows/binary-compatibility.yml b/.github/workflows/binary-compatibility.yml index b8375dd02f..4f2327c277 100644 --- a/.github/workflows/binary-compatibility.yml +++ b/.github/workflows/binary-compatibility.yml @@ -20,15 +20,15 @@ jobs: if: github.base_ref != null steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: 'zulu' java-version: '25' cache: 'maven' - + - uses: testlens-app/setup-testlens@cbf46f117aa1b73f2f101616333e9625b46d4b95 # v1.6.1 - name: Checkout `${{ github.base_ref }}` into subfolder - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ github.base_ref }} path: ${{ github.run_id }}.${{ github.base_ref }} @@ -50,12 +50,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: 'zulu' java-version: '25' cache: 'maven' + - uses: testlens-app/setup-testlens@cbf46f117aa1b73f2f101616333e9625b46d4b95 # v1.6.1 - name: Compare with the latest release run: > diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 85b8a8cab1..9e615b0886 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,21 +29,21 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Initialize CodeQL - uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 + uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} # https://github.com/github/codeql-action/issues/2074 - name: Set up Java if: matrix.language == 'java-kotlin' - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: 'zulu' java-version: '25' cache: 'maven' - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 + uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da761fb12c..aeba6ddce1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: [push, pull_request] permissions: {} env: - MAVEN_ARGS: -B -V -ntp -e -Djansi.passthrough=true -Dstyle.color=always + MAVEN_ARGS: -B -V -ntp -e -Djansi.passthrough=true -Dstyle.color=always --debug jobs: @@ -21,17 +21,18 @@ jobs: checks: write steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Java - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: 'zulu' java-version: '25' cache: 'maven' + - uses: testlens-app/setup-testlens@cbf46f117aa1b73f2f101616333e9625b46d4b95 # v1.6.1 - name: Test run: ./mvnw $MAVEN_ARGS verify - name: Publish Test Report - uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc + uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 if: success() || failure() # always run even if the previous step fails with: report_paths: '**/target/surefire-reports/TEST-*.xml' @@ -47,13 +48,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Java uses: oracle-actions/setup-java@fff43251af9936a0e6a4d5d0946e14f1680e9b6b # v1.5.0 with: website: jdk.java.net release: ${{ matrix.java }} version: latest + - uses: testlens-app/setup-testlens@cbf46f117aa1b73f2f101616333e9625b46d4b95 # v1.6.1 - name: Test run: ./mvnw $MAVEN_ARGS verify @@ -68,13 +70,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Java - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: 'zulu' java-version: '25' cache: 'maven' + - uses: testlens-app/setup-testlens@cbf46f117aa1b73f2f101616333e9625b46d4b95 # v1.6.1 - name: Test run: ./mvnw $MAVEN_ARGS -Dgroovy.version=${{ matrix.groovy }} verify @@ -89,13 +92,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Java - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: 'zulu' java-version: '25' cache: 'maven' + - uses: testlens-app/setup-testlens@cbf46f117aa1b73f2f101616333e9625b46d4b95 # v1.6.1 - name: Test run: ./mvnw $MAVEN_ARGS -Dkotlin.version=${{ matrix.kotlin }} verify @@ -105,9 +109,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Java - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: 'zulu' java-version: '25' @@ -122,15 +126,16 @@ jobs: if: github.repository_owner == 'assertj' && github.event_name == 'push' steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 - name: Setup Java - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: 'zulu' java-version: '25' cache: 'maven' + - uses: testlens-app/setup-testlens@cbf46f117aa1b73f2f101616333e9625b46d4b95 # v1.6.1 - name: Test with Sonar run: > ./mvnw $MAVEN_ARGS verify sonar:sonar @@ -149,9 +154,9 @@ jobs: if: github.repository_owner == 'assertj' && github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Maven Central - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: 'zulu' java-version: '25' diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 4feb71989e..2346e59520 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write checks: write steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65b2175d16..34f536ac8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,9 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Maven Central - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: 'zulu' java-version: '25' diff --git a/README.md b/README.md index 026ee8c405..9ba8356b1c 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ AssertJ provides a rich and intuitive set of strongly-typed assertions to use for unit testing (with JUnit, TestNG or any other test framework). -* [AssertJ's goals](#goals) +* [AssertJ's Goals](#assertjs-goals) * [Quick start](https://assertj.github.io/doc/#assertj-core-quick-start) * [Documentation](https://assertj.github.io/doc/#assertj-core) -* [Contributing](#contributing) +* [Want to Contribute?](#want-to-contribute) You can ask questions in [**stackoverflow (assertj tag)**](https://stackoverflow.com/questions/tagged/assertj?mixed=1) and make suggestions by simply creating an issue. ## Sponsors -Browser testing via LambdaTest +TestMu AI ## AssertJ's Goals diff --git a/assertj-core/pom.xml b/assertj-core/pom.xml index 5bb8fbe298..0c81e7df6f 100644 --- a/assertj-core/pom.xml +++ b/assertj-core/pom.xml @@ -27,7 +27,7 @@ ${project.basedir}/../ false - 1.18.3 + 1.18.4 @@ -45,7 +45,7 @@ org.jboss.logging jboss-logging - 3.6.1.Final + 3.6.2.Final @@ -107,7 +107,7 @@ nl.jqno.equalsverifier equalsverifier - 4.3 + 4.3.1 test @@ -131,7 +131,7 @@ org.hibernate.orm hibernate-core - 7.2.0.Final + 7.2.3.Final test @@ -159,7 +159,7 @@ org.springframework spring-core - 7.0.2 + 7.0.3 test diff --git a/assertj-core/src/main/java/module-info.java b/assertj-core/src/main/java/module-info.java index 474f9c7fc4..1925c87d53 100644 --- a/assertj-core/src/main/java/module-info.java +++ b/assertj-core/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,7 +45,6 @@ exports org.assertj.core.util.diff; exports org.assertj.core.util.diff.myers; exports org.assertj.core.util.introspection; - exports org.assertj.core.util.xml; // FIXME refactor tests and remove exports org.assertj.core.internal to org.assertj.tests.core; diff --git a/assertj-core/src/main/java/org/assertj/core/annotation/Beta.java b/assertj-core/src/main/java/org/assertj/core/annotation/Beta.java index 5a2ecd5cbc..383ec0cb27 100644 --- a/assertj-core/src/main/java/org/assertj/core/annotation/Beta.java +++ b/assertj-core/src/main/java/org/assertj/core/annotation/Beta.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/annotation/CanIgnoreReturnValue.java b/assertj-core/src/main/java/org/assertj/core/annotation/CanIgnoreReturnValue.java index 850d56fa60..1efb550398 100644 --- a/assertj-core/src/main/java/org/assertj/core/annotation/CanIgnoreReturnValue.java +++ b/assertj-core/src/main/java/org/assertj/core/annotation/CanIgnoreReturnValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/annotation/CheckReturnValue.java b/assertj-core/src/main/java/org/assertj/core/annotation/CheckReturnValue.java index d8d426f0fd..2d9ffa2e55 100644 --- a/assertj-core/src/main/java/org/assertj/core/annotation/CheckReturnValue.java +++ b/assertj-core/src/main/java/org/assertj/core/annotation/CheckReturnValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/annotations/Beta.java b/assertj-core/src/main/java/org/assertj/core/annotations/Beta.java index b0e67a9779..6a691762ef 100644 --- a/assertj-core/src/main/java/org/assertj/core/annotations/Beta.java +++ b/assertj-core/src/main/java/org/assertj/core/annotations/Beta.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Abstract2DArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Abstract2DArrayAssert.java index 9f732a86e4..996da0195c 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Abstract2DArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Abstract2DArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractArrayAssert.java index fd99de8894..001a4f932b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractAssert.java index cfbe81dd69..7232f1902d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractAssertWithComparator.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractAssertWithComparator.java index 815bac0a32..cfa8d9563e 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractAssertWithComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractAssertWithComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractAtomicFieldUpdaterAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractAtomicFieldUpdaterAssert.java index 4995e1e2d0..79347f8f68 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractAtomicFieldUpdaterAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractAtomicFieldUpdaterAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractAtomicReferenceAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractAtomicReferenceAssert.java index bab570b15d..250abc205c 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractAtomicReferenceAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractAtomicReferenceAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractBigDecimalAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractBigDecimalAssert.java index 7bdc3c6ab7..4f9286063f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractBigDecimalAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractBigDecimalAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -40,6 +40,7 @@ * @author Alex Ruiz * @author Joel Costigliola * @author Mikhail Mazursky + * @author chanwon lee */ public abstract class AbstractBigDecimalAssert> extends AbstractComparableAssert implements NumberAssert { @@ -231,6 +232,26 @@ public SELF isEqualTo(String expected) { return isEqualTo(new BigDecimal(expected)); } + /** + * Same as {@link AbstractAssert#isNotEqualTo(Object) isNotEqualTo(BigDecimal)} but takes care of converting given String + to + * {@link BigDecimal} for you. + *

+ * Example: + *

 // assertions will pass
+   * assertThat(new BigDecimal("8.0")).isNotEqualTo("2.0");
+   *
+   * // assertion will fail
+   * assertThat(new BigDecimal("8.0")).isNotEqualTo("8.0");
+ * + * @param expected the given number to compare the actual value to. + * @return {@code this} assertion object. + * @since 4.0.0 + */ + public SELF isNotEqualTo(String expected) { + return isNotEqualTo(new BigDecimal(expected)); + } + /** * Same as {@link AbstractComparableAssert#isEqualByComparingTo(Comparable) isEqualByComparingTo(BigDecimal)} but * takes care of converting given String to {@link BigDecimal}. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractBigDecimalScaleAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractBigDecimalScaleAssert.java index c7cc6bfd04..dd46486a55 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractBigDecimalScaleAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractBigDecimalScaleAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractBigIntegerAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractBigIntegerAssert.java index de1d2727ce..a48326c158 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractBigIntegerAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractBigIntegerAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanArrayAssert.java index 98ebc44135..2ac0042901 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanAssert.java index 6722ebd865..2f2df7a659 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractBooleanAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractByteArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractByteArrayAssert.java index 6d054ccc62..484a6bf607 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractByteArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractByteArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractByteAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractByteAssert.java index 76b01c82d8..8849c0c066 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractByteAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractByteAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractCharArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractCharArrayAssert.java index a1e2646d08..0da1fe11cf 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractCharArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractCharArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractCharSequenceAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractCharSequenceAssert.java index bd3f565545..3149e8875c 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractCharSequenceAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractCharSequenceAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractCharacterAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractCharacterAssert.java index a3a673b85b..8ea49a2d66 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractCharacterAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractCharacterAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractClassAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractClassAssert.java index b33db74265..663ae93893 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractClassAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractClassAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractCollectionAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractCollectionAssert.java index 89230b0018..2f14638c13 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractCollectionAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractCollectionAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ import static java.util.function.UnaryOperator.identity; import static org.assertj.core.error.ShouldBeUnmodifiable.shouldBeUnmodifiable; +import static org.assertj.core.util.Lists.newArrayList; import java.util.Collection; import java.util.Collections; @@ -40,7 +41,7 @@ public abstract class AbstractCollectionAssert, ACTUAL extends Collection, ELEMENT, - ELEMENT_ASSERT extends AbstractAssert> + ELEMENT_ASSERT extends AbstractAssert> extends AbstractIterableAssert { //@format:on @@ -48,6 +49,21 @@ protected AbstractCollectionAssert(ACTUAL actual, Class selfType) { super(actual, selfType); } + /** + * {@inheritDoc} + * + * @param the type of the assertion to be created when a navigation method is invoked + * @param assertFactory the factory responsible for creating an {@link ASSERT} instance from an {@link ELEMENT}; + * must not be {@code null}. + * @return an {@link AbstractCollectionAssert} whose element assertions are created using the given {@code assertFactory}; + * the returned instance allows fluent type-specific assertions when navigating to a specific element. + * @since 3.28.0 + */ + @Override + public > AbstractCollectionAssert withElementAssert(AssertFactory assertFactory) { + return new FactoryBasedAssert<>(actual, assertFactory); + } + /** * Verifies that the actual collection is unmodifiable, i.e., throws an {@link UnsupportedOperationException} with * any attempt to modify the collection. @@ -133,4 +149,37 @@ private Collection emptyCollection() { return Collections.emptyList(); } + /** + * This class exists to maintain binary compatibility in version 3 and will be merged into {@link CollectionAssert} + * in version 4. + */ + // @format:off + private static class FactoryBasedAssert, + ACTUAL extends Collection, + ELEMENT, + ELEMENT_ASSERT extends AbstractAssert> + extends AbstractCollectionAssert { + // @format:on + + private final AssertFactory assertFactory; + + private FactoryBasedAssert(ACTUAL actual, AssertFactory assertFactory) { + super(actual, FactoryBasedAssert.class); + this.assertFactory = assertFactory; + } + + @SuppressWarnings("unchecked") + @Override + protected ELEMENT_ASSERT toAssert(ELEMENT value, String description) { + return assertFactory.createAssert(value).as(description); + } + + @SuppressWarnings("unchecked") + @Override + protected SELF newAbstractIterableAssert(Iterable iterable) { + return (SELF) new FactoryBasedAssert<>(newArrayList(iterable), assertFactory); + } + + } + } diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractComparableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractComparableAssert.java index c6de8779a7..a8ba4d9faa 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractComparableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractComparableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractCompletableFutureAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractCompletableFutureAssert.java index e4a6d0acea..0b59f7886a 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractCompletableFutureAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractCompletableFutureAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractDateAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractDateAssert.java index 790e8eaec7..9f12fd91ae 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractDateAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractDateAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractDoubleArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractDoubleArrayAssert.java index 583ec352dd..a495a25d79 100755 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractDoubleArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractDoubleArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractDoubleAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractDoubleAssert.java index accfb0a7bd..16be2b35b8 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractDoubleAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractDoubleAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractDurationAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractDurationAssert.java index 6538854457..bf5d6630c1 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractDurationAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractDurationAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractEnumerableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractEnumerableAssert.java index 833b223518..c686b5f87b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractEnumerableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractEnumerableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractFileAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractFileAssert.java index 39b3093c4d..aad848f163 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractFileAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractFileAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractFileSizeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractFileSizeAssert.java index eaa863f2db..91ed97401a 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractFileSizeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractFileSizeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractFloatArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractFloatArrayAssert.java index 306c510bcd..d7e0457186 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractFloatArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractFloatArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractFloatAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractFloatAssert.java index fd550c088b..3f573b3d2e 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractFloatAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractFloatAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractFutureAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractFutureAssert.java index ca002f861f..f9e36c63b8 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractFutureAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractFutureAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractInputStreamAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractInputStreamAssert.java index fffa2ac1b7..c721b7332f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractInputStreamAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractInputStreamAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractInstantAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractInstantAssert.java index 3b10b8e239..79e8763f86 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractInstantAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractInstantAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractIntArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractIntArrayAssert.java index 69eb5bf862..9a302a6b98 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractIntArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractIntArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractIntegerAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractIntegerAssert.java index 06e6395231..958505eecb 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractIntegerAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractIntegerAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractIterableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractIterableAssert.java index 689f57b33c..fae8c1fdab 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractIterableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractIterableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -105,7 +105,7 @@ public abstract class AbstractIterableAssert, ACTUAL extends Iterable, ELEMENT, - ELEMENT_ASSERT extends AbstractAssert> + ELEMENT_ASSERT extends AbstractAssert> extends AbstractAssertWithComparator implements ObjectEnumerableAssert { //@format:on @@ -122,12 +122,49 @@ protected AbstractIterableAssert(ACTUAL actual, Class selfType) { super(actual, selfType); if (actual instanceof SortedSet) { + @SuppressWarnings("unchecked") SortedSet sortedSet = (SortedSet) actual; Comparator comparator = sortedSet.comparator(); if (comparator != null) usingElementComparator(sortedSet.comparator()); } } + /** + * Configures the {@link AssertFactory} used to create assertions whenever a navigation method is invoked. + *

+ * For example, given an {@code Iterable}, {@link Assertions#assertThat(String)} can be configured + * as the {@code AssertFactory} to be used for navigation methods like + * {@link #first()}, {@link #last()}, {@link #element(int)}, and {@link #singleElement()}: + *


+   * Iterable<String> people = List.of("Luke", "Leia");
+   *
+   * assertThat(people).withElementAssert(Assertions::assertThat)
+   *                   .first()
+   *                   .startsWith("Lu");
+   * 
+ * This is also helpful for custom assertions, where users of such assertions can already benefit from + * type-specific assertions when invoking a navigation method, without additional effort. For example, + * given a {@code Iterable} and a {@code PersonAssert} custom assertion, you can write: + *

+   * Iterable<Person> people = getPeople();
+   *
+   * assertThat(people).withElementAssert(PersonAssert::new)
+   *                   .first()
+   *                   .hasName("Luke")
+   *                   .hasLightSaber();
+   * 
+ * + * @param the type of the assertion to be created when a navigation method is invoked + * @param assertFactory the factory responsible for creating an {@link ASSERT} instance from an {@link ELEMENT}; + * must not be {@code null}. + * @return an {@link AbstractIterableAssert} whose element assertions are created using the given {@code assertFactory}; + * the returned instance allows fluent type-specific assertions when navigating to a specific element. + * @since 3.28.0 + */ + public > AbstractIterableAssert withElementAssert(AssertFactory assertFactory) { + return new FactoryBasedAssert<>(actual, assertFactory); + } + /** * {@inheritDoc} */ @@ -2256,7 +2293,7 @@ public RecursiveComparisonAssert usingRecursiveComparison(RecursiveComparison * *

The recursive algorithm employs cycle detection, so object graphs with cyclic references can safely be asserted over without causing looping.

* - *

This method enables recursive asserting using default configuration, which means all fields of all objects have the + *

This method enables recursive asserting using default configuration, which means all fields of all objects have the * {@link java.util.function.Predicate} applied to them (including primitive fields), no fields are excluded, but: *

    *
  • The recursion does not enter into Java Class Library types (java.*, javax.*)
  • @@ -2848,7 +2885,7 @@ public SELF filteredOnAssertions(Consumer elementAssertions) { * Filters the iterable under test keeping only elements matching the given assertions specified with a {@link ThrowingConsumer}. *

    * This is the same assertion as {@link #filteredOnAssertions(Consumer)} but the given consumer can throw checked exceptions.
    - * More precisely, {@link RuntimeException} and {@link AssertionError} are rethrown as they are and {@link Throwable} wrapped in a {@link RuntimeException}. + * More precisely, {@link RuntimeException} and {@link AssertionError} are rethrown as they are and {@link Throwable} wrapped in a {@link RuntimeException}. *

    * Example: check young hobbits whose age < 34: * @@ -3053,8 +3090,8 @@ public ELEMENT_ASSERT element(int index) { } /** - * Allow to perform assertions on the elements corresponding to the given indices - * (the iterable {@link Iterable} under test is changed to an iterable with the selected elements). + * Allow to perform assertions on the elements corresponding to the given indices + * (the iterable {@link Iterable} under test is changed to an iterable with the selected elements). *

    * Example: *

     Iterable<TolkienCharacter> hobbits = newArrayList(frodo, sam, pippin);
    @@ -3204,7 +3241,7 @@ public ELEMENT_ASSERT singleElement() {
       }
     
       /**
    -   * Verifies that the {@link Iterable} under test contains a single element and allows to perform assertions on that element, 
    +   * Verifies that the {@link Iterable} under test contains a single element and allows to perform assertions on that element,
        * the assertions are strongly typed according to the given {@link AssertFactory} parameter.
        * 

    * This is a shorthand for hasSize(1).first(assertFactory). @@ -3797,4 +3834,38 @@ private SELF internalFilteredOn(Predicate predicate) { List filteredIterable = stream(actual.spliterator(), false).filter(predicate).collect(toList()); return newAbstractIterableAssert(filteredIterable).withAssertionState(myself); } + + /** + * This class exists to maintain binary compatibility in version 3 and will be merged into {@link IterableAssert} + * in version 4. + */ + // @format:off + private static class FactoryBasedAssert, + ACTUAL extends Iterable, + ELEMENT, + ELEMENT_ASSERT extends AbstractAssert> + extends AbstractIterableAssert { + // @format:on + + private final AssertFactory assertFactory; + + private FactoryBasedAssert(ACTUAL actual, AssertFactory assertFactory) { + super(actual, FactoryBasedAssert.class); + this.assertFactory = assertFactory; + } + + @SuppressWarnings("unchecked") + @Override + protected ELEMENT_ASSERT toAssert(ELEMENT value, String description) { + return assertFactory.createAssert(value).as(description); + } + + @SuppressWarnings("unchecked") + @Override + protected SELF newAbstractIterableAssert(Iterable iterable) { + return (SELF) new FactoryBasedAssert<>(iterable, assertFactory); + } + + } + } diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractIterableSizeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractIterableSizeAssert.java index c1bcf963e1..d734d67aa8 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractIterableSizeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractIterableSizeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ public abstract class AbstractIterableSizeAssert, ACTUAL extends Iterable, ELEMENT, - ELEMENT_ASSERT extends AbstractAssert> + ELEMENT_ASSERT extends AbstractAssert> extends AbstractIntegerAssert> { //@format:on diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractIteratorAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractIteratorAssert.java index 805811779b..7547b7ed59 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractIteratorAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractIteratorAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractListAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractListAssert.java index 96905c4e73..abcfe0fa39 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractListAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractListAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,7 +45,7 @@ public abstract class AbstractListAssert, ACTUAL extends List, ELEMENT, - ELEMENT_ASSERT extends AbstractAssert> + ELEMENT_ASSERT extends AbstractAssert> extends AbstractCollectionAssert implements IndexedObjectEnumerableAssert { // @format:on @@ -57,6 +57,21 @@ protected AbstractListAssert(ACTUAL actual, Class selfType) { super(actual, selfType); } + /** + * {@inheritDoc} + * + * @param the type of the assertion to be created when a navigation method is invoked + * @param assertFactory the factory responsible for creating an {@link ASSERT} instance from an {@link ELEMENT}; + * must not be {@code null}. + * @return an {@link AbstractListAssert} whose element assertions are created using the given {@code assertFactory}; + * the returned instance allows fluent type-specific assertions when navigating to a specific element. + * @since 3.28.0 + */ + @Override + public > AbstractListAssert withElementAssert(AssertFactory assertFactory) { + return new FactoryBasedAssert<>(actual, assertFactory); + } + /** {@inheritDoc} */ @Override public SELF contains(ELEMENT value, Index index) { @@ -399,4 +414,37 @@ public SELF withThreadDumpOnError() { return super.withThreadDumpOnError(); } + /** + * This class exists to maintain binary compatibility in version 3 and will be merged into {@link ListAssert} + * in version 4. + */ + // @format:off + private static class FactoryBasedAssert, + ACTUAL extends List, + ELEMENT, + ELEMENT_ASSERT extends AbstractAssert> + extends AbstractListAssert { + // @format:on + + private final AssertFactory assertFactory; + + private FactoryBasedAssert(ACTUAL actual, AssertFactory assertFactory) { + super(actual, FactoryBasedAssert.class); + this.assertFactory = assertFactory; + } + + @SuppressWarnings("unchecked") + @Override + protected ELEMENT_ASSERT toAssert(ELEMENT value, String description) { + return assertFactory.createAssert(value).as(description); + } + + @SuppressWarnings("unchecked") + @Override + protected SELF newAbstractIterableAssert(Iterable iterable) { + return (SELF) new FactoryBasedAssert<>((List) iterable, assertFactory); + } + + } + } diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalDateAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalDateAssert.java index cc7e2a00a0..fe5d3e8213 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalDateAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalDateAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalDateTimeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalDateTimeAssert.java index 86e5180abc..3d803505fc 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalDateTimeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalDateTimeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalTimeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalTimeAssert.java index 5ea30e62c2..0d92e7960b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalTimeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractLocalTimeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractLongAdderAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractLongAdderAssert.java index 74d75b0b8e..fa026ad1f1 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractLongAdderAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractLongAdderAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractLongArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractLongArrayAssert.java index 3156603801..cd5f99aab1 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractLongArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractLongArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractLongAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractLongAssert.java index 002980d8c4..2bfab86d3d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractLongAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractLongAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractMapAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractMapAssert.java index 3e701f944b..943bb19995 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractMapAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractMapAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -2159,6 +2159,29 @@ private static List flatten(Iterable collectionToFlatten) { return result; } + /** + *

    Returns an {@link AbstractCollectionAssert} to make assertions on the keys of the map

    + * + *

    Example

    + *
     TolkienCharacter pippin = new TolkienCharacter("Pippin", 28, HOBBIT);
    +   * TolkienCharacter frodo = new TolkienCharacter("Frodo", 33, HOBBIT);
    +   * TolkienCharacter merry = new TolkienCharacter("Merry", 36, HOBBIT);
    +   *
    +   * Map<String, TolkienCharacter> characters = mapOf(entry("Pippin", pippin),
    +   *                                                  entry("Frodo", frodo),
    +   *                                                  entry("Merry", merry));
    +   * assertThat(characters).keys()
    +   *                       .containsAnyOf("Pippin", "Merry")
    +   *                       .hasSize(3); 
    + * @return An {@link AbstractCollectionAssert} to make collections assertion only on map keys. + * @throws NullPointerException if the map under test is null + * @since 3.28.0 + */ + public AbstractCollectionAssert, K, ObjectAssert> keys() { + requireNonNull(actual, "Can not extract keys from a null map."); + return assertThat(actual.keySet()); + } + /** *

    Returns an {@link AbstractCollectionAssert} to make assertions on the values of the map

    * diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractMapSizeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractMapSizeAssert.java index 5ad4b83d82..644ab784f4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractMapSizeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractMapSizeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractMatcherAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractMatcherAssert.java index 5ab5323c0a..0cede77af3 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractMatcherAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractMatcherAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractObjectArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractObjectArrayAssert.java index 8668af7c0a..97eb5c4de4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractObjectArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractObjectArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractObjectAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractObjectAssert.java index 674f3c555f..42b6edf226 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractObjectAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractObjectAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractOffsetDateTimeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractOffsetDateTimeAssert.java index ae1a5bcee3..b3f22be618 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractOffsetDateTimeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractOffsetDateTimeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractOffsetTimeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractOffsetTimeAssert.java index 68285485fc..0a14db19fd 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractOffsetTimeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractOffsetTimeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalAssert.java index 5693af0c0b..d134f76ca4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalDoubleAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalDoubleAssert.java index f10ceeeb07..3fc9e1c980 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalDoubleAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalDoubleAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalIntAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalIntAssert.java index c48e2928af..ddd7436249 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalIntAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalIntAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalLongAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalLongAssert.java index fca11a9e89..b75f2d5a19 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalLongAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractOptionalLongAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractPathAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractPathAssert.java index 3bc9dd738a..dfe67c6e13 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractPathAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractPathAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractPeriodAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractPeriodAssert.java index 1ff2ac5d76..7d01eff201 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractPeriodAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractPeriodAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractPredicateAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractPredicateAssert.java index f4a568ae0a..d8ee7c2793 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractPredicateAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractPredicateAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractPredicateLikeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractPredicateLikeAssert.java index 731c38555b..ec5501f6ac 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractPredicateLikeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractPredicateLikeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractShortArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractShortArrayAssert.java index 2eba4b1fc9..8b592c105b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractShortArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractShortArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractShortAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractShortAssert.java index 8c6144fe30..45b9c7efe3 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractShortAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractShortAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractSoftAssertions.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractSoftAssertions.java index b4788f2aa8..b02dec7e8f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractSoftAssertions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractSoftAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractSpliteratorAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractSpliteratorAssert.java index b0f4ceeed2..8a9dd13740 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractSpliteratorAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractSpliteratorAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractStringAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractStringAssert.java index 534b17cf94..5653a5f776 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractStringAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractStringAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractSuppressedExceptionsAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractSuppressedExceptionsAssert.java index 95aaadf657..cabe8f6356 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractSuppressedExceptionsAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractSuppressedExceptionsAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractTemporalAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractTemporalAssert.java index 7bd7f20ba7..4273832958 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractTemporalAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractTemporalAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractThrowableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractThrowableAssert.java index 581319b7d2..bd1fb9c72b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractThrowableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractThrowableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractUniversalComparableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractUniversalComparableAssert.java index f7c39b8acc..449bbf85c4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractUniversalComparableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractUniversalComparableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractUriAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractUriAssert.java index b93692d397..97bbb94bcb 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractUriAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractUriAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractUrlAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractUrlAssert.java index 2b39d9969d..d3057c7bae 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractUrlAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractUrlAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractYearMonthAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractYearMonthAssert.java index a1e884080f..2d8e211a0e 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractYearMonthAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractYearMonthAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AbstractZonedDateTimeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AbstractZonedDateTimeAssert.java index 3b404d329e..e364ec8f1e 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AbstractZonedDateTimeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AbstractZonedDateTimeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AfterAssertionErrorCollected.java b/assertj-core/src/main/java/org/assertj/core/api/AfterAssertionErrorCollected.java index da55a43613..0fcd05a7a3 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AfterAssertionErrorCollected.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AfterAssertionErrorCollected.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Array2DAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Array2DAssert.java index a66f046521..d20280521d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Array2DAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Array2DAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ArraySortedAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ArraySortedAssert.java index 9d3b8923e7..9d72800084 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ArraySortedAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ArraySortedAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Assert.java b/assertj-core/src/main/java/org/assertj/core/api/Assert.java index 5bf9597402..1006b1aafc 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Assert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Assert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -106,7 +106,8 @@ public interface Assert, ACTUAL> extends Descr SELF isNotNull(); /** - * Verifies that the actual value is the same as the given one, i.e., using == comparison. + * Verifies that the actual value is the same as the given one + * (reference equality, not {@link Object#equals(Object) equals}). *

    * Example: *

     // Name is a class with first and last fields, two Names are equals if both first and last are equals.
    @@ -128,7 +129,8 @@ public interface Assert, ACTUAL> extends Descr
       SELF isSameAs(Object expected);
     
       /**
    -   * Verifies that the actual value is not the same as the given one, i.e., using == comparison.
    +   * Verifies that the actual value is not the same as the given one
    +   * (reference equality, not {@link Object#equals(Object) equals}).
        * 

    * Example: *

     // Name is a class with first and last fields, two Names are equals if both first and last are equals.
    diff --git a/assertj-core/src/main/java/org/assertj/core/api/AssertDelegateTarget.java b/assertj-core/src/main/java/org/assertj/core/api/AssertDelegateTarget.java
    index 181789212c..4ec13cf554 100644
    --- a/assertj-core/src/main/java/org/assertj/core/api/AssertDelegateTarget.java
    +++ b/assertj-core/src/main/java/org/assertj/core/api/AssertDelegateTarget.java
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2012-2025 the original author or authors.
    + * Copyright 2012-2026 the original author or authors.
      *
      * Licensed under the Apache License, Version 2.0 (the "License");
      * you may not use this file except in compliance with the License.
    diff --git a/assertj-core/src/main/java/org/assertj/core/api/AssertFactory.java b/assertj-core/src/main/java/org/assertj/core/api/AssertFactory.java
    index c89196700e..211a510036 100644
    --- a/assertj-core/src/main/java/org/assertj/core/api/AssertFactory.java
    +++ b/assertj-core/src/main/java/org/assertj/core/api/AssertFactory.java
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2012-2025 the original author or authors.
    + * Copyright 2012-2026 the original author or authors.
      *
      * Licensed under the Apache License, Version 2.0 (the "License");
      * you may not use this file except in compliance with the License.
    diff --git a/assertj-core/src/main/java/org/assertj/core/api/AssertJProxySetup.java b/assertj-core/src/main/java/org/assertj/core/api/AssertJProxySetup.java
    index dbc771d9eb..8e6dd9babb 100644
    --- a/assertj-core/src/main/java/org/assertj/core/api/AssertJProxySetup.java
    +++ b/assertj-core/src/main/java/org/assertj/core/api/AssertJProxySetup.java
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2012-2025 the original author or authors.
    + * Copyright 2012-2026 the original author or authors.
      *
      * Licensed under the Apache License, Version 2.0 (the "License");
      * you may not use this file except in compliance with the License.
    diff --git a/assertj-core/src/main/java/org/assertj/core/api/AssertProvider.java b/assertj-core/src/main/java/org/assertj/core/api/AssertProvider.java
    index b41a36e8ca..8bae8f83a1 100644
    --- a/assertj-core/src/main/java/org/assertj/core/api/AssertProvider.java
    +++ b/assertj-core/src/main/java/org/assertj/core/api/AssertProvider.java
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2012-2025 the original author or authors.
    + * Copyright 2012-2026 the original author or authors.
      *
      * Licensed under the Apache License, Version 2.0 (the "License");
      * you may not use this file except in compliance with the License.
    diff --git a/assertj-core/src/main/java/org/assertj/core/api/AssertWithComparator.java b/assertj-core/src/main/java/org/assertj/core/api/AssertWithComparator.java
    index 1d62c33687..02d0011a2f 100644
    --- a/assertj-core/src/main/java/org/assertj/core/api/AssertWithComparator.java
    +++ b/assertj-core/src/main/java/org/assertj/core/api/AssertWithComparator.java
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2012-2025 the original author or authors.
    + * Copyright 2012-2026 the original author or authors.
      *
      * Licensed under the Apache License, Version 2.0 (the "License");
      * you may not use this file except in compliance with the License.
    diff --git a/assertj-core/src/main/java/org/assertj/core/api/AssertionErrorCollector.java b/assertj-core/src/main/java/org/assertj/core/api/AssertionErrorCollector.java
    index 9fa8878d18..bc08455983 100644
    --- a/assertj-core/src/main/java/org/assertj/core/api/AssertionErrorCollector.java
    +++ b/assertj-core/src/main/java/org/assertj/core/api/AssertionErrorCollector.java
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2012-2025 the original author or authors.
    + * Copyright 2012-2026 the original author or authors.
      *
      * Licensed under the Apache License, Version 2.0 (the "License");
      * you may not use this file except in compliance with the License.
    diff --git a/assertj-core/src/main/java/org/assertj/core/api/AssertionInfo.java b/assertj-core/src/main/java/org/assertj/core/api/AssertionInfo.java
    index 5270bb5cf5..69c3e718fa 100644
    --- a/assertj-core/src/main/java/org/assertj/core/api/AssertionInfo.java
    +++ b/assertj-core/src/main/java/org/assertj/core/api/AssertionInfo.java
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2012-2025 the original author or authors.
    + * Copyright 2012-2026 the original author or authors.
      *
      * Licensed under the Apache License, Version 2.0 (the "License");
      * you may not use this file except in compliance with the License.
    diff --git a/assertj-core/src/main/java/org/assertj/core/api/Assertions.java b/assertj-core/src/main/java/org/assertj/core/api/Assertions.java
    index 780f5cad29..813f3aa4a2 100644
    --- a/assertj-core/src/main/java/org/assertj/core/api/Assertions.java
    +++ b/assertj-core/src/main/java/org/assertj/core/api/Assertions.java
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2012-2025 the original author or authors.
    + * Copyright 2012-2026 the original author or authors.
      *
      * Licensed under the Apache License, Version 2.0 (the "License");
      * you may not use this file except in compliance with the License.
    @@ -145,7 +145,7 @@
      * if that occurred assertThat(List) would also be a possible choice - thus confusing java 8.
      * 

    * This why {@link Assertions} have been split in {@link AssertionsForClassTypes} and {@link AssertionsForInterfaceTypes} - * (see http://stackoverflow.com/questions/29499847/ambiguous-method-in-java-8-why). + * (see Ambiguous method in Java 8, why?). * * @author Alex Ruiz * @author Yvonne Wang diff --git a/assertj-core/src/main/java/org/assertj/core/api/AssertionsForClassTypes.java b/assertj-core/src/main/java/org/assertj/core/api/AssertionsForClassTypes.java index 67186b17cd..480c573820 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AssertionsForClassTypes.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AssertionsForClassTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -78,7 +78,7 @@ * if that occurred assertThat(List) would also be a possible choice - thus confusing java 8. *

    * This why {@link Assertions} have been split in {@link AssertionsForClassTypes} and {@link AssertionsForInterfaceTypes} - * (see http://stackoverflow.com/questions/29499847/ambiguous-method-in-java-8-why). + * (see Ambiguous method in Java 8, why?). */ @CheckReturnValue public class AssertionsForClassTypes { diff --git a/assertj-core/src/main/java/org/assertj/core/api/AssertionsForInterfaceTypes.java b/assertj-core/src/main/java/org/assertj/core/api/AssertionsForInterfaceTypes.java index 0fbdfe9f3a..4b7ecdfd0b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AssertionsForInterfaceTypes.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AssertionsForInterfaceTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -51,7 +51,7 @@ * if that occurred assertThat(List) would also be a possible choice - thus confusing java 8. *

    * This why {@link Assertions} have been split in {@link AssertionsForClassTypes} and {@link AssertionsForInterfaceTypes} - * (see http://stackoverflow.com/questions/29499847/ambiguous-method-in-java-8-why). + * (see Ambiguous method in Java 8, why?). * * @author Alex Ruiz * @author Yvonne Wang diff --git a/assertj-core/src/main/java/org/assertj/core/api/AssumptionExceptionFactory.java b/assertj-core/src/main/java/org/assertj/core/api/AssumptionExceptionFactory.java index 1669a08f13..07c8dd921f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AssumptionExceptionFactory.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AssumptionExceptionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Assumptions.java b/assertj-core/src/main/java/org/assertj/core/api/Assumptions.java index ccf99c8a4d..fc7530e342 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Assumptions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Assumptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicBooleanAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicBooleanAssert.java index 8e13875e5c..5a5727f966 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicBooleanAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicBooleanAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerArrayAssert.java index 5ee68826f9..989b2cd68c 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerAssert.java index d759b03eb1..c205787d0d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerFieldUpdaterAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerFieldUpdaterAssert.java index 9e7db5331b..386397816e 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerFieldUpdaterAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicIntegerFieldUpdaterAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicLongArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicLongArrayAssert.java index 902385b8ce..02c7f96376 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicLongArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicLongArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicLongAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicLongAssert.java index 651dea5972..21b62d96b6 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicLongAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicLongAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicLongFieldUpdaterAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicLongFieldUpdaterAssert.java index 10b246809c..e25f81ac8f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicLongFieldUpdaterAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicLongFieldUpdaterAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicMarkableReferenceAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicMarkableReferenceAssert.java index 8e16b8b37c..7f36ee00ca 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicMarkableReferenceAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicMarkableReferenceAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceArrayAssert.java index 047fe154fb..56dee77eab 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceAssert.java index 57da8670e1..7c4700d4ca 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceFieldUpdaterAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceFieldUpdaterAssert.java index a7cc0eadd5..f85b822947 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceFieldUpdaterAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicReferenceFieldUpdaterAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AtomicStampedReferenceAssert.java b/assertj-core/src/main/java/org/assertj/core/api/AtomicStampedReferenceAssert.java index 2613150ac4..2f7cc180f7 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AtomicStampedReferenceAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AtomicStampedReferenceAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableBDDSoftAssertions.java b/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableBDDSoftAssertions.java index 7043fab78e..53b7767394 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableBDDSoftAssertions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableBDDSoftAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableSoftAssertions.java b/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableSoftAssertions.java index 1c6d95568b..73c2e67c1c 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableSoftAssertions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableSoftAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableSoftAssertionsProvider.java b/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableSoftAssertionsProvider.java index 51971e572c..49704ecfdf 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableSoftAssertionsProvider.java +++ b/assertj-core/src/main/java/org/assertj/core/api/AutoCloseableSoftAssertionsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/BDDAssertions.java b/assertj-core/src/main/java/org/assertj/core/api/BDDAssertions.java index d517fcb12e..b576082036 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/BDDAssertions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/BDDAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/BDDAssumptions.java b/assertj-core/src/main/java/org/assertj/core/api/BDDAssumptions.java index 393c1b2f47..bbe18a69a8 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/BDDAssumptions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/BDDAssumptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/BDDSoftAssertions.java b/assertj-core/src/main/java/org/assertj/core/api/BDDSoftAssertions.java index 28287f1d2e..2c60171991 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/BDDSoftAssertions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/BDDSoftAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/BDDSoftAssertionsProvider.java b/assertj-core/src/main/java/org/assertj/core/api/BDDSoftAssertionsProvider.java index 8920fde86a..dcffe6da73 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/BDDSoftAssertionsProvider.java +++ b/assertj-core/src/main/java/org/assertj/core/api/BDDSoftAssertionsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/BigDecimalAssert.java b/assertj-core/src/main/java/org/assertj/core/api/BigDecimalAssert.java index 25449ae81d..7ef761c4c1 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/BigDecimalAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/BigDecimalAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/BigDecimalScaleAssert.java b/assertj-core/src/main/java/org/assertj/core/api/BigDecimalScaleAssert.java index cb6358ba22..262b5d0847 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/BigDecimalScaleAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/BigDecimalScaleAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/BigIntegerAssert.java b/assertj-core/src/main/java/org/assertj/core/api/BigIntegerAssert.java index e045cbe14b..5d573881b6 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/BigIntegerAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/BigIntegerAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Boolean2DArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Boolean2DArrayAssert.java index 90fe04e9ac..e89350ede9 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Boolean2DArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Boolean2DArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/BooleanArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/BooleanArrayAssert.java index 08881b21df..db3e8e87bc 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/BooleanArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/BooleanArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/BooleanAssert.java b/assertj-core/src/main/java/org/assertj/core/api/BooleanAssert.java index 22d833c320..d075f4efb4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/BooleanAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/BooleanAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Byte2DArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Byte2DArrayAssert.java index e749e9d0f0..0b7e2b3489 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Byte2DArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Byte2DArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ByteArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ByteArrayAssert.java index ead0dfe954..33b02e6332 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ByteArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ByteArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ByteAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ByteAssert.java index 453b406384..c0451c34a5 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ByteAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ByteAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Char2DArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Char2DArrayAssert.java index 1ce5ef1e96..162b581e9c 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Char2DArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Char2DArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/CharArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/CharArrayAssert.java index 99c5180480..54d84ec76f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/CharArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/CharArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/CharSequenceAssert.java b/assertj-core/src/main/java/org/assertj/core/api/CharSequenceAssert.java index a9ea2a43d2..61caa43737 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/CharSequenceAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/CharSequenceAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/CharacterAssert.java b/assertj-core/src/main/java/org/assertj/core/api/CharacterAssert.java index e9c0ee4a90..2706ab3d41 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/CharacterAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/CharacterAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ClassAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ClassAssert.java index 9c4464eb74..89361f564d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ClassAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ClassAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ClassLoadingStrategyFactory.java b/assertj-core/src/main/java/org/assertj/core/api/ClassLoadingStrategyFactory.java index db94bdaedb..575769c72b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ClassLoadingStrategyFactory.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ClassLoadingStrategyFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/CollectionAssert.java b/assertj-core/src/main/java/org/assertj/core/api/CollectionAssert.java index e8b0c69c24..2fa8724a13 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/CollectionAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/CollectionAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ComparableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ComparableAssert.java index 9e0f98a221..7c8304ac5a 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ComparableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ComparableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ComparatorFactory.java b/assertj-core/src/main/java/org/assertj/core/api/ComparatorFactory.java index 5f816ee911..f386a7efab 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ComparatorFactory.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ComparatorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/CompletableFutureAssert.java b/assertj-core/src/main/java/org/assertj/core/api/CompletableFutureAssert.java index afbe1fb467..3504182f4f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/CompletableFutureAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/CompletableFutureAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Condition.java b/assertj-core/src/main/java/org/assertj/core/api/Condition.java index 16d739377d..c0e64ecec0 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Condition.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Condition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/DateAssert.java b/assertj-core/src/main/java/org/assertj/core/api/DateAssert.java index bfe20df6d2..ab51dc15a7 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/DateAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/DateAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/DefaultAssertionErrorCollector.java b/assertj-core/src/main/java/org/assertj/core/api/DefaultAssertionErrorCollector.java index 86a3b294b4..cb026168b4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/DefaultAssertionErrorCollector.java +++ b/assertj-core/src/main/java/org/assertj/core/api/DefaultAssertionErrorCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Descriptable.java b/assertj-core/src/main/java/org/assertj/core/api/Descriptable.java index dc526fb4d2..3d345061e4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Descriptable.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Descriptable.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Double2DArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Double2DArrayAssert.java index dfed9c9fd9..8b083ffd6b 100755 --- a/assertj-core/src/main/java/org/assertj/core/api/Double2DArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Double2DArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/DoubleArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/DoubleArrayAssert.java index 4d466244b4..bbc578fa56 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/DoubleArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/DoubleArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/DoubleAssert.java b/assertj-core/src/main/java/org/assertj/core/api/DoubleAssert.java index 92b243c83e..c4734dde39 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/DoubleAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/DoubleAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/DoublePredicateAssert.java b/assertj-core/src/main/java/org/assertj/core/api/DoublePredicateAssert.java index 53316756f2..95b8205b29 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/DoublePredicateAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/DoublePredicateAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/DurationAssert.java b/assertj-core/src/main/java/org/assertj/core/api/DurationAssert.java index 4174bfc85a..bb89b293cd 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/DurationAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/DurationAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/EnumerableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/EnumerableAssert.java index e4abf6b010..6b7ddf73e8 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/EnumerableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/EnumerableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ErrorCollector.java b/assertj-core/src/main/java/org/assertj/core/api/ErrorCollector.java index f9659e4651..ad342d839e 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ErrorCollector.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ErrorCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ExtensionPoints.java b/assertj-core/src/main/java/org/assertj/core/api/ExtensionPoints.java index 4f428f4673..9ab3c23fcb 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ExtensionPoints.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ExtensionPoints.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/FactoryBasedNavigableIterableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/FactoryBasedNavigableIterableAssert.java index 0b4d844b48..0ba5a1d30e 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/FactoryBasedNavigableIterableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/FactoryBasedNavigableIterableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,24 +20,26 @@ * through deeply nested models more easily. * * @since 2.5.0 / 3.5.0 + * @deprecated Use {@link AbstractIterableAssert#withElementAssert(AssertFactory)} instead. */ //@format:off -public class FactoryBasedNavigableIterableAssert, +@Deprecated +public class FactoryBasedNavigableIterableAssert, ACTUAL extends Iterable, ELEMENT, - ELEMENT_ASSERT extends AbstractAssert> + ELEMENT_ASSERT extends AbstractAssert> extends AbstractIterableAssert { +// @format:on private final AssertFactory assertFactory; -// @format:on - public FactoryBasedNavigableIterableAssert(ACTUAL actual, Class selfType, AssertFactory assertFactory) { super(actual, selfType); this.assertFactory = assertFactory; } + @SuppressWarnings("unchecked") @Override public ELEMENT_ASSERT toAssert(ELEMENT value, String description) { return assertFactory.createAssert(value).as(description); diff --git a/assertj-core/src/main/java/org/assertj/core/api/FactoryBasedNavigableListAssert.java b/assertj-core/src/main/java/org/assertj/core/api/FactoryBasedNavigableListAssert.java index a0f43f1467..225dbe9932 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/FactoryBasedNavigableListAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/FactoryBasedNavigableListAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,18 +24,19 @@ * through deeply nested models more easily. * * @since 2.5.0 / 3.5.0 + * @deprecated Use {@link AbstractListAssert#withElementAssert(AssertFactory)} instead. */ -//@format:off +// @format:off +@Deprecated public class FactoryBasedNavigableListAssert, ACTUAL extends List, ELEMENT, - ELEMENT_ASSERT extends AbstractAssert> + ELEMENT_ASSERT extends AbstractAssert> extends AbstractListAssert { +// @format:on private final AssertFactory assertFactory; -// @format:on - public FactoryBasedNavigableListAssert(ACTUAL actual, Class selfType, AssertFactory assertFactory) { super(actual, selfType); diff --git a/assertj-core/src/main/java/org/assertj/core/api/Fail.java b/assertj-core/src/main/java/org/assertj/core/api/Fail.java index cafd52771f..35f8fb19ba 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Fail.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Fail.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/FileAssert.java b/assertj-core/src/main/java/org/assertj/core/api/FileAssert.java index ebe42cdc56..fc91e15a09 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/FileAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/FileAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/FileSizeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/FileSizeAssert.java index 763bf3e450..519ebb670b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/FileSizeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/FileSizeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Float2DArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Float2DArrayAssert.java index 25135d9919..e94854f784 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Float2DArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Float2DArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/FloatArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/FloatArrayAssert.java index 50966e2cf1..ca21009599 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/FloatArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/FloatArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/FloatAssert.java b/assertj-core/src/main/java/org/assertj/core/api/FloatAssert.java index 9077efc1ad..b6977ced06 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/FloatAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/FloatAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/FloatingPointNumberAssert.java b/assertj-core/src/main/java/org/assertj/core/api/FloatingPointNumberAssert.java index 7cbac11670..d029fddbfd 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/FloatingPointNumberAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/FloatingPointNumberAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/FutureAssert.java b/assertj-core/src/main/java/org/assertj/core/api/FutureAssert.java index 2d16dddf04..da714ff758 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/FutureAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/FutureAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/GenericComparableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/GenericComparableAssert.java index 75c6cacfa0..1c5769f592 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/GenericComparableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/GenericComparableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/HamcrestCondition.java b/assertj-core/src/main/java/org/assertj/core/api/HamcrestCondition.java index a691eb30a2..bdc26e419b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/HamcrestCondition.java +++ b/assertj-core/src/main/java/org/assertj/core/api/HamcrestCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/HashSetAssert.java b/assertj-core/src/main/java/org/assertj/core/api/HashSetAssert.java index cbfbcf97af..99fcbeefc7 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/HashSetAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/HashSetAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/IndexedObjectEnumerableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/IndexedObjectEnumerableAssert.java index e1fe9f5328..eb6be5841e 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/IndexedObjectEnumerableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/IndexedObjectEnumerableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/InputStreamAssert.java b/assertj-core/src/main/java/org/assertj/core/api/InputStreamAssert.java index 9f9ef0dd6a..66ead94b36 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/InputStreamAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/InputStreamAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/InstanceOfAssertFactories.java b/assertj-core/src/main/java/org/assertj/core/api/InstanceOfAssertFactories.java index 6a5847a749..6449050470 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/InstanceOfAssertFactories.java +++ b/assertj-core/src/main/java/org/assertj/core/api/InstanceOfAssertFactories.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/InstanceOfAssertFactory.java b/assertj-core/src/main/java/org/assertj/core/api/InstanceOfAssertFactory.java index eaf454e4f7..c38f58fb3a 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/InstanceOfAssertFactory.java +++ b/assertj-core/src/main/java/org/assertj/core/api/InstanceOfAssertFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/InstantAssert.java b/assertj-core/src/main/java/org/assertj/core/api/InstantAssert.java index 18ad86dcbc..1c4431c9a3 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/InstantAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/InstantAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Int2DArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Int2DArrayAssert.java index 0d5044ca1d..315354aa69 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Int2DArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Int2DArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/IntArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/IntArrayAssert.java index eaf5a65929..43780d21f1 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/IntArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/IntArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/IntPredicateAssert.java b/assertj-core/src/main/java/org/assertj/core/api/IntPredicateAssert.java index 2989da278b..54836978f4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/IntPredicateAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/IntPredicateAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/IntegerAssert.java b/assertj-core/src/main/java/org/assertj/core/api/IntegerAssert.java index 32f7d2e6bb..8529748be4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/IntegerAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/IntegerAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/IterableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/IterableAssert.java index 7b2d38482a..d3cfe325df 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/IterableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/IterableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/IterableSizeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/IterableSizeAssert.java index 4dd0e4b285..5e3bcdb3e7 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/IterableSizeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/IterableSizeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/IteratorAssert.java b/assertj-core/src/main/java/org/assertj/core/api/IteratorAssert.java index 29c4031259..b23025c267 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/IteratorAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/IteratorAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ListAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ListAssert.java index cdc7b059be..aa00ba9650 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ListAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ListAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/LocalDateAssert.java b/assertj-core/src/main/java/org/assertj/core/api/LocalDateAssert.java index 59baee47cb..07007880ef 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/LocalDateAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/LocalDateAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/LocalDateTimeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/LocalDateTimeAssert.java index 40c7b75680..8411965e4d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/LocalDateTimeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/LocalDateTimeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/LocalTimeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/LocalTimeAssert.java index 323c6aed75..a1ae0aaa7f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/LocalTimeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/LocalTimeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Long2DArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Long2DArrayAssert.java index c1d5efa392..e1a4569c3a 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Long2DArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Long2DArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/LongAdderAssert.java b/assertj-core/src/main/java/org/assertj/core/api/LongAdderAssert.java index 599f56a7c1..28886aaf85 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/LongAdderAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/LongAdderAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/LongArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/LongArrayAssert.java index a93adc84b1..d28e6653fc 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/LongArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/LongArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/LongAssert.java b/assertj-core/src/main/java/org/assertj/core/api/LongAssert.java index e52c3842ea..223d64463b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/LongAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/LongAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/LongPredicateAssert.java b/assertj-core/src/main/java/org/assertj/core/api/LongPredicateAssert.java index e5a6929c12..c27efd1519 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/LongPredicateAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/LongPredicateAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/MapAssert.java b/assertj-core/src/main/java/org/assertj/core/api/MapAssert.java index 72112150e9..fd4b40616c 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/MapAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/MapAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/MapSizeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/MapSizeAssert.java index 665864f50c..4e92a35fa6 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/MapSizeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/MapSizeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/MatcherAssert.java b/assertj-core/src/main/java/org/assertj/core/api/MatcherAssert.java index 55997c53a3..86cab2bb2c 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/MatcherAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/MatcherAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/NotThrownAssert.java b/assertj-core/src/main/java/org/assertj/core/api/NotThrownAssert.java index 0cafb06e6b..03682ca39f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/NotThrownAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/NotThrownAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/NumberAssert.java b/assertj-core/src/main/java/org/assertj/core/api/NumberAssert.java index 6680a425be..24ec7609f4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/NumberAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/NumberAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Object2DArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Object2DArrayAssert.java index 20e766be57..8176101afa 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Object2DArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Object2DArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ObjectArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ObjectArrayAssert.java index 5f98a4557e..ca2d24ef96 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ObjectArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ObjectArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ObjectAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ObjectAssert.java index 951e94056c..cdbad10566 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ObjectAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ObjectAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ObjectEnumerableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ObjectEnumerableAssert.java index 8ad62dc886..1e17020eb3 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ObjectEnumerableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ObjectEnumerableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/OffsetDateTimeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/OffsetDateTimeAssert.java index 7be9a695db..9de65cbbd8 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/OffsetDateTimeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/OffsetDateTimeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/OffsetTimeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/OffsetTimeAssert.java index 7a34227784..4778fd743d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/OffsetTimeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/OffsetTimeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/OptionalAssert.java b/assertj-core/src/main/java/org/assertj/core/api/OptionalAssert.java index 5209291c18..fc5d8ca00d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/OptionalAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/OptionalAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/OptionalDoubleAssert.java b/assertj-core/src/main/java/org/assertj/core/api/OptionalDoubleAssert.java index 96adba1caf..3365ccc6e9 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/OptionalDoubleAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/OptionalDoubleAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/OptionalIntAssert.java b/assertj-core/src/main/java/org/assertj/core/api/OptionalIntAssert.java index 0e0652048d..a66c12218d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/OptionalIntAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/OptionalIntAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/OptionalLongAssert.java b/assertj-core/src/main/java/org/assertj/core/api/OptionalLongAssert.java index 0651dcdf02..ad36f0b8db 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/OptionalLongAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/OptionalLongAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/PathAssert.java b/assertj-core/src/main/java/org/assertj/core/api/PathAssert.java index 4d48a4aa18..716e2e36c7 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/PathAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/PathAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/PeriodAssert.java b/assertj-core/src/main/java/org/assertj/core/api/PeriodAssert.java index cf84ebb0b1..4b1df16297 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/PeriodAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/PeriodAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/PredicateAssert.java b/assertj-core/src/main/java/org/assertj/core/api/PredicateAssert.java index 99f64e1e76..540d7713e5 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/PredicateAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/PredicateAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ProxifyMethodChangingTheObjectUnderTest.java b/assertj-core/src/main/java/org/assertj/core/api/ProxifyMethodChangingTheObjectUnderTest.java index 4de859ad26..8ce64b125b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ProxifyMethodChangingTheObjectUnderTest.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ProxifyMethodChangingTheObjectUnderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/RecursiveAssertionAssert.java b/assertj-core/src/main/java/org/assertj/core/api/RecursiveAssertionAssert.java index 6c4ea1eee2..a3c980f9f2 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/RecursiveAssertionAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/RecursiveAssertionAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/RecursiveComparisonAssert.java b/assertj-core/src/main/java/org/assertj/core/api/RecursiveComparisonAssert.java index f9abdeee04..bf12f3ccc5 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/RecursiveComparisonAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/RecursiveComparisonAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/Short2DArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/Short2DArrayAssert.java index 99ebacb0a5..ccfbe1af0f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/Short2DArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/Short2DArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ShortArrayAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ShortArrayAssert.java index 01f7308ed2..926874a24b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ShortArrayAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ShortArrayAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ShortAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ShortAssert.java index 6db97b2362..609feb5ad8 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ShortAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ShortAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/SoftAssertionError.java b/assertj-core/src/main/java/org/assertj/core/api/SoftAssertionError.java index 8a1f429468..0a3b887986 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/SoftAssertionError.java +++ b/assertj-core/src/main/java/org/assertj/core/api/SoftAssertionError.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/SoftAssertions.java b/assertj-core/src/main/java/org/assertj/core/api/SoftAssertions.java index e1bb8e95f9..fda9a9c2da 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/SoftAssertions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/SoftAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/SoftAssertionsProvider.java b/assertj-core/src/main/java/org/assertj/core/api/SoftAssertionsProvider.java index 44532b6141..07e8c824c0 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/SoftAssertionsProvider.java +++ b/assertj-core/src/main/java/org/assertj/core/api/SoftAssertionsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/SoftProxies.java b/assertj-core/src/main/java/org/assertj/core/api/SoftProxies.java index ad801bfe20..2faee2f38a 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/SoftProxies.java +++ b/assertj-core/src/main/java/org/assertj/core/api/SoftProxies.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/SoftThrowableAssertAlternative.java b/assertj-core/src/main/java/org/assertj/core/api/SoftThrowableAssertAlternative.java index 31e5359eea..7b62484580 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/SoftThrowableAssertAlternative.java +++ b/assertj-core/src/main/java/org/assertj/core/api/SoftThrowableAssertAlternative.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/SoftThrowableTypeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/SoftThrowableTypeAssert.java index e7dfcc8873..4831386ae6 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/SoftThrowableTypeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/SoftThrowableTypeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/SpliteratorAssert.java b/assertj-core/src/main/java/org/assertj/core/api/SpliteratorAssert.java index d268346666..747c78e408 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/SpliteratorAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/SpliteratorAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/StandardSoftAssertionsProvider.java b/assertj-core/src/main/java/org/assertj/core/api/StandardSoftAssertionsProvider.java index 68f3d0b1b3..f4290377e5 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/StandardSoftAssertionsProvider.java +++ b/assertj-core/src/main/java/org/assertj/core/api/StandardSoftAssertionsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/StringAssert.java b/assertj-core/src/main/java/org/assertj/core/api/StringAssert.java index f37c4e48e3..7128f7d572 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/StringAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/StringAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/SuppressedExceptionsAssert.java b/assertj-core/src/main/java/org/assertj/core/api/SuppressedExceptionsAssert.java index 6040d66cc9..658a32d433 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/SuppressedExceptionsAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/SuppressedExceptionsAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/TemporalAssert.java b/assertj-core/src/main/java/org/assertj/core/api/TemporalAssert.java index 1c8c382916..7db889ee94 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/TemporalAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/TemporalAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ThrowableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ThrowableAssert.java index 8a42b0e9b2..1233e2210a 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ThrowableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ThrowableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ThrowableAssertAlternative.java b/assertj-core/src/main/java/org/assertj/core/api/ThrowableAssertAlternative.java index a9b8d6e40a..d3a7208d5f 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ThrowableAssertAlternative.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ThrowableAssertAlternative.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ThrowableTypeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ThrowableTypeAssert.java index bc63c7bdd2..1641a59495 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ThrowableTypeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ThrowableTypeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ThrowingConsumer.java b/assertj-core/src/main/java/org/assertj/core/api/ThrowingConsumer.java index c41952d1a9..896e56ba19 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ThrowingConsumer.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ThrowingConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/UniversalComparableAssert.java b/assertj-core/src/main/java/org/assertj/core/api/UniversalComparableAssert.java index e450b91452..e394ac433d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/UniversalComparableAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/UniversalComparableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/UriAssert.java b/assertj-core/src/main/java/org/assertj/core/api/UriAssert.java index ac819124db..bffdcff800 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/UriAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/UriAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/UrlAssert.java b/assertj-core/src/main/java/org/assertj/core/api/UrlAssert.java index 3eb2bfb21e..939e829da2 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/UrlAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/UrlAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/WithAssertions.java b/assertj-core/src/main/java/org/assertj/core/api/WithAssertions.java index 53065a6a98..94a1872502 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/WithAssertions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/WithAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/WithAssumptions.java b/assertj-core/src/main/java/org/assertj/core/api/WithAssumptions.java index 7ec78cf14b..bb60ce589c 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/WithAssumptions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/WithAssumptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/WithThrowable.java b/assertj-core/src/main/java/org/assertj/core/api/WithThrowable.java index 47b21fe8d6..6816a019db 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/WithThrowable.java +++ b/assertj-core/src/main/java/org/assertj/core/api/WithThrowable.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/WritableAssertionInfo.java b/assertj-core/src/main/java/org/assertj/core/api/WritableAssertionInfo.java index 3b1a5af7ae..1a6ae23d8a 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/WritableAssertionInfo.java +++ b/assertj-core/src/main/java/org/assertj/core/api/WritableAssertionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/YearMonthAssert.java b/assertj-core/src/main/java/org/assertj/core/api/YearMonthAssert.java index 79007e756b..7545522264 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/YearMonthAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/YearMonthAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/ZonedDateTimeAssert.java b/assertj-core/src/main/java/org/assertj/core/api/ZonedDateTimeAssert.java index 809ef71e1c..8e44ffc250 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/ZonedDateTimeAssert.java +++ b/assertj-core/src/main/java/org/assertj/core/api/ZonedDateTimeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/AbstractComparisonStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/AbstractComparisonStrategy.java index 28cb33800e..ee371a20c1 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/AbstractComparisonStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/AbstractComparisonStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/AtomicReferenceArrayElementComparisonStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/AtomicReferenceArrayElementComparisonStrategy.java index 03e7cd14be..67e547c4f1 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/AtomicReferenceArrayElementComparisonStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/AtomicReferenceArrayElementComparisonStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ComparatorBasedComparisonStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ComparatorBasedComparisonStrategy.java index e354632ddc..b91f8bdc9e 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ComparatorBasedComparisonStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ComparatorBasedComparisonStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ComparisonStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ComparisonStrategy.java index 924e404892..7e7fd3d216 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ComparisonStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ComparisonStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/IterableElementComparisonStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/IterableElementComparisonStrategy.java index 315f9b2dff..4e9af244fd 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/IterableElementComparisonStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/IterableElementComparisonStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ObjectArrayElementComparisonStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ObjectArrayElementComparisonStrategy.java index 59ebd72c17..004fa585cb 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ObjectArrayElementComparisonStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/ObjectArrayElementComparisonStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/StandardComparisonStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/StandardComparisonStrategy.java index 91f950a716..e73230990b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/StandardComparisonStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/comparisonstrategy/StandardComparisonStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/exception/PathsException.java b/assertj-core/src/main/java/org/assertj/core/api/exception/PathsException.java index a3661e0f6d..0a97b8bcea 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/exception/PathsException.java +++ b/assertj-core/src/main/java/org/assertj/core/api/exception/PathsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/filter/FilterOperator.java b/assertj-core/src/main/java/org/assertj/core/api/filter/FilterOperator.java index ecc8e73640..7d3a3c71cb 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/filter/FilterOperator.java +++ b/assertj-core/src/main/java/org/assertj/core/api/filter/FilterOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/filter/Filters.java b/assertj-core/src/main/java/org/assertj/core/api/filter/Filters.java index 3287ca2e13..890ceceb63 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/filter/Filters.java +++ b/assertj-core/src/main/java/org/assertj/core/api/filter/Filters.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/filter/InFilter.java b/assertj-core/src/main/java/org/assertj/core/api/filter/InFilter.java index 08a13ae6ef..c035a0d8f5 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/filter/InFilter.java +++ b/assertj-core/src/main/java/org/assertj/core/api/filter/InFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/filter/NotFilter.java b/assertj-core/src/main/java/org/assertj/core/api/filter/NotFilter.java index 6292634ea4..b183c598d4 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/filter/NotFilter.java +++ b/assertj-core/src/main/java/org/assertj/core/api/filter/NotFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/filter/NotInFilter.java b/assertj-core/src/main/java/org/assertj/core/api/filter/NotInFilter.java index 16b780743a..97bfe3c756 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/filter/NotInFilter.java +++ b/assertj-core/src/main/java/org/assertj/core/api/filter/NotInFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/iterable/ThrowingExtractor.java b/assertj-core/src/main/java/org/assertj/core/api/iterable/ThrowingExtractor.java index 2a84e4f0ba..274c20d123 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/iterable/ThrowingExtractor.java +++ b/assertj-core/src/main/java/org/assertj/core/api/iterable/ThrowingExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/junit/jupiter/InjectSoftAssertions.java b/assertj-core/src/main/java/org/assertj/core/api/junit/jupiter/InjectSoftAssertions.java index 2843032775..3b87f48272 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/junit/jupiter/InjectSoftAssertions.java +++ b/assertj-core/src/main/java/org/assertj/core/api/junit/jupiter/InjectSoftAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/junit/jupiter/SoftAssertionsExtension.java b/assertj-core/src/main/java/org/assertj/core/api/junit/jupiter/SoftAssertionsExtension.java index ad155dbd93..56d194de2b 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/junit/jupiter/SoftAssertionsExtension.java +++ b/assertj-core/src/main/java/org/assertj/core/api/junit/jupiter/SoftAssertionsExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/AbstractRecursiveOperationConfiguration.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/AbstractRecursiveOperationConfiguration.java index a44d1cbaf0..d70d5ed845 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/AbstractRecursiveOperationConfiguration.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/AbstractRecursiveOperationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/DefaultRecursiveAssertionIntrospectionStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/DefaultRecursiveAssertionIntrospectionStrategy.java index a00729754b..5d418f18ef 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/DefaultRecursiveAssertionIntrospectionStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/DefaultRecursiveAssertionIntrospectionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionConfiguration.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionConfiguration.java index 73cbf01e3b..4eedf7b290 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionConfiguration.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionDriver.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionDriver.java index 42ff3772de..126a616296 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionDriver.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionIntrospectionStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionIntrospectionStrategy.java index 01f5f4feb8..482578b28d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionIntrospectionStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionIntrospectionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionNode.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionNode.java index 547b569bfc..c103eeeb63 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionNode.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/assertion/RecursiveAssertionNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/AbstractRecursiveComparisonIntrospectionStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/AbstractRecursiveComparisonIntrospectionStrategy.java index 2095ad6bb5..123fa027b3 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/AbstractRecursiveComparisonIntrospectionStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/AbstractRecursiveComparisonIntrospectionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingFields.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingFields.java index a3a199c62a..07d82436c3 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingFields.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingFields.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingNormalizedFields.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingNormalizedFields.java index 20219a0bd8..1991193db2 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingNormalizedFields.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingNormalizedFields.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingProperties.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingProperties.java index 6b52a40e7e..854067923d 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingProperties.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingSnakeOrCamelCaseFields.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingSnakeOrCamelCaseFields.java index 91c4b7f7ff..1f3681b185 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingSnakeOrCamelCaseFields.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparingSnakeOrCamelCaseFields.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparisonDifference.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparisonDifference.java index 5b561eea9c..2a65c50c33 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparisonDifference.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparisonDifference.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparisonKeyDifference.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparisonKeyDifference.java index ce3204e453..a829d25107 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparisonKeyDifference.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/ComparisonKeyDifference.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/DualValue.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/DualValue.java index 0c97fdac70..70e07f2387 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/DualValue.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/DualValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/DualValueDeque.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/DualValueDeque.java index 3aea6fbf49..5d0a67f3cd 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/DualValueDeque.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/DualValueDeque.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldComparators.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldComparators.java index dccfee0984..a4e7bfa666 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldComparators.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldComparators.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldHolder.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldHolder.java index 8c95094ad9..3e09caf5c6 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldHolder.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldLocation.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldLocation.java index ccb9a2b785..7bddd624dd 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldLocation.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldLocation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldMessages.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldMessages.java index bb5c958a75..7b3086b4c0 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldMessages.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/FieldMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/LegacyRecursiveComparisonIntrospectionStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/LegacyRecursiveComparisonIntrospectionStrategy.java index 83ac0d5538..43422953ef 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/LegacyRecursiveComparisonIntrospectionStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/LegacyRecursiveComparisonIntrospectionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparator.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparator.java index 0e4e2369e2..2da054df60 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonConfiguration.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonConfiguration.java index 24effd26e1..d88fcfefcb 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonConfiguration.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonDifferenceCalculator.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonDifferenceCalculator.java index 5a6a19babd..27aa3c279a 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonDifferenceCalculator.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonDifferenceCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonIntrospectionStrategy.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonIntrospectionStrategy.java index 44645543ef..c7a0412259 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonIntrospectionStrategy.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/RecursiveComparisonIntrospectionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/VisitedDualValues.java b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/VisitedDualValues.java index 86306ba36c..5d0a322ee3 100644 --- a/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/VisitedDualValues.java +++ b/assertj-core/src/main/java/org/assertj/core/api/recursive/comparison/VisitedDualValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/condition/AllOf.java b/assertj-core/src/main/java/org/assertj/core/condition/AllOf.java index 87cb3f54f9..d354a3f145 100644 --- a/assertj-core/src/main/java/org/assertj/core/condition/AllOf.java +++ b/assertj-core/src/main/java/org/assertj/core/condition/AllOf.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/condition/AnyOf.java b/assertj-core/src/main/java/org/assertj/core/condition/AnyOf.java index 3fdaa383d1..57094a8e66 100644 --- a/assertj-core/src/main/java/org/assertj/core/condition/AnyOf.java +++ b/assertj-core/src/main/java/org/assertj/core/condition/AnyOf.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/condition/DoesNotHave.java b/assertj-core/src/main/java/org/assertj/core/condition/DoesNotHave.java index 310315b22e..5bb2b7c077 100644 --- a/assertj-core/src/main/java/org/assertj/core/condition/DoesNotHave.java +++ b/assertj-core/src/main/java/org/assertj/core/condition/DoesNotHave.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/condition/Join.java b/assertj-core/src/main/java/org/assertj/core/condition/Join.java index 8082dcd4f6..d09e0398c7 100644 --- a/assertj-core/src/main/java/org/assertj/core/condition/Join.java +++ b/assertj-core/src/main/java/org/assertj/core/condition/Join.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/condition/MappedCondition.java b/assertj-core/src/main/java/org/assertj/core/condition/MappedCondition.java index 66c953cb97..81628c6f2a 100644 --- a/assertj-core/src/main/java/org/assertj/core/condition/MappedCondition.java +++ b/assertj-core/src/main/java/org/assertj/core/condition/MappedCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/condition/Negative.java b/assertj-core/src/main/java/org/assertj/core/condition/Negative.java index 17e7b206b4..7f01303011 100644 --- a/assertj-core/src/main/java/org/assertj/core/condition/Negative.java +++ b/assertj-core/src/main/java/org/assertj/core/condition/Negative.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/condition/NestableCondition.java b/assertj-core/src/main/java/org/assertj/core/condition/NestableCondition.java index 49eeebc834..dd77724b4c 100644 --- a/assertj-core/src/main/java/org/assertj/core/condition/NestableCondition.java +++ b/assertj-core/src/main/java/org/assertj/core/condition/NestableCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/condition/Not.java b/assertj-core/src/main/java/org/assertj/core/condition/Not.java index 6f6854e2e7..46882de306 100644 --- a/assertj-core/src/main/java/org/assertj/core/condition/Not.java +++ b/assertj-core/src/main/java/org/assertj/core/condition/Not.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/condition/VerboseCondition.java b/assertj-core/src/main/java/org/assertj/core/condition/VerboseCondition.java index 31dcbd5db3..5c25492031 100644 --- a/assertj-core/src/main/java/org/assertj/core/condition/VerboseCondition.java +++ b/assertj-core/src/main/java/org/assertj/core/condition/VerboseCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/configuration/Configuration.java b/assertj-core/src/main/java/org/assertj/core/configuration/Configuration.java index f25c9a5d16..f3c1325fb6 100644 --- a/assertj-core/src/main/java/org/assertj/core/configuration/Configuration.java +++ b/assertj-core/src/main/java/org/assertj/core/configuration/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/configuration/ConfigurationProvider.java b/assertj-core/src/main/java/org/assertj/core/configuration/ConfigurationProvider.java index ac4ee998ad..0de463b3c2 100644 --- a/assertj-core/src/main/java/org/assertj/core/configuration/ConfigurationProvider.java +++ b/assertj-core/src/main/java/org/assertj/core/configuration/ConfigurationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/configuration/PreferredAssumptionException.java b/assertj-core/src/main/java/org/assertj/core/configuration/PreferredAssumptionException.java index 07bb1bdd64..7102f1a97f 100644 --- a/assertj-core/src/main/java/org/assertj/core/configuration/PreferredAssumptionException.java +++ b/assertj-core/src/main/java/org/assertj/core/configuration/PreferredAssumptionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/configuration/Services.java b/assertj-core/src/main/java/org/assertj/core/configuration/Services.java index 393368d945..fe921a0ba2 100644 --- a/assertj-core/src/main/java/org/assertj/core/configuration/Services.java +++ b/assertj-core/src/main/java/org/assertj/core/configuration/Services.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/data/Index.java b/assertj-core/src/main/java/org/assertj/core/data/Index.java index 5292ee26d6..f3679eb62c 100644 --- a/assertj-core/src/main/java/org/assertj/core/data/Index.java +++ b/assertj-core/src/main/java/org/assertj/core/data/Index.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/data/MapEntry.java b/assertj-core/src/main/java/org/assertj/core/data/MapEntry.java index d71280161d..7f77215980 100644 --- a/assertj-core/src/main/java/org/assertj/core/data/MapEntry.java +++ b/assertj-core/src/main/java/org/assertj/core/data/MapEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/data/Offset.java b/assertj-core/src/main/java/org/assertj/core/data/Offset.java index 2ff9c275c5..58f941ee79 100644 --- a/assertj-core/src/main/java/org/assertj/core/data/Offset.java +++ b/assertj-core/src/main/java/org/assertj/core/data/Offset.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/data/Percentage.java b/assertj-core/src/main/java/org/assertj/core/data/Percentage.java index 6d3b41c076..bb4280e17f 100644 --- a/assertj-core/src/main/java/org/assertj/core/data/Percentage.java +++ b/assertj-core/src/main/java/org/assertj/core/data/Percentage.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/data/TemporalOffset.java b/assertj-core/src/main/java/org/assertj/core/data/TemporalOffset.java index 9c90e9a1ef..7c06475229 100644 --- a/assertj-core/src/main/java/org/assertj/core/data/TemporalOffset.java +++ b/assertj-core/src/main/java/org/assertj/core/data/TemporalOffset.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitLessThanOffset.java b/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitLessThanOffset.java index 47a3b85bab..94340b076a 100644 --- a/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitLessThanOffset.java +++ b/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitLessThanOffset.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitOffset.java b/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitOffset.java index ab77270bf2..ecdd9d2465 100644 --- a/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitOffset.java +++ b/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitOffset.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitWithinOffset.java b/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitWithinOffset.java index e7e8ddae27..b717f9e09a 100644 --- a/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitWithinOffset.java +++ b/assertj-core/src/main/java/org/assertj/core/data/TemporalUnitWithinOffset.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/description/Description.java b/assertj-core/src/main/java/org/assertj/core/description/Description.java index 3d59088447..f5957c096b 100644 --- a/assertj-core/src/main/java/org/assertj/core/description/Description.java +++ b/assertj-core/src/main/java/org/assertj/core/description/Description.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/description/EmptyTextDescription.java b/assertj-core/src/main/java/org/assertj/core/description/EmptyTextDescription.java index 3fc3843f9a..1e75f32a89 100644 --- a/assertj-core/src/main/java/org/assertj/core/description/EmptyTextDescription.java +++ b/assertj-core/src/main/java/org/assertj/core/description/EmptyTextDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/description/JoinDescription.java b/assertj-core/src/main/java/org/assertj/core/description/JoinDescription.java index 8fdaba1c9c..d991c92382 100644 --- a/assertj-core/src/main/java/org/assertj/core/description/JoinDescription.java +++ b/assertj-core/src/main/java/org/assertj/core/description/JoinDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/description/LazyTextDescription.java b/assertj-core/src/main/java/org/assertj/core/description/LazyTextDescription.java index d825a0c7b2..f92196576e 100644 --- a/assertj-core/src/main/java/org/assertj/core/description/LazyTextDescription.java +++ b/assertj-core/src/main/java/org/assertj/core/description/LazyTextDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/description/TextDescription.java b/assertj-core/src/main/java/org/assertj/core/description/TextDescription.java index 176471ae8b..cef15afa31 100644 --- a/assertj-core/src/main/java/org/assertj/core/description/TextDescription.java +++ b/assertj-core/src/main/java/org/assertj/core/description/TextDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/AbstractShouldHaveTextContent.java b/assertj-core/src/main/java/org/assertj/core/error/AbstractShouldHaveTextContent.java index 6d9b61f986..7062713096 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/AbstractShouldHaveTextContent.java +++ b/assertj-core/src/main/java/org/assertj/core/error/AbstractShouldHaveTextContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ActualIsNotEmpty.java b/assertj-core/src/main/java/org/assertj/core/error/ActualIsNotEmpty.java index ec276ee09f..e72d06759e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ActualIsNotEmpty.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ActualIsNotEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/AnyElementShouldMatch.java b/assertj-core/src/main/java/org/assertj/core/error/AnyElementShouldMatch.java index 66d6269e0e..650f9858a9 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/AnyElementShouldMatch.java +++ b/assertj-core/src/main/java/org/assertj/core/error/AnyElementShouldMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/AssertionErrorCreator.java b/assertj-core/src/main/java/org/assertj/core/error/AssertionErrorCreator.java index e9c96db33e..0e0e8ec220 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/AssertionErrorCreator.java +++ b/assertj-core/src/main/java/org/assertj/core/error/AssertionErrorCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ import static org.assertj.core.util.Arrays.array; +import java.lang.reflect.Method; import java.util.List; import java.util.Optional; @@ -27,6 +28,7 @@ public class AssertionErrorCreator { private static final Class[] MSG_ARG_TYPES_FOR_ASSERTION_FAILED_ERROR = array(String.class, Object.class, Object.class); + private Method valueWrapperCreateMethod; // TODO reduce the visibility of the fields annotated with @VisibleForTesting ConstructorInvoker constructorInvoker; @@ -37,23 +39,28 @@ public AssertionErrorCreator() { public AssertionErrorCreator(ConstructorInvoker constructorInvoker) { this.constructorInvoker = constructorInvoker; + try { + Class valueWrapperClass = Class.forName("org.opentest4j.ValueWrapper"); + valueWrapperCreateMethod = valueWrapperClass.getMethod("create", Object.class, String.class); + } catch (Exception e) { + valueWrapperCreateMethod = null; + } } // single assertion error public AssertionError assertionError(String message, Object actual, Object expected, Representation representation) { - return assertionFailedError(message, actual, expected).orElse(assertionError(message)); + return assertionFailedError(message, actual, expected, representation).orElse(assertionError(message)); } - private Optional assertionFailedError(String message, Object actual, Object expected) { + private Optional assertionFailedError(String message, Object actual, Object expected, + Representation representation) { try { - // TODO use UnambiguousRepresentation unambiguousRepresentation = new UnambiguousRepresentation(representation, actual, - // expected); Object o = constructorInvoker.newInstance("org.opentest4j.AssertionFailedError", MSG_ARG_TYPES_FOR_ASSERTION_FAILED_ERROR, message, - expected, - actual); + valueWrapper(expected, representation), + valueWrapper(actual, representation)); if (o instanceof AssertionError error) return Optional.of(error); @@ -61,6 +68,15 @@ private Optional assertionFailedError(String message, Object act return Optional.empty(); } + private Object valueWrapper(Object value, Representation representation) { + if (valueWrapperCreateMethod == null) return value; + try { + return valueWrapperCreateMethod.invoke(null, value, representation.toStringOf(value)); + } catch (Exception e) { + return value; // best effort + } + } + public AssertionError assertionError(String message) { return new AssertionError(message); } diff --git a/assertj-core/src/main/java/org/assertj/core/error/AssertionErrorMessagesAggregator.java b/assertj-core/src/main/java/org/assertj/core/error/AssertionErrorMessagesAggregator.java index f3bb152fe8..78b0253675 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/AssertionErrorMessagesAggregator.java +++ b/assertj-core/src/main/java/org/assertj/core/error/AssertionErrorMessagesAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/BasicErrorMessageFactory.java b/assertj-core/src/main/java/org/assertj/core/error/BasicErrorMessageFactory.java index fc78749c51..71cce1d89e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/BasicErrorMessageFactory.java +++ b/assertj-core/src/main/java/org/assertj/core/error/BasicErrorMessageFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ClassModifierShouldBe.java b/assertj-core/src/main/java/org/assertj/core/error/ClassModifierShouldBe.java index dc329030d4..3b2cead842 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ClassModifierShouldBe.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ClassModifierShouldBe.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ConditionAndGroupGenericParameterTypeShouldBeTheSame.java b/assertj-core/src/main/java/org/assertj/core/error/ConditionAndGroupGenericParameterTypeShouldBeTheSame.java index 04930d5bdd..a9f8b31497 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ConditionAndGroupGenericParameterTypeShouldBeTheSame.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ConditionAndGroupGenericParameterTypeShouldBeTheSame.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ConstructorInvoker.java b/assertj-core/src/main/java/org/assertj/core/error/ConstructorInvoker.java index d3e3c7a062..7e73b34b6e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ConstructorInvoker.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ConstructorInvoker.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/DescriptionFormatter.java b/assertj-core/src/main/java/org/assertj/core/error/DescriptionFormatter.java index a5d1b1c55e..ca9fc78aa3 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/DescriptionFormatter.java +++ b/assertj-core/src/main/java/org/assertj/core/error/DescriptionFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBe.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBe.java index fcacf22f3a..47c2dde855 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBe.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBe.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeAtLeast.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeAtLeast.java index 36fd84e87d..23a63f855d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeAtLeast.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeAtLeast.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeAtMost.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeAtMost.java index e569b7a8cc..96e5b7663f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeAtMost.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeAtMost.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeExactly.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeExactly.java index 1858e6a1a4..b26aece6af 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeExactly.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldBeExactly.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHave.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHave.java index c9f72ef469..e0411907eb 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHave.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHave.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveAtLeast.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveAtLeast.java index 01abd4fa44..71c5876332 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveAtLeast.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveAtLeast.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveAtMost.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveAtMost.java index f3d2855434..91161de3ea 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveAtMost.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveAtMost.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveExactly.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveExactly.java index 8889991074..6e951114db 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveExactly.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldHaveExactly.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldMatch.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldMatch.java index 475427fe1e..0bb91d9bef 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldMatch.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldNotBe.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldNotBe.java index 9efac300a3..441e1b8c41 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldNotBe.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldNotBe.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldNotHave.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldNotHave.java index 1463da8416..c5ca23845c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldNotHave.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldNotHave.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldSatisfy.java b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldSatisfy.java index 46a2d7697d..70b0ffdf9a 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldSatisfy.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ElementsShouldSatisfy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ErrorMessageFactory.java b/assertj-core/src/main/java/org/assertj/core/error/ErrorMessageFactory.java index 61d0a17b44..6f43539735 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ErrorMessageFactory.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ErrorMessageFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/GroupTypeDescription.java b/assertj-core/src/main/java/org/assertj/core/error/GroupTypeDescription.java index fb9c523485..6c14fed7fa 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/GroupTypeDescription.java +++ b/assertj-core/src/main/java/org/assertj/core/error/GroupTypeDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/IndentWrapper.java b/assertj-core/src/main/java/org/assertj/core/error/IndentWrapper.java new file mode 100644 index 0000000000..34331bc007 --- /dev/null +++ b/assertj-core/src/main/java/org/assertj/core/error/IndentWrapper.java @@ -0,0 +1,65 @@ +/* + * Copyright 2012-2026 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.assertj.core.error; + +import static java.lang.System.lineSeparator; +import static java.util.Objects.deepEquals; +import static org.assertj.core.util.Objects.hashCodeFor; + +/** + * Wrapper record for values that should have all lines indented in error messages. + *

    + * When a value is wrapped with {@link #of(Object)}, each line of its string representation + * will be indented with 2 spaces. This is useful for multi-line values where only the first line + * would otherwise be indented. + */ +public record IndentWrapper(Object value) { + + private static final String INDENTATION = " "; + + /** + * Wraps a value so that all lines of its string representation will be indented in the error message. + *

    + * This is useful for multi-line values in error messages. Without this wrapper, only the first line + * would be indented according to the format string, while subsequent lines would have no indentation. + * + * @param value the value to wrap for indentation + * @return an {@link IndentWrapper} instance + */ + public static IndentWrapper of(Object value) { + return new IndentWrapper(value); + } + + static String indentAllLines(String representation) { + if (representation == null) return null; + return representation.replace(lineSeparator(), lineSeparator() + INDENTATION); + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (!(obj instanceof IndentWrapper other)) + return false; + return deepEquals(this.value, other.value); + } + + @Override + public int hashCode() { + return hashCodeFor(value); + } + +} diff --git a/assertj-core/src/main/java/org/assertj/core/error/MatcherShouldHaveGroup.java b/assertj-core/src/main/java/org/assertj/core/error/MatcherShouldHaveGroup.java index a9e7b30d7e..177644a70c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/MatcherShouldHaveGroup.java +++ b/assertj-core/src/main/java/org/assertj/core/error/MatcherShouldHaveGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/MatcherShouldMatch.java b/assertj-core/src/main/java/org/assertj/core/error/MatcherShouldMatch.java index 0c77ec30ca..5a03605e73 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/MatcherShouldMatch.java +++ b/assertj-core/src/main/java/org/assertj/core/error/MatcherShouldMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/MessageFormatter.java b/assertj-core/src/main/java/org/assertj/core/error/MessageFormatter.java index 0171129732..97c215101d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/MessageFormatter.java +++ b/assertj-core/src/main/java/org/assertj/core/error/MessageFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -76,6 +76,10 @@ private String asText(Representation p, Object o) { if (o instanceof AbstractComparisonStrategy strategy) { return strategy.asText(); } + if (o instanceof IndentWrapper indentWrapper) { + String text = p.toStringOf(indentWrapper.value()); + return IndentWrapper.indentAllLines(text); + } return p.toStringOf(o); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/MultipleAssertionsError.java b/assertj-core/src/main/java/org/assertj/core/error/MultipleAssertionsError.java index a073cbb6ad..a275131666 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/MultipleAssertionsError.java +++ b/assertj-core/src/main/java/org/assertj/core/error/MultipleAssertionsError.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,16 +29,18 @@ public class MultipleAssertionsError extends AssertionError { private final Description description; private final Object objectUnderTest; private final List errors; + private final String message; public MultipleAssertionsError(Description description, Object objectUnderTest, List errors) { this.description = description; this.objectUnderTest = objectUnderTest; this.errors = errors; + message = StandardRepresentation.STANDARD_REPRESENTATION.toStringOf(this); } @Override public String getMessage() { - return StandardRepresentation.STANDARD_REPRESENTATION.toStringOf(this); + return message; } public Object getObjectUnderTest() { diff --git a/assertj-core/src/main/java/org/assertj/core/error/NoElementsShouldMatch.java b/assertj-core/src/main/java/org/assertj/core/error/NoElementsShouldMatch.java index a6979c8afa..8322704d0f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/NoElementsShouldMatch.java +++ b/assertj-core/src/main/java/org/assertj/core/error/NoElementsShouldMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/NoElementsShouldSatisfy.java b/assertj-core/src/main/java/org/assertj/core/error/NoElementsShouldSatisfy.java index 23bf4c5dd6..093f0ae2f7 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/NoElementsShouldSatisfy.java +++ b/assertj-core/src/main/java/org/assertj/core/error/NoElementsShouldSatisfy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/OptionalDoubleShouldHaveValueCloseToOffset.java b/assertj-core/src/main/java/org/assertj/core/error/OptionalDoubleShouldHaveValueCloseToOffset.java index bcf3754f80..06ef77232b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/OptionalDoubleShouldHaveValueCloseToOffset.java +++ b/assertj-core/src/main/java/org/assertj/core/error/OptionalDoubleShouldHaveValueCloseToOffset.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/OptionalDoubleShouldHaveValueCloseToPercentage.java b/assertj-core/src/main/java/org/assertj/core/error/OptionalDoubleShouldHaveValueCloseToPercentage.java index 0fcebd3e75..565a61e888 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/OptionalDoubleShouldHaveValueCloseToPercentage.java +++ b/assertj-core/src/main/java/org/assertj/core/error/OptionalDoubleShouldHaveValueCloseToPercentage.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldBeEmpty.java b/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldBeEmpty.java index dace550c09..31afb3983e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldBeEmpty.java +++ b/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldBeEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldBePresent.java b/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldBePresent.java index 60ccfa7368..1987741180 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldBePresent.java +++ b/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldBePresent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldContain.java b/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldContain.java index cffd047521..18a33db838 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldContain.java +++ b/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldContain.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldContainInstanceOf.java b/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldContainInstanceOf.java index f156fda183..ea42112866 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldContainInstanceOf.java +++ b/assertj-core/src/main/java/org/assertj/core/error/OptionalShouldContainInstanceOf.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldAccept.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldAccept.java index f288d13d8b..f9b6ff1574 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldAccept.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldAccept.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBe.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBe.java index 75bc75b749..ee64d584f8 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBe.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBe.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeASCII.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeASCII.java index cd0fdbf6f8..48a779db29 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeASCII.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeASCII.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAbsolutePath.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAbsolutePath.java index b5d8f0cc84..05f32b3ae4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAbsolutePath.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAbsolutePath.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAbstract.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAbstract.java index 88a4a070b5..3509c75046 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAbstract.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAbstract.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfter.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfter.java index fe85032d09..c64b85c294 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfter.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfterOrEqualTo.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfterOrEqualTo.java index 492d6d5f84..0f67c2c431 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfterOrEqualTo.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfterOrEqualTo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfterYear.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfterYear.java index 1a1f451002..ad15196a85 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfterYear.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAfterYear.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAlphabetic.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAlphabetic.java index 9651819f11..a4525b7a4b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAlphabetic.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAlphabetic.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAlphanumeric.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAlphanumeric.java index 9a42d233e2..287264cdce 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAlphanumeric.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAlphanumeric.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAnArray.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAnArray.java index a4b16d895f..d611b2ea99 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAnArray.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAnArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAnnotation.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAnnotation.java index 15fc966a5d..b9ed1dbd12 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAnnotation.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAssignableFrom.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAssignableFrom.java index 5abcfb8168..44292f00e3 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAssignableFrom.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAssignableFrom.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAssignableTo.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAssignableTo.java index a4091574a9..56c970536a 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAssignableTo.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAssignableTo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAtIndex.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAtIndex.java index aac7f6cfb2..9a0c46142c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAtIndex.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAtIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAtSameInstant.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAtSameInstant.java index bf7667610e..31894f2da6 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAtSameInstant.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeAtSameInstant.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBase64.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBase64.java index 1f34df747f..f9df7db7c8 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBase64.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBase64.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBase64Url.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBase64Url.java index 807aa0863b..788f5bb508 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBase64Url.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBase64Url.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBefore.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBefore.java index 51f102c7aa..16f15bc057 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBefore.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBefore.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBeforeOrEqualTo.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBeforeOrEqualTo.java index f476b1cce5..88489c60ed 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBeforeOrEqualTo.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBeforeOrEqualTo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBeforeYear.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBeforeYear.java index 68a18f1c65..7116476dc5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBeforeYear.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBeforeYear.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBetween.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBetween.java index 607ee5ca14..1b56deb3ff 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBetween.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBetween.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBlank.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBlank.java index ccb5f3e184..fa122e0e7f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBlank.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeBlank.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,6 +30,8 @@ public static ErrorMessageFactory shouldBeBlank(CharSequence actual) { } private ShouldBeBlank(Object actual) { - super("%nExpecting blank but was: %s", actual); + super("%n" + + "Expecting blank but was:%n" + + " %s", IndentWrapper.of(actual)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCanonicalPath.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCanonicalPath.java index f6e4146d38..ef87413259 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCanonicalPath.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCanonicalPath.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCloseTo.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCloseTo.java index 5db6a89b52..d8b89b0fa3 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCloseTo.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCloseTo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCurrentYearMonth.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCurrentYearMonth.java index 13e9138b4c..6b5a673cb7 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCurrentYearMonth.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeCurrentYearMonth.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeDirectory.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeDirectory.java index 2ae862bb21..e0415b2733 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeDirectory.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeDirectory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEmpty.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEmpty.java index 4e095a8aad..2b67b62103 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEmpty.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEmptyDirectory.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEmptyDirectory.java index 65999b293a..bc2332c33b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEmptyDirectory.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEmptyDirectory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqual.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqual.java index f1d5f83eef..734992ddf7 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqual.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqual.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualByComparingFieldByFieldRecursively.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualByComparingFieldByFieldRecursively.java index 83a98f67cc..021da4520b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualByComparingFieldByFieldRecursively.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualByComparingFieldByFieldRecursively.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualByComparingOnlyGivenFields.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualByComparingOnlyGivenFields.java index d5c8e57d6f..57167e7e82 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualByComparingOnlyGivenFields.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualByComparingOnlyGivenFields.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringCase.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringCase.java index 167e08de27..61f6558934 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringCase.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,6 +34,7 @@ public static ErrorMessageFactory shouldBeEqual(CharSequence actual, CharSequenc } private ShouldBeEqualIgnoringCase(CharSequence actual, CharSequence expected) { - super("%nexpected: %s%n but was: %s%nignoring case considerations", expected, actual); + super("%nexpected: %s%n but was: %s%nignoring case considerations", + IndentWrapper.of(expected), IndentWrapper.of(actual)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringHours.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringHours.java index bda16bf89b..1d578686e5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringHours.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringHours.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringMinutes.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringMinutes.java index 563e211ec8..9bbe2b2e18 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringMinutes.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringMinutes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNanos.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNanos.java index 7ddbefbddb..ae616a73cf 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNanos.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNanos.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNewLineDifferences.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNewLineDifferences.java index 310087ba16..6dc24cf061 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNewLineDifferences.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNewLineDifferences.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,6 @@ public static ErrorMessageFactory shouldBeEqualIgnoringNewLineDifferences(CharSe private ShouldBeEqualIgnoringNewLineDifferences(CharSequence actual, CharSequence expected) { super("%nExpecting actual:%n %s%nto be equal to:%n %s%nwhen ignoring newline differences ('\\r\\n' == '\\n')", - actual, expected); + IndentWrapper.of(actual), IndentWrapper.of(expected)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNewLines.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNewLines.java index f7d9d111a4..c2f6bab15b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNewLines.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringNewLines.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ private ShouldBeEqualIgnoringNewLines(CharSequence actual, CharSequence expected "to be equal to:%n" + " %s%n" + "when ignoring newlines (\\n, \\r\\n).", - actual, expected); + IndentWrapper.of(actual), IndentWrapper.of(expected)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringSeconds.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringSeconds.java index bd313a3a06..673aac1786 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringSeconds.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringSeconds.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringTimezone.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringTimezone.java index b08d8dfb31..d09eb295f5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringTimezone.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringTimezone.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringWhitespace.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringWhitespace.java index 491c11cca7..73ea50abba 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringWhitespace.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualIgnoringWhitespace.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,6 +34,7 @@ public static ErrorMessageFactory shouldBeEqualIgnoringWhitespace(CharSequence a } private ShouldBeEqualIgnoringWhitespace(CharSequence actual, CharSequence expected) { - super("%nExpecting actual:%n %s%nto be equal to:%n %s%nwhen ignoring whitespace differences", actual, expected); + super("%nExpecting actual:%n %s%nto be equal to:%n %s%nwhen ignoring whitespace differences", + IndentWrapper.of(actual), IndentWrapper.of(expected)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingPunctuationAndWhitespace.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingPunctuationAndWhitespace.java index 26fe5cdcf9..1781d04805 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingPunctuationAndWhitespace.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingPunctuationAndWhitespace.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -41,6 +41,6 @@ private ShouldBeEqualNormalizingPunctuationAndWhitespace(CharSequence actual, Ch " %s%n" + "after punctuation and whitespace differences are normalized.%n" + "Punctuation is any of the following character !\"#$%%&'()*+,-./:;<=>?@[\\]^_`{|}~", - actual, expected); + IndentWrapper.of(actual), IndentWrapper.of(expected)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingUnicode.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingUnicode.java index 5b93fa2cb9..df326cbddb 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingUnicode.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingUnicode.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,6 +44,6 @@ private ShouldBeEqualNormalizingUnicode(CharSequence actual, CharSequence expect "The normalized strings should be equal.%n" + "Normalized actual : %s%n" + "Normalized expected: %s", - actual, expected, normalizedActual, normalizedExpected); + IndentWrapper.of(actual), IndentWrapper.of(expected), normalizedActual, normalizedExpected); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingWhitespace.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingWhitespace.java index 091acd71c8..92b9c7287a 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingWhitespace.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualNormalizingWhitespace.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,6 +34,7 @@ public static ErrorMessageFactory shouldBeEqualNormalizingWhitespace(CharSequenc } private ShouldBeEqualNormalizingWhitespace(CharSequence actual, CharSequence expected) { - super("%nExpecting actual:%n %s%nto be equal to:%n %s%nafter whitespace differences are normalized", actual, expected); + super("%nExpecting actual:%n %s%nto be equal to:%n %s%nafter whitespace differences are normalized", + IndentWrapper.of(actual), IndentWrapper.of(expected)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualToIgnoringFields.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualToIgnoringFields.java index 80c67024d3..674937d1c7 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualToIgnoringFields.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualToIgnoringFields.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithTimePrecision.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithTimePrecision.java index f737e20695..5e655e416b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithTimePrecision.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithTimePrecision.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithinOffset.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithinOffset.java index 85a2595cc0..0eec0bc219 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithinOffset.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithinOffset.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithinPercentage.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithinPercentage.java index bd41873f37..485eec2d94 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithinPercentage.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEqualWithinPercentage.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEven.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEven.java index 04d6414e1b..154d43504c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEven.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeEven.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExactlyInstanceOf.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExactlyInstanceOf.java index 1e2d9d383a..5b0f9c22b7 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExactlyInstanceOf.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExactlyInstanceOf.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExecutable.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExecutable.java index d01b332caa..79cff64659 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExecutable.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExecutable.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExhausted.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExhausted.java index db0a3b2fb2..4e25450f25 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExhausted.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeExhausted.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFalse.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFalse.java index 832daf7028..852c00c958 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFalse.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFalse.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFile.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFile.java index 9eb8fece8d..b4e71d71ab 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFile.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFinite.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFinite.java index 071398f9d8..b5757c6c9c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFinite.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeFinite.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeGreater.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeGreater.java index 12a7e1160a..fec1a218e0 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeGreater.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeGreater.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeGreaterOrEqual.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeGreaterOrEqual.java index c2e371d205..9aecadd4fd 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeGreaterOrEqual.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeGreaterOrEqual.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeHexadecimal.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeHexadecimal.java index d89f9b0132..373aa3018e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeHexadecimal.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeHexadecimal.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeIn.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeIn.java index ef85e28228..6723a823aa 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeIn.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeIn.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameDay.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameDay.java index 146968186c..bfa317c1fe 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameDay.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameDay.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameHour.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameHour.java index 295193c6c2..60e165634e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameHour.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameHour.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameHourWindow.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameHourWindow.java index a8faca62eb..1b3e1469d9 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameHourWindow.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameHourWindow.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMinute.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMinute.java index 83febac030..0a36af206c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMinute.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMinute.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMinuteWindow.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMinuteWindow.java index c7213ae0ed..52ac711f4d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMinuteWindow.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMinuteWindow.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMonth.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMonth.java index a7573e04a0..022b9580cc 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMonth.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameMonth.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameSecond.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameSecond.java index 6905a03911..eb2e30a89e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameSecond.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameSecond.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameSecondWindow.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameSecondWindow.java index bd20842ae4..f386577344 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameSecondWindow.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameSecondWindow.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameYear.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameYear.java index 130420b8c3..ba8a47af56 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameYear.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInSameYear.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInTheFuture.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInTheFuture.java index f30fc7d0dd..09c6946b02 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInTheFuture.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInTheFuture.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInThePast.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInThePast.java index d9ffc28eed..799919b5b1 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInThePast.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInThePast.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInfinite.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInfinite.java index b7f01f1e0f..759693c22c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInfinite.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInfinite.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInstance.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInstance.java index 05a587b69d..b9052a59df 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInstance.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInstanceOfAny.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInstanceOfAny.java index ef9f1eda8b..cbd4fe0ec8 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInstanceOfAny.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInstanceOfAny.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInterface.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInterface.java index 484d4a52aa..c9bb8c52b4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInterface.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeInterface.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLess.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLess.java index bc45872fcb..4f1ee84edf 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLess.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLess.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLessOrEqual.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLessOrEqual.java index b067ac836c..fd7bba806e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLessOrEqual.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLessOrEqual.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLowerCase.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLowerCase.java index e3a761008e..f31e06a82a 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLowerCase.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeLowerCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeMarked.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeMarked.java index 3d6cf47831..b46c2f7755 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeMarked.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeMarked.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeMixedCase.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeMixedCase.java index 0437027aac..45f62282f4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeMixedCase.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeMixedCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNormalized.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNormalized.java index c974296048..c724dca239 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNormalized.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNormalized.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNullOrEmpty.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNullOrEmpty.java index b3a60790e1..44a2337733 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNullOrEmpty.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNullOrEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNumeric.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNumeric.java index 6ff6b602dc..21cfe5b3eb 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNumeric.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeNumeric.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeOdd.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeOdd.java index e42007ea21..1a02edaeed 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeOdd.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeOdd.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeOfClassIn.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeOfClassIn.java index d9d0fde403..bc0d72a772 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeOfClassIn.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeOfClassIn.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBePeriod.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBePeriod.java index b73f294423..d8c63a40c5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBePeriod.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBePeriod.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBePrimitive.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBePrimitive.java index c4c28a41a2..39f2a3ced9 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBePrimitive.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBePrimitive.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBePrintable.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBePrintable.java index a967174d23..37989ee6f4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBePrintable.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBePrintable.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeReadable.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeReadable.java index fab032e78b..a8e4f3824e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeReadable.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeReadable.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRecord.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRecord.java index a3b02bd1fa..30e887258a 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRecord.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRecord.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRegularFile.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRegularFile.java index 985adfbca0..5d5efd8391 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRegularFile.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRegularFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRelativePath.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRelativePath.java index 9c8a8f9a1c..18e03b5d45 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRelativePath.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeRelativePath.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSame.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSame.java index a7266a1018..e7dcda0cc1 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSame.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSame.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSealed.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSealed.java index e0e4198a04..dfa4fbc8db 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSealed.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSealed.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSorted.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSorted.java index 74db37f1ad..4362a3cd84 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSorted.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSorted.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSubsetOf.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSubsetOf.java index 6c47b68a49..9ed8e680f6 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSubsetOf.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSubsetOf.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSubstring.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSubstring.java index d4b0d2c17a..5a1ce977dd 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSubstring.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSubstring.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSymbolicLink.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSymbolicLink.java index 29ab72f3e3..829800feb4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSymbolicLink.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeSymbolicLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeToday.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeToday.java index 770367af40..74f66ef739 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeToday.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeToday.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeTrue.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeTrue.java index 9afb534928..4b84c1de60 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeTrue.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeTrue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeUnmodifiable.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeUnmodifiable.java index ae61c29d2d..ceb59234c1 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeUnmodifiable.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeUnmodifiable.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeUpperCase.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeUpperCase.java index b29693776e..e4b7341917 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeUpperCase.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeUpperCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeVisible.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeVisible.java index a14f2f3377..360b550c5e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeVisible.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeVisible.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeWritable.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeWritable.java index d7fe469a82..74886535a2 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldBeWritable.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldBeWritable.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContain.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContain.java index 65f5db9bed..cb758350be 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContain.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContain.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainAnyOf.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainAnyOf.java index 717a539ba2..b3b94fb999 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainAnyOf.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainAnyOf.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainAtIndex.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainAtIndex.java index 009767a2ba..bb7487ed5f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainAtIndex.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainAtIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainCharSequence.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainCharSequence.java index b62e42d0f0..2f6b4bb3e6 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainCharSequence.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainCharSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainCharSequenceOnlyOnce.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainCharSequenceOnlyOnce.java index 2e422dbecc..cb6d562959 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainCharSequenceOnlyOnce.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainCharSequenceOnlyOnce.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -57,13 +57,13 @@ public static ErrorMessageFactory shouldContainOnlyOnce(CharSequence actual, Cha private ShouldContainCharSequenceOnlyOnce(CharSequence actual, CharSequence expected, int occurrences, ComparisonStrategy comparisonStrategy) { - super("%nExpecting actual:%n %s%nto appear only once in:%n %s%nbut it appeared %s times %s", expected, actual, + super("%nExpecting actual:%n %s%nto contain:%n %s%nonly once but it appeared %s times %s", actual, expected, occurrences, comparisonStrategy); } private ShouldContainCharSequenceOnlyOnce(CharSequence actual, CharSequence expected, ComparisonStrategy comparisonStrategy) { - super("%nExpecting actual:%n %s%nto appear only once in:%n %s%nbut it did not appear %s", expected, actual, + super("%nExpecting actual:%n %s%nto contain:%n %s%nonly once but it did not appear %s", actual, expected, comparisonStrategy); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainEntries.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainEntries.java index c28793e917..8901ad7b69 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainEntries.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainEntries.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainEntry.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainEntry.java index 5e12be0d00..8358023ee0 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainEntry.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainExactly.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainExactly.java index a0b45e23fa..1abc63f60a 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainExactly.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainExactly.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainExactlyInAnyOrder.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainExactlyInAnyOrder.java index 0c2c99ce90..c471152d19 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainExactlyInAnyOrder.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainExactlyInAnyOrder.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainKey.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainKey.java index bbbc8bb309..d69cb0281f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainKey.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainKeys.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainKeys.java index 241f408903..26b83c3b7c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainKeys.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainNull.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainNull.java index 8739c09a9d..1e6971e0f3 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainNull.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOneOrMoreWhitespaces.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOneOrMoreWhitespaces.java index f189a3eadf..3394369dcf 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOneOrMoreWhitespaces.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOneOrMoreWhitespaces.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,6 +34,6 @@ private ShouldContainOneOrMoreWhitespaces(Object actual) { super("%n" + "Expecting string to contain one or more whitespaces but did not, string was:%n" + " %s", - actual); + IndentWrapper.of(actual)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnly.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnly.java index 1011c21c53..e52b1e0113 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnly.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnly.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyDigits.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyDigits.java index 81ee20cba9..44e4d30e6f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyDigits.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyDigits.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyKeys.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyKeys.java index a7ed7e3bbf..f8e097ca3d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyKeys.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyNulls.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyNulls.java index 4b8c072151..55a3f5fd79 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyNulls.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyNulls.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyWhitespaces.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyWhitespaces.java index 0716e5f6a2..4488e6e126 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyWhitespaces.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainOnlyWhitespaces.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,6 +33,6 @@ private ShouldContainOnlyWhitespaces(Object actual) { super("%n" + "Expecting string to contain only whitespaces but was:%n" + " %s", - actual); + IndentWrapper.of(actual)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainPattern.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainPattern.java index 3e8779a367..b2d632ece2 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainPattern.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainPattern.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainRecursively.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainRecursively.java index 303c02a588..5f3a622d3c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainRecursively.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainRecursively.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSequence.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSequence.java index d382fe3133..d4b5213104 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSequence.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSequenceOfCharSequence.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSequenceOfCharSequence.java index 7b54c62c86..f6d95a901b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSequenceOfCharSequence.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSequenceOfCharSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSubsequence.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSubsequence.java index 2c6364b282..fd1397d080 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSubsequence.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSubsequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSubsequenceOfCharSequence.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSubsequenceOfCharSequence.java index bb91e4f835..d7b57752a4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSubsequenceOfCharSequence.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainSubsequenceOfCharSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainValue.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainValue.java index ff9832d99d..bda83a1519 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainValue.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainValues.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainValues.java index 310013cebb..e41bb5cbe1 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainValues.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainsOnlyOnce.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainsOnlyOnce.java index 82b8ab21f9..b489f881b2 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldContainsOnlyOnce.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldContainsOnlyOnce.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWith.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWith.java index 47ffbfc602..cfe35dd4db 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWith.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWith.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,6 +49,7 @@ public static ErrorMessageFactory shouldEndWith(Object actual, Object expected) } private ShouldEndWith(Object actual, Object expected, ComparisonStrategy comparisonStrategy) { - super("%nExpecting actual:%n %s%nto end with:%n %s%n%s", actual, expected, comparisonStrategy); + super("%nExpecting actual:%n %s%nto end with:%n %s%n%s", + IndentWrapper.of(actual), IndentWrapper.of(expected), comparisonStrategy); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWithIgnoringCase.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWithIgnoringCase.java index dc87d61170..ddeaf2210c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWithIgnoringCase.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWithIgnoringCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,6 +37,7 @@ public static ErrorMessageFactory shouldEndWithIgnoringCase(CharSequence actual, } private ShouldEndWithIgnoringCase(Object actual, Object expected, ComparisonStrategy comparisonStrategy) { - super("%nExpecting actual:%n %s%nto end with (ignoring case):%n %s%n%s", actual, expected, comparisonStrategy); + super("%nExpecting actual:%n %s%nto end with (ignoring case):%n %s%n%s", + IndentWrapper.of(actual), IndentWrapper.of(expected), comparisonStrategy); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWithPath.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWithPath.java index 5677092294..44eedbead4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWithPath.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldEndWithPath.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldExist.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldExist.java index 14ebed9b19..7d66dec89b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldExist.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldExist.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHave.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHave.java index 4b3edbcd6b..55e2cb7c9d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHave.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHave.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAllNullFields.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAllNullFields.java index 3e6321d131..b4413cbe82 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAllNullFields.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAllNullFields.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAnnotations.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAnnotations.java index 90fb33a54a..a63ab5a343 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAnnotations.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAtIndex.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAtIndex.java index 9b1313fed7..3350426653 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAtIndex.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAtIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAtLeastOneElementOfType.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAtLeastOneElementOfType.java index fb1ed6d5e0..9fe57b3b4f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAtLeastOneElementOfType.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveAtLeastOneElementOfType.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveBinaryContent.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveBinaryContent.java index fc82648d0d..e822d918a4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveBinaryContent.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveBinaryContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCause.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCause.java index b0b8305207..72b2046fc5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCause.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCause.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseExactlyInstance.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseExactlyInstance.java index 64a6831b0f..15b1eb3f8b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseExactlyInstance.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseExactlyInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseInstance.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseInstance.java index 3f99af4f00..652a3ee1af 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseInstance.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseReference.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseReference.java index 4e3f65ea0d..5fb1cc6fb5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseReference.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveCauseReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveContent.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveContent.java index 6a7e76da0d..97992ce663 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveContent.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDateField.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDateField.java index 6ea18a12f1..ffd4160931 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDateField.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDateField.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDigest.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDigest.java index 6e315408fe..1241985689 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDigest.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDigest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDimensions.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDimensions.java index 0f753a3c89..2acc19786e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDimensions.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDimensions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDuration.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDuration.java index c947e343ce..1ce08a4e2c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDuration.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveDuration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveExactlyTypes.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveExactlyTypes.java index 99f6727be5..9c73424cc6 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveExactlyTypes.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveExactlyTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveExtension.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveExtension.java index c283be2b77..1aad90346f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveExtension.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveFields.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveFields.java index 337bbc4774..b51452c6db 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveFields.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveFields.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveFileSystem.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveFileSystem.java index d1aaf5e1b8..2fea9754c1 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveFileSystem.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveFileSystem.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveLineCount.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveLineCount.java index 2130249998..70b8a4d8c2 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveLineCount.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveLineCount.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessage.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessage.java index a445d8580e..bafa53b287 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessage.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessageFindingMatchRegex.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessageFindingMatchRegex.java index 3f035002fc..f32111a1c4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessageFindingMatchRegex.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessageFindingMatchRegex.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessageMatchingRegex.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessageMatchingRegex.java index 2b268c39a7..99e7fe16a1 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessageMatchingRegex.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMessageMatchingRegex.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMethods.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMethods.java index ea976606f2..dab8dfb951 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMethods.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveMethods.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveName.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveName.java index 13fc86326f..2b74afb004 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveName.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveName.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNext.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNext.java index b5991d75c9..06fc9fe70f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNext.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNext.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoCause.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoCause.java index a5c66cb34f..2e8eab4132 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoCause.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoCause.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoExtension.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoExtension.java index 06c01db1c5..149f68b4e6 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoExtension.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoFields.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoFields.java index d90bc248bc..5dde536cc5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoFields.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoFields.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoNullFields.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoNullFields.java index 01bee206d6..239713d5d1 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoNullFields.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoNullFields.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoPackage.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoPackage.java index fbba585794..1887d200cf 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoPackage.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoPackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoParent.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoParent.java index 2a832bf79d..c9b6240843 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoParent.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoParent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoSuperclass.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoSuperclass.java index 6e6b88144e..cba77c375a 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoSuperclass.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoSuperclass.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoSuppressedExceptions.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoSuppressedExceptions.java index 1bf1381949..f4afe70e9d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoSuppressedExceptions.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveNoSuppressedExceptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveOnlyElementsOfType.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveOnlyElementsOfType.java index dcee5e6b75..27b86ef68c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveOnlyElementsOfType.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveOnlyElementsOfType.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePackage.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePackage.java index cd6f89324a..e947446ced 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePackage.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePackage.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveParent.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveParent.java index 80f6d7b8e4..546b12cf9c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveParent.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveParent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePeriod.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePeriod.java index 5d9db067d1..d941ff9fc7 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePeriod.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePeriod.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePermittedSubclasses.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePermittedSubclasses.java index 4a42490b7d..a64eb62936 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePermittedSubclasses.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePermittedSubclasses.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePropertyOrField.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePropertyOrField.java index a006101162..0a6654d53c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePropertyOrField.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePropertyOrField.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePropertyOrFieldWithValue.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePropertyOrFieldWithValue.java index 9a69ffe0eb..2b38a82051 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePropertyOrFieldWithValue.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHavePropertyOrFieldWithValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRecordComponents.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRecordComponents.java index 2f9f7a89db..58a5ad0113 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRecordComponents.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRecordComponents.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveReference.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveReference.java index 5901d9bee2..15026c9db7 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveReference.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveReference.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCause.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCause.java index f58806c245..3aa0daf09d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCause.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCause.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCauseExactlyInstance.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCauseExactlyInstance.java index 29a9c3d1ea..9183bfc074 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCauseExactlyInstance.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCauseExactlyInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCauseInstance.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCauseInstance.java index c1869cdc49..f9faacae10 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCauseInstance.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveRootCauseInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameClass.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameClass.java index 2ff54c019c..64b4b44f12 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameClass.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameContent.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameContent.java index 6baf84f614..b593145172 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameContent.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameDimensionsAs.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameDimensionsAs.java index bb4761fb54..f4b6354040 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameDimensionsAs.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameDimensionsAs.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameFileSystemAs.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameFileSystemAs.java index 70b646d0ab..8fdd1b3e65 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameFileSystemAs.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameFileSystemAs.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameHashCode.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameHashCode.java index fe5e829c55..561578044a 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameHashCode.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameHashCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameHourAs.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameHourAs.java index 8ec205fa10..e1a1b571f6 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameHourAs.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameHourAs.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameSizeAs.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameSizeAs.java index 214e0ecadf..9aa18e7a47 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameSizeAs.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameSizeAs.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameTime.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameTime.java index ae3684a776..7242393538 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameTime.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSameTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveScale.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveScale.java index 44c8384f2b..eda63f933b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveScale.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveScale.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSize.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSize.java index c073717528..0955fa7b22 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSize.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeBetween.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeBetween.java index 2bf7b97888..9446ea4632 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeBetween.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeBetween.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeGreaterThan.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeGreaterThan.java index 5ff68eca82..758df37cf4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeGreaterThan.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeGreaterThan.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeGreaterThanOrEqualTo.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeGreaterThanOrEqualTo.java index 01235aff29..c69027d334 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeGreaterThanOrEqualTo.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeGreaterThanOrEqualTo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeLessThan.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeLessThan.java index 31059ec39e..e6a4d177a7 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeLessThan.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeLessThan.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeLessThanOrEqualTo.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeLessThanOrEqualTo.java index 3ab80bdf68..3e610cca25 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeLessThanOrEqualTo.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSizeLessThanOrEqualTo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveStamp.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveStamp.java index 9c9514e0fd..7e2a97078c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveStamp.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveStamp.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSuperclass.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSuperclass.java index 554e827aef..e576c2dc5b 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSuperclass.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSuperclass.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSuppressedException.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSuppressedException.java index 33366f112e..98f782c451 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSuppressedException.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveSuppressedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveTime.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveTime.java index 7cd5fd1c65..146f5dd084 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveTime.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveToString.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveToString.java index f073aaa3f4..1d3b871f29 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveToString.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveToString.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveValue.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveValue.java index 9f158a084e..953c5a7781 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveValue.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldHaveValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldMatch.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldMatch.java index 483afb5932..f850af72ad 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldMatch.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldMatchPattern.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldMatchPattern.java index acc9c7a16f..2c48023e16 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldMatchPattern.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldMatchPattern.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotAccept.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotAccept.java index e9853adb5b..3d7f1eb6cf 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotAccept.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotAccept.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBe.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBe.java index 32aeaecd84..e1be2cffbc 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBe.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBe.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeBetween.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeBetween.java index 240a9e5dad..b9a6185e19 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeBetween.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeBetween.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeBlank.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeBlank.java index c9d2e7e0e9..000db851a6 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeBlank.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeBlank.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,6 +31,8 @@ public static ErrorMessageFactory shouldNotBeBlank(CharSequence actual) { } private ShouldNotBeBlank(Object actual) { - super("%nExpecting not blank but was: %s", actual); + super("%n" + + "Expecting not blank but was:%n" + + " %s", IndentWrapper.of(actual)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEmpty.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEmpty.java index 48730a51ed..c00f334a45 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEmpty.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqual.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqual.java index ce133b43e8..1bba65f805 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqual.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqual.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualComparingFieldByFieldRecursively.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualComparingFieldByFieldRecursively.java index 825acdef2a..636048d024 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualComparingFieldByFieldRecursively.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualComparingFieldByFieldRecursively.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualIgnoringCase.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualIgnoringCase.java index 4226e1e12d..934c38e182 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualIgnoringCase.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualIgnoringCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,6 +36,7 @@ public static ErrorMessageFactory shouldNotBeEqualIgnoringCase(CharSequence actu } private ShouldNotBeEqualIgnoringCase(CharSequence actual, CharSequence expected) { - super("%nExpecting actual:%n %s%nnot to be equal to:%n %s%nignoring case considerations", actual, expected); + super("%nExpecting actual:%n %s%nnot to be equal to:%n %s%nignoring case considerations", + IndentWrapper.of(actual), IndentWrapper.of(expected)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualIgnoringWhitespace.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualIgnoringWhitespace.java index a438f1f52a..a5c3253029 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualIgnoringWhitespace.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualIgnoringWhitespace.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,6 +34,7 @@ public static ErrorMessageFactory shouldNotBeEqualIgnoringWhitespace(CharSequenc } private ShouldNotBeEqualIgnoringWhitespace(CharSequence actual, CharSequence expected) { - super("%nExpecting actual:%n %s%nnot to be equal to:%n %s%nignoring whitespace differences", actual, expected); + super("%nExpecting actual:%n %s%nnot to be equal to:%n %s%nignoring whitespace differences", + IndentWrapper.of(actual), IndentWrapper.of(expected)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualNormalizingWhitespace.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualNormalizingWhitespace.java index 471013573e..298746fd3f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualNormalizingWhitespace.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualNormalizingWhitespace.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,6 +34,7 @@ public static ErrorMessageFactory shouldNotBeEqualNormalizingWhitespace(CharSequ } private ShouldNotBeEqualNormalizingWhitespace(CharSequence actual, CharSequence expected) { - super("%nExpecting actual:%n %s%nnot to be equal to:%n %s%nafter whitespace differences are normalized", actual, expected); + super("%nExpecting actual:%n %s%nnot to be equal to:%n %s%nafter whitespace differences are normalized", + IndentWrapper.of(actual), IndentWrapper.of(expected)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualWithinOffset.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualWithinOffset.java index 58848b986f..a5bf718f89 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualWithinOffset.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualWithinOffset.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualWithinPercentage.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualWithinPercentage.java index 8e7c7bb960..16c8b50b7a 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualWithinPercentage.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeEqualWithinPercentage.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeExactlyInstanceOf.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeExactlyInstanceOf.java index 2ed48a739a..3dea7f9e28 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeExactlyInstanceOf.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeExactlyInstanceOf.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeFinite.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeFinite.java index 5ccdcc70ff..e1d104eaf2 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeFinite.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeFinite.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeIn.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeIn.java index 75f4769c22..87346d0d0f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeIn.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeIn.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInfinite.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInfinite.java index 517fff0d43..0887e4acb8 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInfinite.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInfinite.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInstance.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInstance.java index 445ba44de2..098963eee2 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInstance.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInstance.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInstanceOfAny.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInstanceOfAny.java index 149ea8abc5..9da98d3501 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInstanceOfAny.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeInstanceOfAny.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeNull.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeNull.java index 2970e9c0b6..c0d8d31a11 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeNull.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeOfClassIn.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeOfClassIn.java index 4c1021cf7a..9d9d13574d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeOfClassIn.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeOfClassIn.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBePrimitive.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBePrimitive.java index 7e80e96307..6fc2613a0f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBePrimitive.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBePrimitive.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeSame.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeSame.java index 0c0c3579d2..c1de0fcf55 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeSame.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotBeSame.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContain.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContain.java index 53f4e9b764..4fd8ea25c7 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContain.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContain.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainAnyWhitespaces.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainAnyWhitespaces.java index 1b2b95b9b0..5bb4d8f4fc 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainAnyWhitespaces.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainAnyWhitespaces.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,6 +33,6 @@ public static ErrorMessageFactory shouldNotContainAnyWhitespaces(CharSequence ac private ShouldNotContainAnyWhitespaces(Object actual) { super("%n" + "Expecting string not to contain any whitespaces but found some, string was:%n" + - " %s", actual); + " %s", IndentWrapper.of(actual)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainAtIndex.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainAtIndex.java index 8c66c38d8d..19ea2e6608 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainAtIndex.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainAtIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainCharSequence.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainCharSequence.java index 6730ab455e..9ff69b69b5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainCharSequence.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainCharSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainKey.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainKey.java index 2ca6ab5d66..fdbcccdf86 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainKey.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainKeys.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainKeys.java index 9fa62aa5ca..b8bacd84b5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainKeys.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainNull.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainNull.java index d3db179270..59d0ee58cd 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainNull.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainOnlyWhitespaces.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainOnlyWhitespaces.java index bf9c8e75fe..bb639eb2d5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainOnlyWhitespaces.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainOnlyWhitespaces.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,6 +33,6 @@ public static ErrorMessageFactory shouldNotContainOnlyWhitespaces(CharSequence a private ShouldNotContainOnlyWhitespaces(Object actual) { super("%n" + "Expecting string not to contain only whitespaces but was:%n" + - " %s", actual); + " %s", IndentWrapper.of(actual)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainPattern.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainPattern.java index 16aeb1eb75..4319db281d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainPattern.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainPattern.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSequence.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSequence.java index 97a6112fd0..8b93bf9ddc 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSequence.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSequenceOfCharSequence.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSequenceOfCharSequence.java index db43c43443..ab3d75469f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSequenceOfCharSequence.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSequenceOfCharSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSubsequence.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSubsequence.java index c4c0ba62cc..f2d2ddb00f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSubsequence.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSubsequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSubsequenceOfCharSequence.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSubsequenceOfCharSequence.java index 161c2a9aa9..5d2c9bce73 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSubsequenceOfCharSequence.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainSubsequenceOfCharSequence.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainValue.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainValue.java index 907b41fbbd..72ea5f5899 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainValue.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotContainValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWith.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWith.java index 5deb4976df..a572ca9475 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWith.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWith.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -51,6 +51,7 @@ public static ErrorMessageFactory shouldNotEndWith(Object actual, Object expecte } private ShouldNotEndWith(Object actual, Object expected, ComparisonStrategy comparisonStrategy) { - super("%nExpecting actual:%n %s%nnot to end with:%n %s%n%s", actual, expected, comparisonStrategy); + super("%nExpecting actual:%n %s%nnot to end with:%n %s%n%s", + IndentWrapper.of(actual), IndentWrapper.of(expected), comparisonStrategy); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWithIgnoringCase.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWithIgnoringCase.java index 8476ef5258..52d53fe5a4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWithIgnoringCase.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWithIgnoringCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,6 +37,7 @@ public static ErrorMessageFactory shouldNotEndWithIgnoringCase(CharSequence actu } private ShouldNotEndWithIgnoringCase(Object actual, Object expected, ComparisonStrategy comparisonStrategy) { - super("%nExpecting actual:%n %s%nnot to end with (ignoring case):%n %s%n%s", actual, expected, comparisonStrategy); + super("%nExpecting actual:%n %s%nnot to end with (ignoring case):%n %s%n%s", + IndentWrapper.of(actual), IndentWrapper.of(expected), comparisonStrategy); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWithWhitespaces.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWithWhitespaces.java index 40ce95b14c..2efb26d67c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWithWhitespaces.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotEndWithWhitespaces.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,6 +33,6 @@ public static ErrorMessageFactory shouldNotEndWithWhitespaces(CharSequence actua private ShouldNotEndWithWhitespaces(Object actual) { super("%n" + "Expecting string not to end with whitespaces but found one, string was:%n" + - " %s", actual); + " %s", IndentWrapper.of(actual)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotExist.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotExist.java index 1cae081a5f..041c7c0e23 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotExist.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotExist.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHave.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHave.java index aa6e6ea565..5387869a49 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHave.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHave.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveAnyElementsOfTypes.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveAnyElementsOfTypes.java index b3be8c08d4..f5dacc9ab2 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveAnyElementsOfTypes.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveAnyElementsOfTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveDuplicates.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveDuplicates.java index b7acf2b4ab..bfce166192 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveDuplicates.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveDuplicates.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveSameClass.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveSameClass.java index 4273cab659..7b25bbe207 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveSameClass.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveSameClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveSameHashCode.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveSameHashCode.java index 1932d3c526..fdb45f89c2 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveSameHashCode.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveSameHashCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveThrown.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveThrown.java index 04d467ef6f..6997f0af19 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveThrown.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveThrown.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveThrownExcept.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveThrownExcept.java index f3c50c9fcd..deb6a93c7c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveThrownExcept.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveThrownExcept.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveToString.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveToString.java index 63a22c3779..423f9429fa 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveToString.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotHaveToString.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotMatch.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotMatch.java index 43d7bc8e29..c4ff7f5aa4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotMatch.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotMatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotMatchPattern.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotMatchPattern.java index 1b1224898d..93e7c3eca8 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotMatchPattern.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotMatchPattern.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotSatisfyPredicateRecursively.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotSatisfyPredicateRecursively.java index 00842be68d..d0536bb89c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotSatisfyPredicateRecursively.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotSatisfyPredicateRecursively.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWith.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWith.java index ed170fda74..5166f08917 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWith.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWith.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -51,7 +51,8 @@ public static ErrorMessageFactory shouldNotStartWith(Object actual, Object expec } private ShouldNotStartWith(Object actual, Object expected, ComparisonStrategy comparisonStrategy) { - super("%nExpecting actual:%n %s%nnot to start with:%n %s%n%s", actual, expected, comparisonStrategy); + super("%nExpecting actual:%n %s%nnot to start with:%n %s%n%s", + IndentWrapper.of(actual), IndentWrapper.of(expected), comparisonStrategy); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWithIgnoringCase.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWithIgnoringCase.java index 0a55ff09eb..ab5d1c05b5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWithIgnoringCase.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWithIgnoringCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,6 +37,7 @@ public static ErrorMessageFactory shouldNotStartWithIgnoringCase(CharSequence ac } private ShouldNotStartWithIgnoringCase(Object actual, Object expected, ComparisonStrategy comparisonStrategy) { - super("%nExpecting actual:%n %s%nnot to start with (ignoring case):%n %s%n%s", actual, expected, comparisonStrategy); + super("%nExpecting actual:%n %s%nnot to start with (ignoring case):%n %s%n%s", + IndentWrapper.of(actual), IndentWrapper.of(expected), comparisonStrategy); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWithWhitespaces.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWithWhitespaces.java index 0a7f84d7df..27cc32cbbd 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWithWhitespaces.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldNotStartWithWhitespaces.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,6 +33,6 @@ public static ErrorMessageFactory shouldNotStartWithWhitespaces(CharSequence act private ShouldNotStartWithWhitespaces(Object actual) { super("%n" + "Expecting string not to start with whitespaces but found one, string was:%n" + - " %s", actual); + " %s", IndentWrapper.of(actual)); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldOnlyHaveElementsOfTypes.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldOnlyHaveElementsOfTypes.java index 1b95de259f..d812677c43 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldOnlyHaveElementsOfTypes.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldOnlyHaveElementsOfTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldOnlyHaveFields.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldOnlyHaveFields.java index 640068447a..9e135466fe 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldOnlyHaveFields.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldOnlyHaveFields.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldSatisfy.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldSatisfy.java index b216c7ecb7..ff6389cf51 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldSatisfy.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldSatisfy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldSatisfyOnlyOnce.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldSatisfyOnlyOnce.java index 146f4f7f17..042d41a61c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldSatisfyOnlyOnce.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldSatisfyOnlyOnce.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWith.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWith.java index 7c397d7940..421a493e16 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWith.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWith.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,7 +49,8 @@ public static ErrorMessageFactory shouldStartWith(Object actual, Object expected } private ShouldStartWith(Object actual, Object expected, ComparisonStrategy comparisonStrategy) { - super("%nExpecting actual:%n %s%nto start with:%n %s%n%s", actual, expected, comparisonStrategy); + super("%nExpecting actual:%n %s%nto start with:%n %s%n%s", + IndentWrapper.of(actual), IndentWrapper.of(expected), comparisonStrategy); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWithIgnoringCase.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWithIgnoringCase.java index bffc9d6ab3..c77605aac5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWithIgnoringCase.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWithIgnoringCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,6 +36,7 @@ public static ErrorMessageFactory shouldStartWithIgnoringCase(CharSequence actua } private ShouldStartWithIgnoringCase(CharSequence actual, CharSequence expected, ComparisonStrategy comparisonStrategy) { - super("%nExpecting actual:%n %s%nto start with (ignoring case):%n %s%n%s", actual, expected, comparisonStrategy); + super("%nExpecting actual:%n %s%nto start with (ignoring case):%n %s%n%s", + IndentWrapper.of(actual), IndentWrapper.of(expected), comparisonStrategy); } } diff --git a/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWithPath.java b/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWithPath.java index 2f84cfd284..e7d28ec895 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWithPath.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ShouldStartWithPath.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/SubarraysShouldHaveSameSize.java b/assertj-core/src/main/java/org/assertj/core/error/SubarraysShouldHaveSameSize.java index 0f1203f27e..d0459739e2 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/SubarraysShouldHaveSameSize.java +++ b/assertj-core/src/main/java/org/assertj/core/error/SubarraysShouldHaveSameSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/UnsatisfiedRequirement.java b/assertj-core/src/main/java/org/assertj/core/error/UnsatisfiedRequirement.java index 74abc08503..9c3e6e7ceb 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/UnsatisfiedRequirement.java +++ b/assertj-core/src/main/java/org/assertj/core/error/UnsatisfiedRequirement.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/ZippedElementsShouldSatisfy.java b/assertj-core/src/main/java/org/assertj/core/error/ZippedElementsShouldSatisfy.java index 4855de849b..3f0a14d9b5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/ZippedElementsShouldSatisfy.java +++ b/assertj-core/src/main/java/org/assertj/core/error/ZippedElementsShouldSatisfy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/array2d/Array2dElementShouldBeDeepEqual.java b/assertj-core/src/main/java/org/assertj/core/error/array2d/Array2dElementShouldBeDeepEqual.java index bec9030a87..0b0d7c734f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/array2d/Array2dElementShouldBeDeepEqual.java +++ b/assertj-core/src/main/java/org/assertj/core/error/array2d/Array2dElementShouldBeDeepEqual.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCancelled.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCancelled.java index 9d3d46c23c..d2d4a08f29 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCancelled.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCancelled.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompleted.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompleted.java index bf04671348..ef4faf862d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompleted.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompleted.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompletedExceptionally.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompletedExceptionally.java index 0f43fb6f6d..0a407a5d25 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompletedExceptionally.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompletedExceptionally.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompletedWithin.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompletedWithin.java index 0873753144..4ca6fbc4db 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompletedWithin.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeCompletedWithin.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeDone.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeDone.java index b229829885..78d6f4f1b3 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeDone.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldBeDone.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveCompletedExceptionallyWithin.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveCompletedExceptionallyWithin.java index 38bcadf95a..4a1db1d71c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveCompletedExceptionallyWithin.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveCompletedExceptionallyWithin.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveFailed.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveFailed.java index 06b3c14f0c..dfd21785c7 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveFailed.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveFailed.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveFailedWithin.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveFailedWithin.java index a82cf74897..3e67f352b5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveFailedWithin.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldHaveFailedWithin.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCancelled.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCancelled.java index 86da2a6cc4..3258682844 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCancelled.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCancelled.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCompleted.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCompleted.java index 99f0749550..92d767f2f6 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCompleted.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCompleted.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCompletedExceptionally.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCompletedExceptionally.java index bd97fe2278..a3dcb0705f 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCompletedExceptionally.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeCompletedExceptionally.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeDone.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeDone.java index e8fbb99696..1fa5f9a607 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeDone.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotBeDone.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotHaveFailed.java b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotHaveFailed.java index 69a8bdf43c..55d1f5fda4 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotHaveFailed.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/ShouldNotHaveFailed.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/future/Warning.java b/assertj-core/src/main/java/org/assertj/core/error/future/Warning.java index 36d30d5ad1..d2092c5289 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/future/Warning.java +++ b/assertj-core/src/main/java/org/assertj/core/error/future/Warning.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldBeEqualToWithSortedQueryParameters.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldBeEqualToWithSortedQueryParameters.java index 77e664eda4..8fa16f7678 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldBeEqualToWithSortedQueryParameters.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldBeEqualToWithSortedQueryParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveAnchor.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveAnchor.java index 19f92001b9..3126715bde 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveAnchor.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveAnchor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveAuthority.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveAuthority.java index 29663d0572..96466c2368 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveAuthority.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveAuthority.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveFragment.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveFragment.java index 8fe506b5c4..11c69e7d1e 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveFragment.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveFragment.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveHost.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveHost.java index e694eeb29b..7eeb7dae91 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveHost.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveNoHost.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveNoHost.java index 0a2555a9ca..f4800720e5 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveNoHost.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveNoHost.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveParameter.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveParameter.java index d33bfde3ae..9f26df3959 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveParameter.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveParameter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHavePath.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHavePath.java index 40c11f0ec9..9ac2032cf0 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHavePath.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHavePath.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHavePort.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHavePort.java index 157f4914e9..d67a0c4db6 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHavePort.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHavePort.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveProtocol.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveProtocol.java index aa718ab3c0..e91d51190d 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveProtocol.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveProtocol.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveQuery.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveQuery.java index 27b6bae453..b79457f355 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveQuery.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveScheme.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveScheme.java index 7d7d3cd770..1cdbff716c 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveScheme.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveScheme.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveUserInfo.java b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveUserInfo.java index 95440e242a..90244aaf7a 100644 --- a/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveUserInfo.java +++ b/assertj-core/src/main/java/org/assertj/core/error/uri/ShouldHaveUserInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/extractor/ByNameMultipleExtractor.java b/assertj-core/src/main/java/org/assertj/core/extractor/ByNameMultipleExtractor.java index 8feb09e610..9229780349 100644 --- a/assertj-core/src/main/java/org/assertj/core/extractor/ByNameMultipleExtractor.java +++ b/assertj-core/src/main/java/org/assertj/core/extractor/ByNameMultipleExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/extractor/ByNameSingleExtractor.java b/assertj-core/src/main/java/org/assertj/core/extractor/ByNameSingleExtractor.java index 2a5555551e..274d796ef4 100644 --- a/assertj-core/src/main/java/org/assertj/core/extractor/ByNameSingleExtractor.java +++ b/assertj-core/src/main/java/org/assertj/core/extractor/ByNameSingleExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/extractor/Extractors.java b/assertj-core/src/main/java/org/assertj/core/extractor/Extractors.java index 5b97a680c3..3ffb2ab7d1 100644 --- a/assertj-core/src/main/java/org/assertj/core/extractor/Extractors.java +++ b/assertj-core/src/main/java/org/assertj/core/extractor/Extractors.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/extractor/ResultOfExtractor.java b/assertj-core/src/main/java/org/assertj/core/extractor/ResultOfExtractor.java index 98e7e90719..ab66382438 100644 --- a/assertj-core/src/main/java/org/assertj/core/extractor/ResultOfExtractor.java +++ b/assertj-core/src/main/java/org/assertj/core/extractor/ResultOfExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/extractor/ToStringExtractor.java b/assertj-core/src/main/java/org/assertj/core/extractor/ToStringExtractor.java index 3903a0edf7..53d32b6ea9 100644 --- a/assertj-core/src/main/java/org/assertj/core/extractor/ToStringExtractor.java +++ b/assertj-core/src/main/java/org/assertj/core/extractor/ToStringExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/groups/FieldsOrPropertiesExtractor.java b/assertj-core/src/main/java/org/assertj/core/groups/FieldsOrPropertiesExtractor.java index 03a2a70448..c024b0a9d2 100644 --- a/assertj-core/src/main/java/org/assertj/core/groups/FieldsOrPropertiesExtractor.java +++ b/assertj-core/src/main/java/org/assertj/core/groups/FieldsOrPropertiesExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/groups/Properties.java b/assertj-core/src/main/java/org/assertj/core/groups/Properties.java index c1e262c920..f036b962ae 100644 --- a/assertj-core/src/main/java/org/assertj/core/groups/Properties.java +++ b/assertj-core/src/main/java/org/assertj/core/groups/Properties.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/groups/Tuple.java b/assertj-core/src/main/java/org/assertj/core/groups/Tuple.java index f97b074207..46f627fab6 100644 --- a/assertj-core/src/main/java/org/assertj/core/groups/Tuple.java +++ b/assertj-core/src/main/java/org/assertj/core/groups/Tuple.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Arrays.java b/assertj-core/src/main/java/org/assertj/core/internal/Arrays.java index 19feaa315c..8e1d19eea6 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Arrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Arrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Arrays2D.java b/assertj-core/src/main/java/org/assertj/core/internal/Arrays2D.java index 300ddb8dac..ecf67540a6 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Arrays2D.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Arrays2D.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/BigDecimals.java b/assertj-core/src/main/java/org/assertj/core/internal/BigDecimals.java index 2576f02947..7280bc5156 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/BigDecimals.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/BigDecimals.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/BigIntegers.java b/assertj-core/src/main/java/org/assertj/core/internal/BigIntegers.java index 4a8eaeff09..91c841c6b6 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/BigIntegers.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/BigIntegers.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/BinaryDiff.java b/assertj-core/src/main/java/org/assertj/core/internal/BinaryDiff.java index c98ec62a4b..efe7f30b41 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/BinaryDiff.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/BinaryDiff.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/BinaryDiffResult.java b/assertj-core/src/main/java/org/assertj/core/internal/BinaryDiffResult.java index c60d240a3a..04c3aebe34 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/BinaryDiffResult.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/BinaryDiffResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Boolean2DArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/Boolean2DArrays.java index 75eebbf5e4..f2f8ccd824 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Boolean2DArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Boolean2DArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/BooleanArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/BooleanArrays.java index f19babde5c..9f3984e0f2 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/BooleanArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/BooleanArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Byte2DArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/Byte2DArrays.java index e74a2b5c89..1407399f03 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Byte2DArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Byte2DArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/ByteArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/ByteArrays.java index 9cefa58438..f9294da9ac 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/ByteArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/ByteArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Bytes.java b/assertj-core/src/main/java/org/assertj/core/internal/Bytes.java index 1ee84f126f..231d147d25 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Bytes.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Bytes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Char2DArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/Char2DArrays.java index 7b97fff238..ffa9f15588 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Char2DArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Char2DArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/CharArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/CharArrays.java index 5b2a222f1a..d172a6df02 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/CharArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/CharArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Characters.java b/assertj-core/src/main/java/org/assertj/core/internal/Characters.java index efe6e7558e..0ecdae7166 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Characters.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Characters.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/ChronoLocalDateTimeComparator.java b/assertj-core/src/main/java/org/assertj/core/internal/ChronoLocalDateTimeComparator.java index 42f98ed330..70ce97121f 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/ChronoLocalDateTimeComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/ChronoLocalDateTimeComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/ChronoZonedDateTimeByInstantComparator.java b/assertj-core/src/main/java/org/assertj/core/internal/ChronoZonedDateTimeByInstantComparator.java index 49263be587..857e41f0bb 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/ChronoZonedDateTimeByInstantComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/ChronoZonedDateTimeByInstantComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Classes.java b/assertj-core/src/main/java/org/assertj/core/internal/Classes.java index 29ffc12277..c6e36ca04b 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Classes.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Classes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/CommonErrors.java b/assertj-core/src/main/java/org/assertj/core/internal/CommonErrors.java index bec3bf2c33..95203fd109 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/CommonErrors.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/CommonErrors.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/CommonValidations.java b/assertj-core/src/main/java/org/assertj/core/internal/CommonValidations.java index dde6fcde20..9e7180841c 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/CommonValidations.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/CommonValidations.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Comparables.java b/assertj-core/src/main/java/org/assertj/core/internal/Comparables.java index 9d8305cb28..042e494a73 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Comparables.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Comparables.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Conditions.java b/assertj-core/src/main/java/org/assertj/core/internal/Conditions.java index 416ad543ed..b3a7119eb9 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Conditions.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Conditions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/ConfigurableRecursiveFieldByFieldComparator.java b/assertj-core/src/main/java/org/assertj/core/internal/ConfigurableRecursiveFieldByFieldComparator.java index e1350b7a4b..1cc0f94026 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/ConfigurableRecursiveFieldByFieldComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/ConfigurableRecursiveFieldByFieldComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Dates.java b/assertj-core/src/main/java/org/assertj/core/internal/Dates.java index 40b3680325..7e44605be9 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Dates.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Dates.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/DeepDifference.java b/assertj-core/src/main/java/org/assertj/core/internal/DeepDifference.java index c18e10db84..7bacfad69b 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/DeepDifference.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/DeepDifference.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/DescribableComparator.java b/assertj-core/src/main/java/org/assertj/core/internal/DescribableComparator.java index ccada8c9c0..120266e79a 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/DescribableComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/DescribableComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Diff.java b/assertj-core/src/main/java/org/assertj/core/internal/Diff.java index 41cb4f80d3..10d3d5fdc8 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Diff.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Diff.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/DigestDiff.java b/assertj-core/src/main/java/org/assertj/core/internal/DigestDiff.java index db600ad10e..4e889e1769 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/DigestDiff.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/DigestDiff.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Digests.java b/assertj-core/src/main/java/org/assertj/core/internal/Digests.java index 4e800f2e4d..34497eab98 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Digests.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Digests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Double2DArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/Double2DArrays.java index 4a37e946c7..4e9382698a 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Double2DArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Double2DArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/DoubleArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/DoubleArrays.java index f16e625719..28e982aa2b 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/DoubleArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/DoubleArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Doubles.java b/assertj-core/src/main/java/org/assertj/core/internal/Doubles.java index e2eeba222a..dad9528be6 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Doubles.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Doubles.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/ElementsSatisfyingConsumer.java b/assertj-core/src/main/java/org/assertj/core/internal/ElementsSatisfyingConsumer.java index fb1f47a177..9d37ec3c80 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/ElementsSatisfyingConsumer.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/ElementsSatisfyingConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/ErrorMessages.java b/assertj-core/src/main/java/org/assertj/core/internal/ErrorMessages.java index 897e5f88d4..69f7705fb1 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/ErrorMessages.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/ErrorMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/ExtendedByTypesComparator.java b/assertj-core/src/main/java/org/assertj/core/internal/ExtendedByTypesComparator.java index c3b959a55d..bdd1d31bad 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/ExtendedByTypesComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/ExtendedByTypesComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Failures.java b/assertj-core/src/main/java/org/assertj/core/internal/Failures.java index 479adb008f..378416f68a 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Failures.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Failures.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Files.java b/assertj-core/src/main/java/org/assertj/core/internal/Files.java index 6bc222701e..ae9171ef85 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Files.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Files.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Float2DArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/Float2DArrays.java index 2349c58d6b..0349aa344c 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Float2DArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Float2DArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/FloatArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/FloatArrays.java index 938f7f9a30..22135fbdd9 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/FloatArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/FloatArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Floats.java b/assertj-core/src/main/java/org/assertj/core/internal/Floats.java index dd692f7b91..2020d019b4 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Floats.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Floats.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Futures.java b/assertj-core/src/main/java/org/assertj/core/internal/Futures.java index e156327301..a70f5a72e8 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Futures.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Futures.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/IndexedDiff.java b/assertj-core/src/main/java/org/assertj/core/internal/IndexedDiff.java index 4fa586347e..2dcec5ccc5 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/IndexedDiff.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/IndexedDiff.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Int2DArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/Int2DArrays.java index 9491871f4b..e7b08b1903 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Int2DArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Int2DArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/IntArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/IntArrays.java index 84f9b041fb..218fad2742 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/IntArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/IntArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Integers.java b/assertj-core/src/main/java/org/assertj/core/internal/Integers.java index 7b5823e1f2..f577a3b23e 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Integers.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Integers.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/IterableDiff.java b/assertj-core/src/main/java/org/assertj/core/internal/IterableDiff.java index 377ea09c41..a2981fd473 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/IterableDiff.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/IterableDiff.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Iterables.java b/assertj-core/src/main/java/org/assertj/core/internal/Iterables.java index f4613be6a3..49d48a2bd8 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Iterables.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Iterables.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Iterators.java b/assertj-core/src/main/java/org/assertj/core/internal/Iterators.java index 7187ae81fc..163ea5376f 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Iterators.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Iterators.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Lists.java b/assertj-core/src/main/java/org/assertj/core/internal/Lists.java index bd2a8b4f67..26032e0c08 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Lists.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Lists.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Long2DArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/Long2DArrays.java index c345f6ec97..9671cea1b6 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Long2DArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Long2DArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/LongArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/LongArrays.java index c849211ddc..1bb4950577 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/LongArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/LongArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Longs.java b/assertj-core/src/main/java/org/assertj/core/internal/Longs.java index c682bc6cd3..4ed5e31416 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Longs.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Longs.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Maps.java b/assertj-core/src/main/java/org/assertj/core/internal/Maps.java index b15dfee1f0..e18662f83e 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Maps.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Maps.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/NioFilesWrapper.java b/assertj-core/src/main/java/org/assertj/core/internal/NioFilesWrapper.java index ee883c6685..15a9471714 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/NioFilesWrapper.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/NioFilesWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Numbers.java b/assertj-core/src/main/java/org/assertj/core/internal/Numbers.java index 538599a7df..f876e6d41e 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Numbers.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Numbers.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Object2DArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/Object2DArrays.java index 81018b74b8..660aee6ea6 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Object2DArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Object2DArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/ObjectArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/ObjectArrays.java index b14fd5f62b..514e278c72 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/ObjectArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/ObjectArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Objects.java b/assertj-core/src/main/java/org/assertj/core/internal/Objects.java index 89460c21f4..25ed713689 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Objects.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Objects.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/OffsetDateTimeByInstantComparator.java b/assertj-core/src/main/java/org/assertj/core/internal/OffsetDateTimeByInstantComparator.java index 820e434b32..ff6b9fff98 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/OffsetDateTimeByInstantComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/OffsetDateTimeByInstantComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Paths.java b/assertj-core/src/main/java/org/assertj/core/internal/Paths.java index d354f6c786..6db0649ff6 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Paths.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Paths.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Predicates.java b/assertj-core/src/main/java/org/assertj/core/internal/Predicates.java index 173270b0e7..47d632a4f2 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Predicates.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Predicates.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/RealNumbers.java b/assertj-core/src/main/java/org/assertj/core/internal/RealNumbers.java index 8d3195c973..24d624bfa2 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/RealNumbers.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/RealNumbers.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/RecursiveHelper.java b/assertj-core/src/main/java/org/assertj/core/internal/RecursiveHelper.java index f0114f171d..e458be3a15 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/RecursiveHelper.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/RecursiveHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Short2DArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/Short2DArrays.java index cc7baf74fc..d1cc7dbb83 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Short2DArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Short2DArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/ShortArrays.java b/assertj-core/src/main/java/org/assertj/core/internal/ShortArrays.java index b881ac6ebc..9e371bba4c 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/ShortArrays.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/ShortArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Shorts.java b/assertj-core/src/main/java/org/assertj/core/internal/Shorts.java index d2df6a6674..d3f002c027 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Shorts.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Shorts.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Spliterators.java b/assertj-core/src/main/java/org/assertj/core/internal/Spliterators.java index fd96c81cd6..d3384b44c9 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Spliterators.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Spliterators.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Strings.java b/assertj-core/src/main/java/org/assertj/core/internal/Strings.java index 84dc50d27c..c7484a57bd 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Strings.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Strings.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -82,7 +82,6 @@ import static org.assertj.core.internal.CommonValidations.checkSizeBetween; import static org.assertj.core.internal.CommonValidations.checkSizes; import static org.assertj.core.internal.CommonValidations.hasSameSizeAsCheck; -import static org.assertj.core.util.xml.XmlStringPrettyFormatter.xmlPrettyFormat; import java.io.IOException; import java.io.LineNumberReader; @@ -738,19 +737,6 @@ public void assertDoesNotContainSubsequence(AssertionInfo info, CharSequence act throw failures.failure(info, shouldNotContainSubsequence(actual, subsequence, subsequenceIndexes, comparisonStrategy)); } - public void assertXmlEqualsTo(AssertionInfo info, CharSequence actualXml, CharSequence expectedXml) { - // check that actual and expected XML CharSequence are not null. - // we consider that null values don't make much sense when you want to compare XML document as String/CharSequence. - checkCharSequenceIsNotNull(expectedXml); - assertNotNull(info, actualXml); - // we only use default comparison strategy, it does not make sense to use a specific comparison strategy - final String formattedActualXml = xmlPrettyFormat(actualXml.toString()); - final String formattedExpectedXml = xmlPrettyFormat(expectedXml.toString()); - if (!comparisonStrategy.areEqual(formattedActualXml, formattedExpectedXml)) - throw failures.failure(info, shouldBeEqual(formattedActualXml, formattedExpectedXml, comparisonStrategy, - info.representation())); - } - public void assertIsSubstringOf(AssertionInfo info, CharSequence actual, CharSequence sequence) { assertNotNull(info, actual); requireNonNull(sequence, "Expecting CharSequence not to be null"); diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Throwables.java b/assertj-core/src/main/java/org/assertj/core/internal/Throwables.java index 7b30e267eb..388e0df2ba 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Throwables.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Throwables.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/TypeComparators.java b/assertj-core/src/main/java/org/assertj/core/internal/TypeComparators.java index 2bcad5edcc..c4fb7f21af 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/TypeComparators.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/TypeComparators.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/TypeHolder.java b/assertj-core/src/main/java/org/assertj/core/internal/TypeHolder.java index f2559706e4..39350d05a4 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/TypeHolder.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/TypeHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/TypeMessages.java b/assertj-core/src/main/java/org/assertj/core/internal/TypeMessages.java index 170d0d621a..7a211960f2 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/TypeMessages.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/TypeMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/UnambiguousRepresentation.java b/assertj-core/src/main/java/org/assertj/core/internal/UnambiguousRepresentation.java index 5cb1361a0f..9313dc193e 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/UnambiguousRepresentation.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/UnambiguousRepresentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Uris.java b/assertj-core/src/main/java/org/assertj/core/internal/Uris.java index 0a9b7a80b1..c9e0cd5608 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Uris.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Uris.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/Urls.java b/assertj-core/src/main/java/org/assertj/core/internal/Urls.java index b4d2a498f8..d98fade6be 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/Urls.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/Urls.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/WholeNumbers.java b/assertj-core/src/main/java/org/assertj/core/internal/WholeNumbers.java index e1b159d1b8..e4a7de56f7 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/WholeNumbers.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/WholeNumbers.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/internal/annotation/Contract.java b/assertj-core/src/main/java/org/assertj/core/internal/annotation/Contract.java index 0d3c1665dc..1242c7ddf6 100644 --- a/assertj-core/src/main/java/org/assertj/core/internal/annotation/Contract.java +++ b/assertj-core/src/main/java/org/assertj/core/internal/annotation/Contract.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/matcher/AssertionMatcher.java b/assertj-core/src/main/java/org/assertj/core/matcher/AssertionMatcher.java index ca8e26e39b..ad10712696 100644 --- a/assertj-core/src/main/java/org/assertj/core/matcher/AssertionMatcher.java +++ b/assertj-core/src/main/java/org/assertj/core/matcher/AssertionMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/BinaryRepresentation.java b/assertj-core/src/main/java/org/assertj/core/presentation/BinaryRepresentation.java index 8939f18d56..e2e7c26375 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/BinaryRepresentation.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/BinaryRepresentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/BoundedQueue.java b/assertj-core/src/main/java/org/assertj/core/presentation/BoundedQueue.java index 4253baaeb5..7c5460c19f 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/BoundedQueue.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/BoundedQueue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/CompositeRepresentation.java b/assertj-core/src/main/java/org/assertj/core/presentation/CompositeRepresentation.java index 2b0c30f5da..233b21883a 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/CompositeRepresentation.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/CompositeRepresentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/HeadTailAccumulator.java b/assertj-core/src/main/java/org/assertj/core/presentation/HeadTailAccumulator.java index 17db72eee6..ded0ba111c 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/HeadTailAccumulator.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/HeadTailAccumulator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/HexadecimalRepresentation.java b/assertj-core/src/main/java/org/assertj/core/presentation/HexadecimalRepresentation.java index 82040ff4fd..67fc6ed4d9 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/HexadecimalRepresentation.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/HexadecimalRepresentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/NumberGrouping.java b/assertj-core/src/main/java/org/assertj/core/presentation/NumberGrouping.java index 60b64a0875..fd92b7e161 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/NumberGrouping.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/NumberGrouping.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/PredicateDescription.java b/assertj-core/src/main/java/org/assertj/core/presentation/PredicateDescription.java index bdf4e97c7f..c595deaf7e 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/PredicateDescription.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/PredicateDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/PrimitiveArrayList.java b/assertj-core/src/main/java/org/assertj/core/presentation/PrimitiveArrayList.java index 92096538d8..4120d24a65 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/PrimitiveArrayList.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/PrimitiveArrayList.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/Representation.java b/assertj-core/src/main/java/org/assertj/core/presentation/Representation.java index 8f503a3e01..baf33fa24e 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/Representation.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/Representation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/RotatingQueue.java b/assertj-core/src/main/java/org/assertj/core/presentation/RotatingQueue.java index 026c50dbaa..b9b383a963 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/RotatingQueue.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/RotatingQueue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/StandardRepresentation.java b/assertj-core/src/main/java/org/assertj/core/presentation/StandardRepresentation.java index b464942873..054b959e16 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/StandardRepresentation.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/StandardRepresentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/TransformingList.java b/assertj-core/src/main/java/org/assertj/core/presentation/TransformingList.java index e30f85a17f..4f316a46e9 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/TransformingList.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/TransformingList.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/presentation/UnicodeRepresentation.java b/assertj-core/src/main/java/org/assertj/core/presentation/UnicodeRepresentation.java index 9b5d679b38..22b76b7c9f 100644 --- a/assertj-core/src/main/java/org/assertj/core/presentation/UnicodeRepresentation.java +++ b/assertj-core/src/main/java/org/assertj/core/presentation/UnicodeRepresentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/AbstractComparableNumberComparator.java b/assertj-core/src/main/java/org/assertj/core/util/AbstractComparableNumberComparator.java index 9c09332553..301f350a90 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/AbstractComparableNumberComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/AbstractComparableNumberComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/ArrayWrapperList.java b/assertj-core/src/main/java/org/assertj/core/util/ArrayWrapperList.java index 747d5f002c..785baaeaf5 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/ArrayWrapperList.java +++ b/assertj-core/src/main/java/org/assertj/core/util/ArrayWrapperList.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Arrays.java b/assertj-core/src/main/java/org/assertj/core/util/Arrays.java index 07bf02171d..d3b8036509 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Arrays.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Arrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/BigDecimalComparator.java b/assertj-core/src/main/java/org/assertj/core/util/BigDecimalComparator.java index 0f92c37823..8b08821d02 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/BigDecimalComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/BigDecimalComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/BigIntegerComparator.java b/assertj-core/src/main/java/org/assertj/core/util/BigIntegerComparator.java index 13b0925add..5a2911b577 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/BigIntegerComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/BigIntegerComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/CanIgnoreReturnValue.java b/assertj-core/src/main/java/org/assertj/core/util/CanIgnoreReturnValue.java index ffdb948042..1e3c3f1d37 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/CanIgnoreReturnValue.java +++ b/assertj-core/src/main/java/org/assertj/core/util/CanIgnoreReturnValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/CheckReturnValue.java b/assertj-core/src/main/java/org/assertj/core/util/CheckReturnValue.java index 2980abdc49..372c3d264c 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/CheckReturnValue.java +++ b/assertj-core/src/main/java/org/assertj/core/util/CheckReturnValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/ClassNameComparator.java b/assertj-core/src/main/java/org/assertj/core/util/ClassNameComparator.java index 059369490c..1c12bf58fe 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/ClassNameComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/ClassNameComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Closeables.java b/assertj-core/src/main/java/org/assertj/core/util/Closeables.java index d134be680d..b2f46d092f 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Closeables.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Closeables.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/DateUtil.java b/assertj-core/src/main/java/org/assertj/core/util/DateUtil.java index 879da864b9..6c90d6fe8f 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/DateUtil.java +++ b/assertj-core/src/main/java/org/assertj/core/util/DateUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/DoubleComparator.java b/assertj-core/src/main/java/org/assertj/core/util/DoubleComparator.java index 6f9bc45055..f05ecc6a2a 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/DoubleComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/DoubleComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/DualClass.java b/assertj-core/src/main/java/org/assertj/core/util/DualClass.java index b6c2d24ec4..7bed74005d 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/DualClass.java +++ b/assertj-core/src/main/java/org/assertj/core/util/DualClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/DualClassComparator.java b/assertj-core/src/main/java/org/assertj/core/util/DualClassComparator.java index 502fbe0b47..6fb9071d0f 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/DualClassComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/DualClassComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Executable.java b/assertj-core/src/main/java/org/assertj/core/util/Executable.java index 2e9bc02b30..730eef7a6d 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Executable.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Executable.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/FailureMessages.java b/assertj-core/src/main/java/org/assertj/core/util/FailureMessages.java index da1583ddbd..b4c1034c48 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/FailureMessages.java +++ b/assertj-core/src/main/java/org/assertj/core/util/FailureMessages.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Files.java b/assertj-core/src/main/java/org/assertj/core/util/Files.java index edc02a14a3..0b8933ab67 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Files.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Files.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/FloatComparator.java b/assertj-core/src/main/java/org/assertj/core/util/FloatComparator.java index 21199f9da1..13b140e8a5 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/FloatComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/FloatComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Hexadecimals.java b/assertj-core/src/main/java/org/assertj/core/util/Hexadecimals.java index 1369dec052..0a121066e7 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Hexadecimals.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Hexadecimals.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/IterableUtil.java b/assertj-core/src/main/java/org/assertj/core/util/IterableUtil.java index 164ba1afbf..b71b66f395 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/IterableUtil.java +++ b/assertj-core/src/main/java/org/assertj/core/util/IterableUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Lists.java b/assertj-core/src/main/java/org/assertj/core/util/Lists.java index 9aac88b82b..47ece4e573 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Lists.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Lists.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Maps.java b/assertj-core/src/main/java/org/assertj/core/util/Maps.java index b5884cf76c..c90ec8a870 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Maps.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Maps.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/NaturalOrderComparator.java b/assertj-core/src/main/java/org/assertj/core/util/NaturalOrderComparator.java index 43d704c3ca..1b1ad55e75 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/NaturalOrderComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/NaturalOrderComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/NullSafeComparator.java b/assertj-core/src/main/java/org/assertj/core/util/NullSafeComparator.java index a84843a39e..85b4161051 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/NullSafeComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/NullSafeComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Objects.java b/assertj-core/src/main/java/org/assertj/core/util/Objects.java index 01d4d72d09..4890b122d9 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Objects.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Objects.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/PathNaturalOrderComparator.java b/assertj-core/src/main/java/org/assertj/core/util/PathNaturalOrderComparator.java index 256ede05f8..3f2f450f7a 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/PathNaturalOrderComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/PathNaturalOrderComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Paths.java b/assertj-core/src/main/java/org/assertj/core/util/Paths.java index 35c977479b..be021c0b97 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Paths.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Paths.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Preconditions.java b/assertj-core/src/main/java/org/assertj/core/util/Preconditions.java index 4a21f22b7c..39b18f6a8f 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Preconditions.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Preconditions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Sets.java b/assertj-core/src/main/java/org/assertj/core/util/Sets.java index cf99978561..449fe7fbe1 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Sets.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Sets.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Streams.java b/assertj-core/src/main/java/org/assertj/core/util/Streams.java index 8353c01ad6..03ebb75b56 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Streams.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Streams.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Strings.java b/assertj-core/src/main/java/org/assertj/core/util/Strings.java index d00063bdf4..e718df5586 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Strings.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Strings.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/TextFileWriter.java b/assertj-core/src/main/java/org/assertj/core/util/TextFileWriter.java index a68c1e1f8d..f6d5d0b2d1 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/TextFileWriter.java +++ b/assertj-core/src/main/java/org/assertj/core/util/TextFileWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/Throwables.java b/assertj-core/src/main/java/org/assertj/core/util/Throwables.java index fd6e196a63..cf76734dc1 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/Throwables.java +++ b/assertj-core/src/main/java/org/assertj/core/util/Throwables.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/TriFunction.java b/assertj-core/src/main/java/org/assertj/core/util/TriFunction.java index 6235d56e1b..f511c67d01 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/TriFunction.java +++ b/assertj-core/src/main/java/org/assertj/core/util/TriFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/URLs.java b/assertj-core/src/main/java/org/assertj/core/util/URLs.java index c7ab29aae3..538995586a 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/URLs.java +++ b/assertj-core/src/main/java/org/assertj/core/util/URLs.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/VisibleForTesting.java b/assertj-core/src/main/java/org/assertj/core/util/VisibleForTesting.java index 7156c21b56..cbcc1de476 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/VisibleForTesting.java +++ b/assertj-core/src/main/java/org/assertj/core/util/VisibleForTesting.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/ChangeDelta.java b/assertj-core/src/main/java/org/assertj/core/util/diff/ChangeDelta.java index 21f2e22d52..d4c4042b55 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/ChangeDelta.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/ChangeDelta.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/Chunk.java b/assertj-core/src/main/java/org/assertj/core/util/diff/Chunk.java index d2a6d6de28..ddf8fe74fd 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/Chunk.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/Chunk.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/DeleteDelta.java b/assertj-core/src/main/java/org/assertj/core/util/diff/DeleteDelta.java index f8b54d632e..9f9c89f3c6 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/DeleteDelta.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/DeleteDelta.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/Delta.java b/assertj-core/src/main/java/org/assertj/core/util/diff/Delta.java index 9fcf280475..f21d12d7ea 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/Delta.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/Delta.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/DeltaComparator.java b/assertj-core/src/main/java/org/assertj/core/util/diff/DeltaComparator.java index c6938b483e..9785ff4a72 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/DeltaComparator.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/DeltaComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/DiffAlgorithm.java b/assertj-core/src/main/java/org/assertj/core/util/diff/DiffAlgorithm.java index c570e7b104..a33268b5a7 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/DiffAlgorithm.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/DiffAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/DiffUtils.java b/assertj-core/src/main/java/org/assertj/core/util/diff/DiffUtils.java index ff25815e8e..93b9dd98bb 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/DiffUtils.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/DiffUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/InsertDelta.java b/assertj-core/src/main/java/org/assertj/core/util/diff/InsertDelta.java index a1a82db36c..49662fc887 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/InsertDelta.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/InsertDelta.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/Patch.java b/assertj-core/src/main/java/org/assertj/core/util/diff/Patch.java index 167090e892..766c1c64ab 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/Patch.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/Patch.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/myers/DiffNode.java b/assertj-core/src/main/java/org/assertj/core/util/diff/myers/DiffNode.java index c4e34d8a5c..29b158a15f 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/myers/DiffNode.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/myers/DiffNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/myers/Equalizer.java b/assertj-core/src/main/java/org/assertj/core/util/diff/myers/Equalizer.java index a4680bb2f0..28952af3b9 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/myers/Equalizer.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/myers/Equalizer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/myers/MyersDiff.java b/assertj-core/src/main/java/org/assertj/core/util/diff/myers/MyersDiff.java index 213fd06e75..506616e7b7 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/myers/MyersDiff.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/myers/MyersDiff.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/myers/PathNode.java b/assertj-core/src/main/java/org/assertj/core/util/diff/myers/PathNode.java index efcf61adfb..5bccbfe8a7 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/myers/PathNode.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/myers/PathNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/diff/myers/Snake.java b/assertj-core/src/main/java/org/assertj/core/util/diff/myers/Snake.java index a4d361c199..42b580f687 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/diff/myers/Snake.java +++ b/assertj-core/src/main/java/org/assertj/core/util/diff/myers/Snake.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/introspection/CaseFormatUtils.java b/assertj-core/src/main/java/org/assertj/core/util/introspection/CaseFormatUtils.java index 6f92a7acb5..cd82e9031b 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/introspection/CaseFormatUtils.java +++ b/assertj-core/src/main/java/org/assertj/core/util/introspection/CaseFormatUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/introspection/ClassUtils.java b/assertj-core/src/main/java/org/assertj/core/util/introspection/ClassUtils.java index befa1fd024..36b1b79075 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/introspection/ClassUtils.java +++ b/assertj-core/src/main/java/org/assertj/core/util/introspection/ClassUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/introspection/FieldSupport.java b/assertj-core/src/main/java/org/assertj/core/util/introspection/FieldSupport.java index 6deaf369c2..4dd7419b81 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/introspection/FieldSupport.java +++ b/assertj-core/src/main/java/org/assertj/core/util/introspection/FieldSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/introspection/FieldUtils.java b/assertj-core/src/main/java/org/assertj/core/util/introspection/FieldUtils.java index a1ce4d7fa8..5f309710de 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/introspection/FieldUtils.java +++ b/assertj-core/src/main/java/org/assertj/core/util/introspection/FieldUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/introspection/Introspection.java b/assertj-core/src/main/java/org/assertj/core/util/introspection/Introspection.java index 8d3cf7b4cf..2d430c0bff 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/introspection/Introspection.java +++ b/assertj-core/src/main/java/org/assertj/core/util/introspection/Introspection.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/introspection/IntrospectionError.java b/assertj-core/src/main/java/org/assertj/core/util/introspection/IntrospectionError.java index 687bc77eb4..8b406362a1 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/introspection/IntrospectionError.java +++ b/assertj-core/src/main/java/org/assertj/core/util/introspection/IntrospectionError.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/introspection/MemberUtils.java b/assertj-core/src/main/java/org/assertj/core/util/introspection/MemberUtils.java index 575f34dd2c..8ddfb2186d 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/introspection/MemberUtils.java +++ b/assertj-core/src/main/java/org/assertj/core/util/introspection/MemberUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/introspection/MethodSupport.java b/assertj-core/src/main/java/org/assertj/core/util/introspection/MethodSupport.java index 2905807954..741946b425 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/introspection/MethodSupport.java +++ b/assertj-core/src/main/java/org/assertj/core/util/introspection/MethodSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/introspection/PropertyOrFieldSupport.java b/assertj-core/src/main/java/org/assertj/core/util/introspection/PropertyOrFieldSupport.java index 1215f8c5f5..5afabb6086 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/introspection/PropertyOrFieldSupport.java +++ b/assertj-core/src/main/java/org/assertj/core/util/introspection/PropertyOrFieldSupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/introspection/PropertySupport.java b/assertj-core/src/main/java/org/assertj/core/util/introspection/PropertySupport.java index 0b9fd31044..0ba642e618 100644 --- a/assertj-core/src/main/java/org/assertj/core/util/introspection/PropertySupport.java +++ b/assertj-core/src/main/java/org/assertj/core/util/introspection/PropertySupport.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/main/java/org/assertj/core/util/xml/XmlStringPrettyFormatter.java b/assertj-core/src/main/java/org/assertj/core/util/xml/XmlStringPrettyFormatter.java deleted file mode 100644 index d5714eee86..0000000000 --- a/assertj-core/src/main/java/org/assertj/core/util/xml/XmlStringPrettyFormatter.java +++ /dev/null @@ -1,83 +0,0 @@ -/* - * Copyright 2012-2025 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.assertj.core.util.xml; - -import static org.assertj.core.util.Preconditions.checkArgument; - -import java.io.StringReader; -import java.io.StringWriter; -import java.io.Writer; - -import javax.xml.parsers.DocumentBuilder; -import javax.xml.parsers.DocumentBuilderFactory; - -import org.w3c.dom.Document; -import org.w3c.dom.bootstrap.DOMImplementationRegistry; -import org.w3c.dom.ls.DOMImplementationLS; -import org.w3c.dom.ls.LSOutput; -import org.w3c.dom.ls.LSSerializer; -import org.xml.sax.InputSource; - -/** - * Format an XML String with indent = 2 space. - *

    - * Very much inspired by http://stackoverflow.com/questions/139076/how-to-pretty-print-xml-from-java and - * http://pastebin.com/XL7932aC - *

    - */ -public class XmlStringPrettyFormatter { - - private static final String FORMAT_ERROR = "Unable to format XML string"; - - public static String xmlPrettyFormat(String xmlStringToFormat) { - checkArgument(xmlStringToFormat != null, "Expecting XML String not to be null"); - // convert String to an XML Document and then back to String but prettily formatted. - return prettyFormat(toXmlDocument(xmlStringToFormat), xmlStringToFormat.startsWith(" map = Map.of("first", 1, "second", 2); + // WHEN/THEN + then(map).keys().contains("first", "second"); + } + + @Test + void should_allow_chaining_collection_assertions_on_keys() { + // GIVEN + Map map = Map.of("first", 1, "second", 2, "third", 3); + // WHEN/THEN + then(map).keys() + .containsAnyOf("first", "fourth") + .hasSize(3); + } + + @Test + void should_return_collection_assertion_with_right_generic_type() { + // GIVEN + Map map = Map.of("first", "one"); + // WHEN/THEN + then(map).keys() + .singleElement(STRING) + .startsWith("f"); + } + + @Test + void should_have_an_helpful_error_message_when_keys_is_used_on_a_null_map() { + // GIVEN + Map nullMap = null; + // WHEN/THEN + thenNullPointerException().isThrownBy(() -> then(nullMap).keys().contains("nothing")) + .withMessage("Can not extract keys from a null map."); + } +} diff --git a/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_noneSatisfy_Test.java b/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_noneSatisfy_Test.java index d62e89255e..b73e17b008 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_noneSatisfy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_noneSatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_raw_map_assertions_chained_after_base_assertions_Test.java b/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_raw_map_assertions_chained_after_base_assertions_Test.java index fc585ff044..305eafc9da 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_raw_map_assertions_chained_after_base_assertions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_raw_map_assertions_chained_after_base_assertions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_size_Test.java b/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_size_Test.java index 5e18156fca..b49379c194 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_size_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_size_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_usingEqualsForValues_Test.java b/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_usingEqualsForValues_Test.java index d8066e5fb7..24527e1c31 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_usingEqualsForValues_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_usingEqualsForValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_values_Test.java b/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_values_Test.java index 8e89fb5b9c..6480ef2705 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_values_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/map/MapAssert_values_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_group_with_int_Test.java b/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_group_with_int_Test.java index 37bbf27abc..5d0b1ef3c0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_group_with_int_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_group_with_int_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_group_with_string_Test.java b/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_group_with_string_Test.java index 11505a1da5..d717dd1bfb 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_group_with_string_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_group_with_string_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_groups_Test.java b/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_groups_Test.java index 54fe5a00d1..79ff75efd0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_groups_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_groups_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_matches_Test.java b/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_matches_Test.java index 8a9b0fb02d..a3ac73505f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_matches_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/matcher/MatcherAssert_matches_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasAllNullFieldsOrPropertiesExcept_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasAllNullFieldsOrPropertiesExcept_Test.java index ca687bc488..03f12a8635 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasAllNullFieldsOrPropertiesExcept_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasAllNullFieldsOrPropertiesExcept_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasAllNullFieldsOrProperties_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasAllNullFieldsOrProperties_Test.java index 551b60cf46..ef73a0435a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasAllNullFieldsOrProperties_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasAllNullFieldsOrProperties_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasFieldOrPropertyWithValue_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasFieldOrPropertyWithValue_Test.java index 959e77844f..376e3ad9e7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasFieldOrPropertyWithValue_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasFieldOrPropertyWithValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasFieldOrProperty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasFieldOrProperty_Test.java index 3b30482676..eefb7ca64f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasFieldOrProperty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasFieldOrProperty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasNoNullFieldsOrProperties_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasNoNullFieldsOrProperties_Test.java index 0f37bac705..4fc3e7aeed 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasNoNullFieldsOrProperties_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasNoNullFieldsOrProperties_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasOnlyFields_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasOnlyFields_Test.java index 25e35ad427..60bf1876cb 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasOnlyFields_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasOnlyFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasSameHashCodeAs_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasSameHashCodeAs_Test.java index fe3dc1d817..1f98c12262 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasSameHashCodeAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_hasSameHashCodeAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingComparator_Test.java index db7de05e2a..021641f678 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingDefaultComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingDefaultComparator_Test.java index 0a1b825db8..a5bba2cb36 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingDefaultComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingDefaultComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingEquals_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingEquals_Test.java index 0535aa2143..3b7e7af47d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingEquals_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object/ObjectAssert_usingEquals_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_contains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_contains_at_Index_Test.java index 31958576ab..25d12ce65e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_contains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_contains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_doesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_doesNotContain_at_Index_Test.java index 502d546cbe..395d8564ce 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_doesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_doesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasDimensions_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasDimensions_Test.java index c17d8431cf..4f2ef94c05 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasDimensions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasNumberOfRows_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasNumberOfRows_Test.java index 5c0013be1e..5335255bde 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasNumberOfRows_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasSameDimensionsAs_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasSameDimensionsAs_Test.java index ebeaf09d59..375c6370e9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasSameDimensionsAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_hasSameDimensionsAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isDeepEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isDeepEqualTo_Test.java index e284d63539..f9ae92a0f7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isDeepEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isDeepEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isEmpty_Test.java index c8186614a3..a8686a4cbf 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isNotEmpty_Test.java index 8bc37cd882..b9c2c1b4ce 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isNullOrEmpty_Test.java index a74f9db56f..e1aff8db01 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_isNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_usingCustomComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_usingCustomComparator_Test.java index 21918b09a9..0f688ccf1c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_usingCustomComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/object2darray/Object2DArrayAssert_usingCustomComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allMatch_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allMatch_Test.java index 106499d404..02ceee6baf 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allMatch_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allMatch_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allMatch_with_description_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allMatch_with_description_Test.java index 91770dfc80..9e0a376fda 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allMatch_with_description_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allMatch_with_description_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allSatisfy_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allSatisfy_Test.java index b96ff9ef39..31bf418a3a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allSatisfy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allSatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allSatisfy_with_ThrowingConsumer_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allSatisfy_with_ThrowingConsumer_Test.java index e805b1c870..73df2f6367 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allSatisfy_with_ThrowingConsumer_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_allSatisfy_with_ThrowingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anyMatch_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anyMatch_Test.java index 3ed2d2026d..43ede8f274 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anyMatch_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anyMatch_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anyMatch_with_description_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anyMatch_with_description_Test.java index 5e0b781bd2..d54b8f4f34 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anyMatch_with_description_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anyMatch_with_description_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anySatisfy_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anySatisfy_Test.java index 3212bde911..0c17ec4ba7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anySatisfy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anySatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anySatisfy_with_ThrowingConsumer_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anySatisfy_with_ThrowingConsumer_Test.java index 3257bd3067..4e05b21c69 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anySatisfy_with_ThrowingConsumer_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_anySatisfy_with_ThrowingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtLeastOne_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtLeastOne_Test.java index fa82226deb..84aba0c898 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtLeastOne_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtLeastOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtLeast_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtLeast_Test.java index f0d986e4a7..61fbe4b26e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtLeast_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtLeast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtMost_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtMost_Test.java index fc2006a8a5..a86d82c3c4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtMost_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areAtMost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areExactly_Test.java index 6e60014690..9a69b903bc 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areNot_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areNot_Test.java index 37846b68e6..f53ecfc08e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areNot_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_areNot_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_are_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_are_Test.java index 073f3fb4b6..429cfa33a4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_are_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_are_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAll_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAll_Test.java index 550bc1a8ef..01770e2174 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAll_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAll_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAnyElementsOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAnyElementsOf_Test.java index 8ad3ffff7a..78514a2bc3 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAnyElementsOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAnyElementsOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAnyOf_Test.java index c4f34535c0..88beeba4f7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyElementsOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyElementsOf_Test.java index 2e7e22fd71..0765d680b1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyElementsOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyElementsOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyInAnyOrderElementsOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyInAnyOrderElementsOf_Test.java index 0e5eb5f643..0dd3b1c4d0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyInAnyOrderElementsOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyInAnyOrderElementsOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyInAnyOrder_Test.java index c3049f6d06..72c74bd242 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactly_Test.java index 68fe5c4ccb..432b509bed 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsNull_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsNull_Test.java index 964daebe16..f9f9139b10 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsNull_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsNull_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyNulls_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyNulls_Test.java index eb3c5fc025..7802ba3161 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyNulls_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyNulls_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyOnceElementsOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyOnceElementsOf_Test.java index aca9226fe7..d3f71cd17a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyOnceElementsOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyOnceElementsOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyOnce_Test.java index 61dd607926..0262d8a3a2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnly_Test.java index 54000cbfb7..7b4ab3b95b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSequence_List_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSequence_List_Test.java index 1a8529a44d..616ad1cdf8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSequence_List_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSequence_List_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSequence_Test.java index 20ae9e1b9a..8c49b24ba1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSubSequence_List_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSubSequence_List_Test.java index 3327169b35..5f8702e23f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSubSequence_List_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSubSequence_List_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSubSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSubSequence_Test.java index bc2c1721b0..13341b2a6f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSubSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_containsSubSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_contains_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_contains_Test.java index 152e99bd65..1303f7748d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_contains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_contains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_contains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_contains_at_Index_Test.java index 2d4c915b4d..0cad4ac7fb 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_contains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_contains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doNothave_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doNothave_Test.java index 21d78e13d6..939ab33f9f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doNothave_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doNothave_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainAnyElementsOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainAnyElementsOf_Test.java index d08f8bbdd3..6a2d980478 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainAnyElementsOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainAnyElementsOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainNull_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainNull_Test.java index 9657726089..b2992a4f4f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainNull_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainNull_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSequence_List_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSequence_List_Test.java index 3f801427ed..59af368777 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSequence_List_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSequence_List_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSequence_Test.java index ed5d690133..514e867449 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSubsequence_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSubsequence_Test.java index 4eb4ad8aac..37f467d090 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSubsequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainSubsequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContain_Test.java index fa55cfad7b..ee3b6a1b84 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContain_at_Index_Test.java index 1ada7afdb6..1a7bbb05a2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainsSubsequence_List_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainsSubsequence_List_Test.java index 5404cc7b88..8a1cd8fd37 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainsSubsequence_List_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotContainsSubsequence_List_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotHaveAnyElementsOfTypes_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotHaveAnyElementsOfTypes_Test.java index d88f042e7d..f07f431450 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotHaveAnyElementsOfTypes_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotHaveAnyElementsOfTypes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotHaveDuplicates_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotHaveDuplicates_Test.java index f7f788085c..e108bbc59d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotHaveDuplicates_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_doesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_endsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_endsWith_Test.java index c4385fe1e5..7f756f9efa 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_endsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_endsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_extractingResultOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_extractingResultOf_Test.java index 2922b1880e..8dddfae676 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_extractingResultOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_extractingResultOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_extracting_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_extracting_Test.java index 190272b797..7df053dd6a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_extracting_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_extracting_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOnAssertions_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOnAssertions_Test.java index d65521730c..84b62393fc 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOnAssertions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOnAssertions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOnAssertions_ThrowingConsumer_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOnAssertions_ThrowingConsumer_Test.java index bce4a50714..ab265f6769 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOnAssertions_ThrowingConsumer_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOnAssertions_ThrowingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_Test.java index 2ce67c2c10..671300a868 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_condition_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_condition_Test.java index cb8656eff2..88478afec9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_condition_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_condition_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_function_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_function_Test.java index e6cc5ae63b..33e68fa1ab 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_function_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_function_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_in_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_in_Test.java index 636f3bd16a..30d3925da7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_in_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_in_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_notIn_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_notIn_Test.java index 5bd53cd309..3137f5f5d9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_notIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_notIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_not_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_not_Test.java index be7325d89b..5df25d394d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_not_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_not_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_predicate_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_predicate_Test.java index 070455be1e..88d533e65f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_predicate_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filteredOn_predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filtered_baseTest.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filtered_baseTest.java index b7a2c4eb43..4f3bc58cf5 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filtered_baseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_filtered_baseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_flatExtracting_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_flatExtracting_Test.java index 4637bee1fa..d535f95b1a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_flatExtracting_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_flatExtracting_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_flatExtracting_with_String_parameter_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_flatExtracting_with_String_parameter_Test.java index 1fabaf6468..988731f56f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_flatExtracting_with_String_parameter_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_flatExtracting_with_String_parameter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasAtLeastOneElementOfType_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasAtLeastOneElementOfType_Test.java index cc0c934cf2..07ff2a0712 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasAtLeastOneElementOfType_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasAtLeastOneElementOfType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasExactlyElementsOfTypes_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasExactlyElementsOfTypes_Test.java index 70a36bd9d7..817812528b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasExactlyElementsOfTypes_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasExactlyElementsOfTypes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasOnlyElementsOfType_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasOnlyElementsOfType_Test.java index 0697fb194e..6f967df251 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasOnlyElementsOfType_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasOnlyElementsOfType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasOnlyElementsOfTypes_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasOnlyElementsOfTypes_Test.java index b0e6923c84..7db4344fd2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasOnlyElementsOfTypes_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasOnlyElementsOfTypes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameElementsAs_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameElementsAs_Test.java index fcf6d04d2f..6eaaf95c3b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameElementsAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameElementsAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameSizeAs_with_Arrays_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameSizeAs_with_Arrays_Test.java index 1fd4861c3d..27f937f07e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameSizeAs_with_Arrays_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameSizeAs_with_Arrays_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameSizeAs_with_Iterable_Test.java index 02e9e2c661..1b7fcfb345 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeBetween_Test.java index c03ba2f18a..5b4e57152a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeGreaterThanOrEqualTo_Test.java index 1c920be35d..7df52082a1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeGreaterThan_Test.java index 4af0b5ea37..f827932250 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeLessThanOrEqualTo_Test.java index 006ff4b14b..2038ecced2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeLessThan_Test.java index 5689b86457..e17a6fb3a9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSize_Test.java index 22fd4cbb97..74109e6c0c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_hasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtLeastOne_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtLeastOne_Test.java index eeca950708..2207cc5b6f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtLeastOne_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtLeastOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtLeast_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtLeast_Test.java index 2ea88f7228..e40569588b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtLeast_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtLeast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtMost_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtMost_Test.java index cb0f44ce6d..a6d9a2d531 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtMost_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveAtMost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveExactly_Test.java index 627e25f8f8..0e4fba63fa 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_haveExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_have_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_have_Test.java index ebc8eda3c2..2b4af2fb3d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_have_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_have_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isEmpty_Test.java index 65530843a6..86a1f8e163 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isNotEmpty_Test.java index f9f76ab535..a91b0dc6e8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isNullOrEmpty_Test.java index 7047de7de5..841b3d58a5 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSortedAccordingToComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSortedAccordingToComparator_Test.java index cc6dca3617..0a8ef1ba1b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSortedAccordingToComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSorted_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSorted_Test.java index bb7e194dd1..96b3052fab 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSorted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSubsetOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSubsetOf_Test.java index df71ed6a14..933b043f78 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSubsetOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSubsetOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSubsetOf_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSubsetOf_with_Array_Test.java index cadcb8af04..fb0abd48ad 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSubsetOf_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_isSubsetOf_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneMatch_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneMatch_Test.java index fe25e7bba1..78642c404f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneMatch_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneMatch_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneMatch_with_description_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneMatch_with_description_Test.java index bc4954116f..b4599b8253 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneMatch_with_description_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneMatch_with_description_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneSatisfy_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneSatisfy_Test.java index 38fd7391c7..ae1dd19010 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneSatisfy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneSatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneSatisfy_with_ThrowingConsumer_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneSatisfy_with_ThrowingConsumer_Test.java index 81e76a36a5..6b82df9161 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneSatisfy_with_ThrowingConsumer_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_noneSatisfy_with_ThrowingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactlyInAnyOrder_Test.java index 2f3a6324ed..675012cc8f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactlyInAnyOrder_with_ThrowingConsumer_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactlyInAnyOrder_with_ThrowingConsumer_Test.java index 7340c28c6a..7fb01c7944 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactlyInAnyOrder_with_ThrowingConsumer_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactlyInAnyOrder_with_ThrowingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactly_Test.java index 0a56242e4d..8747d9cfb2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactly_with_ThrowingConsumer_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactly_with_ThrowingConsumer_Test.java index e829a6246f..60006ab47d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactly_with_ThrowingConsumer_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesExactly_with_ThrowingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesOnlyOnce_Test.java index e31019c015..cd545b9dd4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesOnlyOnce_with_ThrowingConsumer_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesOnlyOnce_with_ThrowingConsumer_Test.java index 67e4b45d09..a50b19c071 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesOnlyOnce_with_ThrowingConsumer_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_satisfiesOnlyOnce_with_ThrowingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_singleElement_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_singleElement_Test.java index 4ee4281b1e..2e16cabf09 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_singleElement_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_singleElement_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_singleElement_with_InstanceOfAssertFactory_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_singleElement_with_InstanceOfAssertFactory_Test.java index 1357e3bbaa..a55d934df8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_singleElement_with_InstanceOfAssertFactory_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_singleElement_with_InstanceOfAssertFactory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_startsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_startsWith_Test.java index 4b147e5c4c..8454a95249 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_startsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_startsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingComparatorForType_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingComparatorForType_Test.java index 06026add25..e054e1fe90 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingComparatorForType_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingComparatorForType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingComparator_Test.java index 5b6c59fb0b..45edcca549 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingDefaultComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingDefaultComparator_Test.java index d259d2662c..d1e0d7524b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingDefaultComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingDefaultComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingDefaultElementComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingDefaultElementComparator_Test.java index 3a36ed15b8..963f1cb415 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingDefaultElementComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingDefaultElementComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingElementComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingElementComparator_Test.java index ad4a6d779b..bdb965e0f2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingElementComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingElementComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparatorIgnoringFields_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparatorIgnoringFields_Test.java index 866a767008..c77ae9b630 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparatorIgnoringFields_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparatorIgnoringFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparatorOnFields_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparatorOnFields_Test.java index 512bc696df..b977afed49 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparatorOnFields_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparatorOnFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparator_Test.java index 373c1528b6..4521b10867 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparator_with_RecursiveComparisonConfiguration_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparator_with_RecursiveComparisonConfiguration_Test.java index 16890bc876..7e8a973904 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparator_with_RecursiveComparisonConfiguration_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_usingRecursiveFieldByFieldElementComparator_with_RecursiveComparisonConfiguration_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_zipSatisfy_Test.java b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_zipSatisfy_Test.java index 80bd68d5e1..41560486d0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_zipSatisfy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/objectarray/ObjectArrayAssert_zipSatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssertBaseTest.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssertBaseTest.java index 8277fdb361..8f65112e0b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssertBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssertBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_defaultComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_defaultComparator_Test.java index 9c630ed265..c193c365ec 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_defaultComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_defaultComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAfterOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAfterOrEqualTo_Test.java index 0fd01f1e98..1726ccee4d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAfterOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAfterOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAfter_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAfter_Test.java index 5d35791629..9bf85ce73a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAfter_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAfter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAtSameInstantAs_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAtSameInstantAs_Test.java index ce74bd1c17..e84bbef7c2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAtSameInstantAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isAtSameInstantAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBeforeOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBeforeOrEqualTo_Test.java index 9cf4bb13f8..cb50cf54d3 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBeforeOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBeforeOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBefore_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBefore_Test.java index 4b35394e9f..d06d8cc515 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBefore_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBefore_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBetween_Test.java index c29e8759a3..8fe5c8f09e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBetween_with_String_parameters_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBetween_with_String_parameters_Test.java index eccfd39ef6..9a7dae62e1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBetween_with_String_parameters_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isBetween_with_String_parameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isCloseToUtcNow_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isCloseToUtcNow_Test.java index 7e90302e08..7001fe9a88 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isCloseToUtcNow_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isCloseToUtcNow_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isEqualToIgnoringTimezone_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isEqualToIgnoringTimezone_Test.java index 05782cd4a4..622a3609c7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isEqualToIgnoringTimezone_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isEqualToIgnoringTimezone_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isEqualTo_Test.java index 6f6ccf16bb..4c22bf7656 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isInTheFuture_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isInTheFuture_Test.java index b249c0c11c..3024eb39cb 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isInTheFuture_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isInTheFuture_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isInThePast_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isInThePast_Test.java index df88d6d04c..ff7f52c6f5 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isInThePast_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isInThePast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isIn_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isIn_Test.java index 8673709777..bba972a8d7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isNotEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isNotEqualTo_Test.java index 9d37022cfc..00013f6b9c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isNotEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isNotEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isNotIn_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isNotIn_Test.java index ff31b0aba7..06396c2b81 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isNotIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isNotIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isStrictlyBetween_Test.java index fa3c7a4a1f..bdf13fcc29 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isStrictlyBetween_with_String_parameters_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isStrictlyBetween_with_String_parameters_Test.java index 3d485ef21e..7f8ab9a3f2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isStrictlyBetween_with_String_parameters_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_isStrictlyBetween_with_String_parameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_usingComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_usingComparator_Test.java index fbafc3686a..3fb1f07742 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_usingComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_usingComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_usingDefaultComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_usingDefaultComparator_Test.java index f7aed17979..d123bbc270 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_usingDefaultComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsetdatetime/OffsetDateTimeAssert_usingDefaultComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssertBaseTest.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssertBaseTest.java index e957f2007d..fea9ed3b1e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssertBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssertBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_hasSameHourAs_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_hasSameHourAs_Test.java index dce11b76b1..29cf7f4d82 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_hasSameHourAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_hasSameHourAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isAfterOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isAfterOrEqualTo_Test.java index e0b45e2210..b680a7c0e9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isAfterOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isAfterOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isAfter_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isAfter_Test.java index f268156d9c..06db2af578 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isAfter_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isAfter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBeforeOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBeforeOrEqualTo_Test.java index 2abe266487..81c0036db7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBeforeOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBeforeOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBefore_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBefore_Test.java index b58cac5bc5..596b9e8020 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBefore_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBefore_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBetween_Test.java index e655624576..b6d757fa9f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBetween_with_String_parameters_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBetween_with_String_parameters_Test.java index f69c20db64..335b0d9832 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBetween_with_String_parameters_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isBetween_with_String_parameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isEqualToIgnoringTimezone_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isEqualToIgnoringTimezone_Test.java index ac94ed61fd..c6befcd5a6 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isEqualToIgnoringTimezone_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isEqualToIgnoringTimezone_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isEqualTo_Test.java index 3b63ba9692..9f7be1cecd 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isIn_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isIn_Test.java index 72f4e6411e..c706603367 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isNotEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isNotEqualTo_Test.java index d92158995a..6f32e5f249 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isNotEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isNotEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isNotIn_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isNotIn_Test.java index fc267e2dee..5348a0f7b4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isNotIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isNotIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isStrictlyBetween_Test.java index a510c91fa7..85d00961fa 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isStrictlyBetween_with_String_parameters_Test.java b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isStrictlyBetween_with_String_parameters_Test.java index 81b04a0735..7a87b0fd14 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isStrictlyBetween_with_String_parameters_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/offsettime/OffsetTimeAssert_isStrictlyBetween_with_String_parameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_hasValue_Test.java b/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_hasValue_Test.java index d73b6c0bef..b393b82df7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_hasValue_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_hasValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,10 +16,10 @@ package org.assertj.core.api.optionallong; import static org.assertj.core.api.Assertions.assertThat; -import static org.assertj.core.api.Assertions.catchThrowable; import static org.assertj.core.api.Assertions.catchThrowableOfType; +import static org.assertj.core.api.BDDAssertions.then; import static org.assertj.core.error.OptionalShouldContain.shouldContain; -import static org.assertj.core.util.AssertionsUtil.assertThatAssertionErrorIsThrownBy; +import static org.assertj.core.util.AssertionsUtil.expectAssertionError; import static org.assertj.core.util.FailureMessages.actualIsNull; import java.util.OptionalLong; @@ -33,8 +33,10 @@ class OptionalLongAssert_hasValue_Test { void should_fail_when_OptionalLong_is_null() { // GIVEN OptionalLong nullActual = null; + // WHEN + var error = expectAssertionError(() -> assertThat(nullActual).hasValue(10L)); // THEN - assertThatAssertionErrorIsThrownBy(() -> assertThat(nullActual).hasValue(10L)).withMessage(actualIsNull()); + then(error).hasMessage(actualIsNull()); } @Test @@ -48,12 +50,11 @@ void should_fail_if_OptionalLong_does_not_have_expected_value() { OptionalLong actual = OptionalLong.of(5L); long expectedValue = 10L; // WHEN - AssertionFailedError error = catchThrowableOfType(AssertionFailedError.class, - () -> assertThat(actual).hasValue(expectedValue)); + var error = catchThrowableOfType(AssertionFailedError.class, () -> assertThat(actual).hasValue(expectedValue)); // THEN - assertThat(error).hasMessage(shouldContain(actual, expectedValue).create()); - assertThat(error.getActual().getStringRepresentation()).isEqualTo(String.valueOf(actual.getAsLong())); - assertThat(error.getExpected().getStringRepresentation()).isEqualTo(String.valueOf(expectedValue)); + then(error).hasMessage(shouldContain(actual, expectedValue).create()); + then(error.getActual().getValue()).isEqualTo(actual.getAsLong()); + then(error.getExpected().getValue()).isEqualTo(expectedValue); } @Test @@ -61,8 +62,8 @@ void should_fail_if_OptionalLong_is_empty() { // GIVEN long expectedValue = 10L; // WHEN - Throwable error = catchThrowable(() -> assertThat(OptionalLong.empty()).hasValue(expectedValue)); + var error = expectAssertionError(() -> assertThat(OptionalLong.empty()).hasValue(expectedValue)); // THEN - assertThat(error).hasMessage(shouldContain(expectedValue).create()); + then(error).hasMessage(shouldContain(expectedValue).create()); } } diff --git a/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isEmpty_Test.java index 23ec97d539..96688466ad 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isNotEmpty_Test.java index 758f7cdf56..af71789bec 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isNotPresent_Test.java b/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isNotPresent_Test.java index 5f2592d9fb..dec9239ced 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isNotPresent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isNotPresent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isPresent_Test.java b/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isPresent_Test.java index 54396bfe35..589fa1d2d0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isPresent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/optionallong/OptionalLongAssert_isPresent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_binaryContent_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_binaryContent_Test.java index 087d531e7c..fead7ae895 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_binaryContent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_binaryContent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_content_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_content_Test.java index 604756bd8e..5621685e15 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_content_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_content_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_content_with_charset_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_content_with_charset_Test.java index 7efd0a4cf3..e0621c1e59 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_content_with_charset_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_content_with_charset_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_doesNotExist_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_doesNotExist_Test.java index 9a4d5e0cc9..14c525721c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_doesNotExist_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_doesNotExist_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_endsWithRaw_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_endsWithRaw_Test.java index fa1fe59d5a..e72160a673 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_endsWithRaw_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_endsWithRaw_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_endsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_endsWith_Test.java index 03a5b6f56f..9f95e18e50 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_endsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_endsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_existsNoFollowLinks_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_existsNoFollowLinks_Test.java index 2a2737ccee..b4cae13ae8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_existsNoFollowLinks_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_existsNoFollowLinks_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_exists_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_exists_Test.java index 925a616361..26cb9bd67f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_exists_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_exists_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasBinaryContent_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasBinaryContent_Test.java index e7b7ed699f..70201eb2c9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasBinaryContent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasBinaryContent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasContent_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasContent_Test.java index d529b95c70..3492436ed8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasContent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasContent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_AlgorithmBytes_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_AlgorithmBytes_Test.java index 5c7abaaa5a..dbc5c0f132 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_AlgorithmBytes_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_AlgorithmBytes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_AlgorithmString_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_AlgorithmString_Test.java index f6ba66c442..4893b26ec1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_AlgorithmString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_AlgorithmString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_DigestBytes_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_DigestBytes_Test.java index 97b2a576b2..5645a2dd86 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_DigestBytes_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_DigestBytes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_DigestString_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_DigestString_Test.java index 16ab762df8..7deacee4ef 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_DigestString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasDigest_DigestString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasExtension_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasExtension_Test.java index a8625f66c8..5b836ef5cc 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasExtension_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasExtension_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasFileName_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasFileName_Test.java index fd1176c9b4..49cc862cd6 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasFileName_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasFileName_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasFileSystem_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasFileSystem_Test.java index 1196d75c71..a81650423d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasFileSystem_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasFileSystem_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoExtension_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoExtension_Test.java index 39036d76c2..87d7abef16 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoExtension_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoExtension_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoParentRaw_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoParentRaw_Test.java index 48a8c144f9..b4906ae880 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoParentRaw_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoParentRaw_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoParent_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoParent_Test.java index ea7866d411..3bd440c210 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoParent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasNoParent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasParentRaw_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasParentRaw_Test.java index 0047399958..905e5b95f5 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasParentRaw_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasParentRaw_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasParent_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasParent_Test.java index 1a94bd7ec3..29adad8796 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasParent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasParent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameBinaryContent_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameBinaryContent_Test.java index e2cb677e1f..af83c9a117 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameBinaryContent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameBinaryContent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameFileSystemAs_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameFileSystemAs_Test.java index 4d15151485..cd55ecece2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameFileSystemAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameFileSystemAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameTextualContentAs_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameTextualContentAs_Test.java index a5f01aaee1..168ac18706 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameTextualContentAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSameTextualContentAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSize_Test.java index 1ee8ee58e2..135cee844b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_hasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isAbsolute_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isAbsolute_Test.java index 8377da317a..00604b0d03 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isAbsolute_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isAbsolute_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isCanonical_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isCanonical_Test.java index d70375885e..ff115955a7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isCanonical_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isCanonical_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryContaining_Predicate_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryContaining_Predicate_Test.java index 11c01df9f8..37acecec95 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryContaining_Predicate_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryContaining_Predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryContaining_SyntaxAndPattern_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryContaining_SyntaxAndPattern_Test.java index 44cbbb95c7..753c21b0e4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryContaining_SyntaxAndPattern_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryContaining_SyntaxAndPattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryNotContaining_Predicate_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryNotContaining_Predicate_Test.java index 98cd524874..7a53a13619 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryNotContaining_Predicate_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryNotContaining_Predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryNotContaining_SyntaxAndPattern_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryNotContaining_SyntaxAndPattern_Test.java index 49c90f4b25..3503603ab9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryNotContaining_SyntaxAndPattern_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryNotContaining_SyntaxAndPattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryRecursivelyContaining_Predicate_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryRecursivelyContaining_Predicate_Test.java index 48f30465ba..b0dc558915 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryRecursivelyContaining_Predicate_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryRecursivelyContaining_Predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java index e7b9dbc565..c71ff27d88 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectory_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectory_Test.java index ad7e104d6a..a43c002cf6 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectory_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isDirectory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isEmptyDirectory_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isEmptyDirectory_Test.java index 371403d2f9..7832428323 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isEmptyDirectory_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isEmptyDirectory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isEmptyFile_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isEmptyFile_Test.java index 7a2b149a07..5a87ca25d5 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isEmptyFile_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isEmptyFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isExecutable_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isExecutable_Test.java index d6450b3781..c565c4be5f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isExecutable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isExecutable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNormalized_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNormalized_Test.java index ee5240d953..d178618165 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNormalized_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNormalized_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNotEmptyDirectory_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNotEmptyDirectory_Test.java index 4f514e5b1f..79cdf9217b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNotEmptyDirectory_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNotEmptyDirectory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNotEmptyFile_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNotEmptyFile_Test.java index c20c1aa72b..b9ae1382bb 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNotEmptyFile_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isNotEmptyFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isReadable_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isReadable_Test.java index 3ef10b7683..ca3bd3ce61 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isReadable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isReadable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isRegularFile_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isRegularFile_Test.java index e301ab802b..abc3735278 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isRegularFile_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isRegularFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isRelative_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isRelative_Test.java index 7edf3479b2..4d14fd3b82 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isRelative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isRelative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isSymbolicLink_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isSymbolicLink_Test.java index aa7171fafd..17663c4c0c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isSymbolicLink_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isSymbolicLink_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isWritable_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isWritable_Test.java index d9b4f62056..6a857b0681 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isWritable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_isWritable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_startsWithRaw_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_startsWithRaw_Test.java index 7a8bd3d617..335431748b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_startsWithRaw_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_startsWithRaw_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_startsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_startsWith_Test.java index 80c54dfc75..3827492005 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_startsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_startsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_String_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_String_Test.java index 0f0fd6243e..da7060e131 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_String_invalid_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_String_invalid_Test.java index 67b253a1b2..ca77a7594f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_String_invalid_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_String_invalid_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_Test.java index a8dc989d0e..e2f9a34ede 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_default_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_default_Test.java index 0dd808b27d..6265dbfeb9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_default_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_default_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_null_Test.java b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_null_Test.java index bbbeed4644..a720ce7cc1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_null_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/path/PathAssert_usingCharset_null_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_acceptsAll_Test.java b/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_acceptsAll_Test.java index 325cf22fad..ef3089adff 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_acceptsAll_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_acceptsAll_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_accepts_Test.java b/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_accepts_Test.java index b6e6631491..d93ea0893f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_accepts_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_accepts_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_rejectsAllTest.java b/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_rejectsAllTest.java index 021b7a54ea..5120b05e1e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_rejectsAllTest.java +++ b/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_rejectsAllTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_rejects_Test.java b/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_rejects_Test.java index 444f4d7f58..d6878fbc39 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_rejects_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/predicate/PredicateAssert_rejects_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/recursive/comparison/DualValueDequeTest.java b/assertj-core/src/test/java/org/assertj/core/api/recursive/comparison/DualValueDequeTest.java index ff3bf04d35..ebf0880358 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/recursive/comparison/DualValueDequeTest.java +++ b/assertj-core/src/test/java/org/assertj/core/api/recursive/comparison/DualValueDequeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/recursive/comparison/VisitedDualValuesTest.java b/assertj-core/src/test/java/org/assertj/core/api/recursive/comparison/VisitedDualValuesTest.java index e465c351f0..5467d7f88c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/recursive/comparison/VisitedDualValuesTest.java +++ b/assertj-core/src/test/java/org/assertj/core/api/recursive/comparison/VisitedDualValuesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_contains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_contains_at_Index_Test.java index 47c6a19985..41861bf49d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_contains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_contains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_doesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_doesNotContain_at_Index_Test.java index a389e2e07a..467b264e88 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_doesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_doesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasDimensions_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasDimensions_Test.java index 20d0452299..cb13596912 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasDimensions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasNumberOfRows_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasNumberOfRows_Test.java index 95306e65c5..74730f4a96 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasNumberOfRows_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasSameDimensionsAs_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasSameDimensionsAs_Test.java index 0fdb258632..eb8129579a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasSameDimensionsAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_hasSameDimensionsAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isDeepEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isDeepEqualTo_Test.java index a231599bfb..c60f05c4cb 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isDeepEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isDeepEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isEmpty_Test.java index 62663a53c2..9c20d23b9b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isNotEmpty_Test.java index 6b5a8c3bd5..efccb8b5b0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isNullOrEmpty_Test.java index fe9c3bfcc2..446cd32d00 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_isNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_usingCustomComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_usingCustomComparator_Test.java index 2d0f53127d..9a4a72aa40 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_usingCustomComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short2darray/Short2DArrayAssert_usingCustomComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isBetween_Shorts_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isBetween_Shorts_Test.java index 0985c4c225..62ea77a039 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isBetween_Shorts_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isBetween_Shorts_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseToPercentage_Short_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseToPercentage_Short_Test.java index ccb2756c95..8dabc117af 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseToPercentage_Short_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseToPercentage_Short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseToPercentage_short_primitive_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseToPercentage_short_primitive_Test.java index fe65ee0143..a9a5911c91 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseToPercentage_short_primitive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseToPercentage_short_primitive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseTo_Short_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseTo_Short_Test.java index 244ffde67e..576680e4e8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseTo_Short_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseTo_Short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseTo_short_primitive_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseTo_short_primitive_Test.java index e92de0f120..a89bb8628c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseTo_short_primitive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isCloseTo_short_primitive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isEqualTo_short_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isEqualTo_short_Test.java index cea976e45c..bb64699ee9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isEqualTo_short_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isEqualTo_short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isEven_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isEven_Test.java index 342ee5139e..4a57beb85a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isEven_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isEven_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isGreaterThanOrEqualTo_short_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isGreaterThanOrEqualTo_short_Test.java index 672b311bad..f7d32ce1e4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isGreaterThanOrEqualTo_short_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isGreaterThanOrEqualTo_short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isGreaterThan_short_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isGreaterThan_short_Test.java index 5c77df6799..e3a3b1aa1a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isGreaterThan_short_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isGreaterThan_short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isLessThanOrEqualTo_short_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isLessThanOrEqualTo_short_Test.java index 3f2de377be..31298c9fc4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isLessThanOrEqualTo_short_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isLessThanOrEqualTo_short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isLessThan_short_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isLessThan_short_Test.java index 44acf3d410..c7bcf896b8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isLessThan_short_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isLessThan_short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNegative_Test.java index 2460f81a13..a00a05d047 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseToPercentage_Short_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseToPercentage_Short_Test.java index 2b85d78b10..ff6f1d9318 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseToPercentage_Short_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseToPercentage_Short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseToPercentage_short_primitive_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseToPercentage_short_primitive_Test.java index 268389ee58..5f247a28f4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseToPercentage_short_primitive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseToPercentage_short_primitive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseTo_Short_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseTo_Short_Test.java index 54ca7c5c01..693ff1b2aa 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseTo_Short_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseTo_Short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseTo_short_primitive_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseTo_short_primitive_Test.java index 14a4436b08..61a0b9d200 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseTo_short_primitive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotCloseTo_short_primitive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotEqualTo_short_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotEqualTo_short_Test.java index 97237481d7..534c5ebfec 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotEqualTo_short_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotEqualTo_short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotNegative_Test.java index d417f53bfe..acf4340e15 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotPositive_Test.java index 6489beaaa6..cdf758a51c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotZero_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotZero_Test.java index f18b425562..26e1ae5eba 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isNotZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isOdd_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isOdd_Test.java index 15d9385a19..2bff6d2efa 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isOdd_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isOdd_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isOne_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isOne_Test.java index 046f0f05fc..fe8a82d860 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isOne_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isPositive_Test.java index 44d78f01a7..5b6a231e5d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isStrictlyBetween_Shorts_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isStrictlyBetween_Shorts_Test.java index 454d116ef2..15396d159b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isStrictlyBetween_Shorts_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isStrictlyBetween_Shorts_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isZero_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isZero_Test.java index a9ba723000..3345c2cf4b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_isZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_usingComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_usingComparator_Test.java index 6eb6e00cf8..afed344db1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_usingComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_usingComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_usingDefaultComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_usingDefaultComparator_Test.java index 2963f697da..5fa32c38ae 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_usingDefaultComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/short_/ShortAssert_usingDefaultComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssertNullTest.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssertNullTest.java index 422386cdbe..babfca37ae 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssertNullTest.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssertNullTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_Test.java index c1c6009c46..e6e6cfbfbd 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_with_Integer_Argument_Test.java index 098c603943..eb0558cdd4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_with_Short_array_Test.java index c2745ccd29..4ece127f8e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsAnyOf_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_Test.java index a1fad7b00c..95f2baf291 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_with_Integer_Argument_Test.java index cc794f0c40..5a9005fde0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_with_Short_array_Test.java index 0e601601d1..7b7152f01b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactlyInAnyOrder_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_Test.java index 68d5398882..797f552e85 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_with_Integer_Argument_Test.java index f2859b303c..cf34635a3a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_with_Short_array_Test.java index d5d77122bb..e5e7f5b8bf 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsExactly_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_Test.java index 88f3642687..7e4b7c9525 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_with_Integer_Argument_Test.java index 7e375d28b3..ad703c924d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_with_Short_array_Test.java index ba5979d980..1c60bf09d3 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnlyOnce_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_Test.java index 8e789e45e4..424bc38c0d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_with_Integer_Argument_Test.java index f117ae1bbe..727f05885f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_with_Short_array_Test.java index 493d97703a..6a579383be 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsOnly_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_Test.java index 6fde2d42ad..7576f455b8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_with_Integer_Argument_Test.java index 3c7b8edd2f..d3cec85553 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_with_Short_array_Test.java index ea54e83f08..049834864a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSequence_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_Test.java index 03531edd0d..88d7306bd3 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_with_Integer_Argument_Test.java index 8f76cf05fe..b980e0174d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_with_Short_array_Test.java index b81764e9d5..7a7028e6c4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_containsSubsequence_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_Test.java index e9acbb4d41..3be8a50a38 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_at_Index_Test.java index 71ee90a9cf..d20d72cd95 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_at_Index_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_at_Index_with_Integer_Argument_Test.java index a238f140bf..3c0b90909e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_at_Index_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_at_Index_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_with_Integer_Argument_Test.java index 7ce05300ad..04731d22b1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_with_Short_array_Test.java index 630d28746c..e2284b8277 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_contains_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_Test.java index 7461c406b3..56ab082fe6 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_at_Index_Test.java index 74f64e411b..a99cb7dc08 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_at_Index_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_at_Index_with_Integer_Argument_Test.java index 92335349ad..984467ed8d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_at_Index_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_at_Index_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_with_Integer_Argument_Test.java index 2203c5c893..f0d85be424 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_with_Short_array_Test.java index a6960ddf99..e1414f8a2c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotContain_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotHaveDuplicates_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotHaveDuplicates_Test.java index 0b3af03222..b5f5c43cb5 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotHaveDuplicates_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_doesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_Test.java index a833d5c36e..169b3306e4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_with_Integer_Argument_Test.java index f7cb262fee..fb22e31e03 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_with_Short_array_Test.java index ada5c97b13..aa343e3dc6 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_endsWith_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSameSizeAs_with_Iterable_Test.java index 04f64d4449..4a7054d221 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeBetween_Test.java index 7d1e4d909a..04063531a1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeGreaterThanOrEqualTo_Test.java index d588cbb96f..a4491e4941 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeGreaterThan_Test.java index 1cae510c01..9963329c54 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeLessThanOrEqualTo_Test.java index eb23020f0c..6124215e5e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeLessThan_Test.java index 7e929871b6..11f12ed18e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSize_Test.java index ec6a7b51a1..87746e604f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_hasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isEmpty_Test.java index 5a0c427f41..e6197a7fee 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isNotEmpty_Test.java index ca48391dec..bd2af8938f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isNullOrEmpty_Test.java index 5fdad3790a..1ca5ee80a8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isSortedAccordingToComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isSortedAccordingToComparator_Test.java index cf997b9897..46cc144174 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isSortedAccordingToComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isSorted_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isSorted_Test.java index 4eb4d9cba0..5524d90b74 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isSorted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_isSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_Test.java index 9e6d10bd85..42a1c999f6 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_with_Integer_Argument_Test.java index da476312aa..3aea0697cf 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_with_Short_array_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_with_Short_array_Test.java index 2b53a00637..0e2052c4a3 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_with_Short_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_startsWith_with_Short_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingComparator_Test.java index c6246c25be..bbdbed026d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingDefaultComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingDefaultComparator_Test.java index 3650347fe7..c8d625a78d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingDefaultComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingDefaultComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingDefaultElementComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingDefaultElementComparator_Test.java index 313dd6980f..e6c8fff279 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingDefaultElementComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingDefaultElementComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingElementComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingElementComparator_Test.java index 7ac13c746f..1dbb949a8d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingElementComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/shortarray/ShortArrayAssert_usingElementComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/spliterator/SpliteratorAssert_hasCharacteristics_Test.java b/assertj-core/src/test/java/org/assertj/core/api/spliterator/SpliteratorAssert_hasCharacteristics_Test.java index 4cc7e7cd61..e292430fe3 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/spliterator/SpliteratorAssert_hasCharacteristics_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/spliterator/SpliteratorAssert_hasCharacteristics_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/spliterator/SpliteratorAssert_hasOnlyCharacteristics_Test.java b/assertj-core/src/test/java/org/assertj/core/api/spliterator/SpliteratorAssert_hasOnlyCharacteristics_Test.java index 571f38e207..c214445109 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/spliterator/SpliteratorAssert_hasOnlyCharacteristics_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/spliterator/SpliteratorAssert_hasOnlyCharacteristics_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBase64Decoded_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBase64Decoded_Test.java index 3ff4546bba..6d89d256a4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBase64Decoded_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBase64Decoded_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBase64UrlDecoded_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBase64UrlDecoded_Test.java index 68ea12ad35..12fca240f4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBase64UrlDecoded_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBase64UrlDecoded_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBoolean_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBoolean_Test.java index f3d2d98fb6..6396b0cfeb 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBoolean_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asBoolean_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asByte_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asByte_Test.java index 3e55ce7679..b51d2b23d1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asByte_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asByte_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asDouble_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asDouble_Test.java index e420bcf2e4..346b7ea3d0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asDouble_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asDouble_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asFloat_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asFloat_Test.java index 557e1eb070..72c305679d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asFloat_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asFloat_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asInt_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asInt_Test.java index 64b3eb1d67..41005d1656 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asInt_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asInt_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asLong_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asLong_Test.java index ab7785de87..e54d44fade 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asLong_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asLong_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asShort_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asShort_Test.java index e310aa41ff..a9610f7d7e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asShort_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_asShort_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_bytes_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_bytes_Test.java index e1ad317485..8e0410f7b1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_bytes_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_bytes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBase64Url_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBase64Url_Test.java index f02b0cccb6..1b0c74aa7f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBase64Url_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBase64Url_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBase64_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBase64_Test.java index a8b3464928..d52e73fcf4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBase64_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBase64_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBetween_Test.java index e463a111b5..b9c65c0576 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isEqualTo_Test.java index be9ae1ce25..5b534db8de 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isGreaterThanOrEqualTo_Test.java index 1cb916b2cc..7a52b79140 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isGreaterThan_Test.java index 3aec881996..053e5943c9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isLessThanOrEqualTo_Test.java index 98ed533103..5562f19d16 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isLessThan_Test.java index 518b243e14..b5a35e5b3e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isStrictlyBetween_Test.java index 07899da6a2..89afd1fe68 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_isStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_usingCustomComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_usingCustomComparator_Test.java index 4d930bf526..cf928051c0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_usingCustomComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_usingCustomComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_usingDefaultComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_usingDefaultComparator_Test.java index 0bdfb0f63e..2e0244e831 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_usingDefaultComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/string_/StringAssert_usingDefaultComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/test/Assertions_assertThat_ambiguous_Test.java b/assertj-core/src/test/java/org/assertj/core/api/test/Assertions_assertThat_ambiguous_Test.java index 6c886311d3..7f62d7aca8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/test/Assertions_assertThat_ambiguous_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/test/Assertions_assertThat_ambiguous_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/test/ComparableExample.java b/assertj-core/src/test/java/org/assertj/core/api/test/ComparableExample.java index 811ed2f91c..0876f9b23e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/test/ComparableExample.java +++ b/assertj-core/src/test/java/org/assertj/core/api/test/ComparableExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ExpectThrowableAssert_isThrownBy_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ExpectThrowableAssert_isThrownBy_Test.java index 2e1540fbcd..5de3a78a85 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ExpectThrowableAssert_isThrownBy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ExpectThrowableAssert_isThrownBy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/NotThrownAssert_description_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/NotThrownAssert_description_Test.java index e04d14a420..3d08337929 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/NotThrownAssert_description_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/NotThrownAssert_description_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_from_ThrowingCallable_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_from_ThrowingCallable_Test.java index ddc38550bd..d722fb56b7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_from_ThrowingCallable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_from_ThrowingCallable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_from_lambda_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_from_lambda_Test.java index d7bf277fd6..4d27c6f100 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_from_lambda_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_from_lambda_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_with_then_method_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_with_then_method_Test.java index 0427304e6a..36290f1bbb 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_with_then_method_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_built_with_then_method_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_extracting_with_Function_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_extracting_with_Function_Test.java index 890e23fa6b..41e34cc9b2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_extracting_with_Function_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_extracting_with_Function_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCauseExactlyInstanceOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCauseExactlyInstanceOf_Test.java index 4de907e367..a389f68532 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCauseExactlyInstanceOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCauseExactlyInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCauseInstanceOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCauseInstanceOf_Test.java index 0860c78461..1a5764c240 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCauseInstanceOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCauseInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCause_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCause_Test.java index f337c6c21e..5b65f452df 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCause_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasCause_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageContainingAll_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageContainingAll_Test.java index 3f92e59ff8..807a0a359d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageContainingAll_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageContainingAll_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageContaining_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageContaining_Test.java index 3c146aff56..1bf8291c2c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageContaining_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageContaining_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageEndingWith_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageEndingWith_Test.java index e66a8a8604..013fa73874 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageEndingWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageEndingWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageEndingWith_with_String_format_syntax_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageEndingWith_with_String_format_syntax_Test.java index e15352f39a..5f280ecc77 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageEndingWith_with_String_format_syntax_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageEndingWith_with_String_format_syntax_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageFindingMatch_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageFindingMatch_Test.java index 1f035376dc..82555aa48c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageFindingMatch_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageFindingMatch_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageMatchingPattern_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageMatchingPattern_Test.java index 932cf6bd0f..9412e1a70f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageMatchingPattern_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageMatchingPattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageMatchingRegex_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageMatchingRegex_Test.java index 0b2ae89b54..368ffd7d6d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageMatchingRegex_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageMatchingRegex_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageNotContainingAny_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageNotContainingAny_Test.java index 07c7e27429..49b1eec8ee 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageNotContainingAny_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageNotContainingAny_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageNotContaining_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageNotContaining_Test.java index c3f9e2fa7d..5c5b4630b3 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageNotContaining_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageNotContaining_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageStartingWith_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageStartingWith_Test.java index 19aa1774fa..2e04bfaf79 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageStartingWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageStartingWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageStartingWith_with_String_format_syntax_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageStartingWith_with_String_format_syntax_Test.java index 4000eb913c..dbb057ae48 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageStartingWith_with_String_format_syntax_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessageStartingWith_with_String_format_syntax_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessage_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessage_Test.java index 18a17e0922..e0131f181f 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessage_with_String_format_syntax_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessage_with_String_format_syntax_Test.java index 25283d7952..9b5246959c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessage_with_String_format_syntax_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasMessage_with_String_format_syntax_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasNoCause_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasNoCause_Test.java index 5f5f57524d..948b2b10e7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasNoCause_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasNoCause_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasNoSuppressedExceptions_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasNoSuppressedExceptions_Test.java index 015d51ad11..ea52e170c4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasNoSuppressedExceptions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasNoSuppressedExceptions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseExactlyInstanceOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseExactlyInstanceOf_Test.java index 59d4f34fb3..fc43af4c1a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseExactlyInstanceOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseExactlyInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseInstanceOf_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseInstanceOf_Test.java index dd2002ef4d..dbbf7cc746 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseInstanceOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseMessage_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseMessage_Test.java index 749c0f767d..b17685f3b3 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseMessage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseMessage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseMessage_with_String_format_syntax_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseMessage_with_String_format_syntax_Test.java index 31e3fd6914..457a752e00 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseMessage_with_String_format_syntax_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCauseMessage_with_String_format_syntax_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCause_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCause_Test.java index edefcb222f..68be050946 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCause_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasRootCause_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasStackTraceContaining_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasStackTraceContaining_Test.java index faaffe21f6..49d5ff59af 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasStackTraceContaining_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasStackTraceContaining_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasStackTraceContaining_with_String_format_syntax_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasStackTraceContaining_with_String_format_syntax_Test.java index ca86b96f00..6ac293f39e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasStackTraceContaining_with_String_format_syntax_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasStackTraceContaining_with_String_format_syntax_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasSuppressedException_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasSuppressedException_Test.java index 408bee09c7..0760f34b35 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasSuppressedException_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_hasSuppressedException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_message_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_message_Test.java index f126661a4f..c41595197c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_message_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_message_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_throwablesChain_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_throwablesChain_Test.java index 01d67dfc72..a337e6c335 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_throwablesChain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableAssert_throwablesChain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableTypeAssert_description_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableTypeAssert_description_Test.java index a44c53c127..7e7d3e7487 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableTypeAssert_description_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableTypeAssert_description_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableTypeAssert_isNotThrownBy_Test.java b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableTypeAssert_isNotThrownBy_Test.java index 7619888e65..746eff2154 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableTypeAssert_isNotThrownBy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/throwable/ThrowableTypeAssert_isNotThrownBy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasAuthority_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasAuthority_Test.java index 2a87e8d7fc..73b583addf 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasAuthority_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasAuthority_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasFragment_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasFragment_Test.java index edfffd0777..b3b4fa37a5 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasFragment_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasFragment_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasHost_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasHost_Test.java index fd6c4edd07..e3e341796c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasHost_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasHost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoFragment_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoFragment_Test.java index 102335276c..675495ac23 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoFragment_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoFragment_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoHost_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoHost_Test.java index 0ca5011748..3999d28b29 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoHost_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoHost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameter_String_String_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameter_String_String_Test.java index c915efcb13..626bfc3a68 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameter_String_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameter_String_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameter_String_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameter_String_Test.java index 5323ced318..613ba19e86 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameter_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameter_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameters_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameters_Test.java index 9f6a742036..4c9e78a43c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameters_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoParameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoPath_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoPath_Test.java index bfdfa425da..41cf6f3335 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoPath_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoPath_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoPort_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoPort_Test.java index 7a726f6773..e23ec4e422 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoPort_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoPort_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoQuery_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoQuery_Test.java index aa08a4638f..4919fcabd2 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoQuery_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoQuery_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoUserInfo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoUserInfo_Test.java index bd99342889..f1d2ac0994 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoUserInfo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasNoUserInfo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasParameter_String_String_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasParameter_String_String_Test.java index 7dffceb038..e20478285c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasParameter_String_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasParameter_String_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasParameter_String_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasParameter_String_Test.java index 686d2c7932..aa3877f969 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasParameter_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasParameter_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasPath_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasPath_Test.java index 41aea84ef9..dade09139d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasPath_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasPath_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasPort_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasPort_Test.java index 343ff5dd64..e41b79bad4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasPort_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasPort_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasQuery_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasQuery_Test.java index 3a20295582..1a4d40afe4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasQuery_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasQuery_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasScheme_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasScheme_Test.java index 119e0eda81..0f8e7f1aeb 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasScheme_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasScheme_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasUserInfo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasUserInfo_Test.java index 2bba779e85..4e742d3687 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasUserInfo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/uri/UriAssert_hasUserInfo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasAnchor_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasAnchor_Test.java index c6b188bc82..2b630d0b04 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasAnchor_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasAnchor_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasAuthority_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasAuthority_Test.java index 73365b6c47..2a53f8ea72 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasAuthority_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasAuthority_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasHost_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasHost_Test.java index b1a0862cc8..08163a4ad4 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasHost_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasHost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoAnchor_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoAnchor_Test.java index f978b74005..597d0fbfc0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoAnchor_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoAnchor_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoHost_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoHost_Test.java index 361487f309..d9e0f134e3 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoHost_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoHost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoParameter_String_String_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoParameter_String_String_Test.java index 8486a5b0d5..5b5721f294 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoParameter_String_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoParameter_String_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoParameter_String_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoParameter_String_Test.java index 7dfb1a9b8f..a00bf1f8fc 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoParameter_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoParameter_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoPath_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoPath_Test.java index e5e96ce1aa..8bacf02e70 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoPath_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoPath_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoPort_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoPort_Test.java index 198418b83e..184b53b3e5 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoPort_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoPort_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoQuery_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoQuery_Test.java index 46f3312f9e..cb60cc469a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoQuery_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoQuery_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoUserInfo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoUserInfo_Test.java index 6bc8fa4f7c..065b74806e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoUserInfo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasNoUserInfo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasParameter_String_String_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasParameter_String_String_Test.java index 905bdd6e0c..bfa9fabe8d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasParameter_String_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasParameter_String_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasParameter_String_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasParameter_String_Test.java index 593d785df9..0b28d60215 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasParameter_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasParameter_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasPath_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasPath_Test.java index ef093ae7d2..29c72f6ab6 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasPath_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasPath_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasPort_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasPort_Test.java index 455d83cebd..6473dc6059 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasPort_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasPort_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasProtocol_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasProtocol_Test.java index bfa294bba7..a15a02740e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasProtocol_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasProtocol_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasQuery_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasQuery_Test.java index 3c1e9e08cc..5954d51e06 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasQuery_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasQuery_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasUserInfo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasUserInfo_Test.java index 28192467ca..14092a0573 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasUserInfo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_hasUserInfo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_isEqualToWithSortedQueryParameters_Test.java b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_isEqualToWithSortedQueryParameters_Test.java index 34389fc0e5..f5715c286c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_isEqualToWithSortedQueryParameters_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/url/UrlAssert_isEqualToWithSortedQueryParameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssertBaseTest.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssertBaseTest.java index dba7c9fb83..60237a165d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssertBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssertBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasMonthValue_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasMonthValue_Test.java index 9ebc3c23a5..e1c44eb357 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasMonthValue_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasMonthValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasMonth_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasMonth_Test.java index de5d130079..561b32c175 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasMonth_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasMonth_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasYear_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasYear_Test.java index 5648f035cd..cf1db2d4ed 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasYear_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_hasYear_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isAfterOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isAfterOrEqualTo_Test.java index c6ac62e6ea..77c7e2cab8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isAfterOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isAfterOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isAfter_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isAfter_Test.java index c04e6c543d..1067492cec 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isAfter_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isAfter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBeforeOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBeforeOrEqualTo_Test.java index aff474b30f..9ceeee4ab7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBeforeOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBeforeOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBefore_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBefore_Test.java index 53fc67ea0f..589c83b4c8 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBefore_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBefore_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBetween_Test.java index a45eaf0317..f28589a727 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBetween_with_String_parameters_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBetween_with_String_parameters_Test.java index f71bb63864..b6e71918fe 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBetween_with_String_parameters_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isBetween_with_String_parameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isCurrentYearMonth_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isCurrentYearMonth_Test.java index bf4424b46e..9835718c9d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isCurrentYearMonth_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isCurrentYearMonth_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isEqualTo_Test.java index fa1a5bf1f7..5aaf1ad884 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isInTheFuture_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isInTheFuture_Test.java index ad37216dbf..3689dbf35e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isInTheFuture_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isInTheFuture_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isInThePast_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isInThePast_Test.java index 5f47e7c547..fbe6c5defb 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isInThePast_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isInThePast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isIn_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isIn_Test.java index 33bdf2bc6b..404ff2b057 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isNotEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isNotEqualTo_Test.java index 2be1226ef4..faf337303a 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isNotEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isNotEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isNotIn_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isNotIn_Test.java index 28326db88d..19c863f87c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isNotIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isNotIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isStrictlyBetween_Test.java index 39ced7080c..9375b19517 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isStrictlyBetween_with_String_parameters_Test.java b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isStrictlyBetween_with_String_parameters_Test.java index 1198a00a03..30887caf39 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isStrictlyBetween_with_String_parameters_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/yearmonth/YearMonthAssert_isStrictlyBetween_with_String_parameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssertBaseTest.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssertBaseTest.java index 36e939bd75..e51a3a0f94 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssertBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssertBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_defaultComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_defaultComparator_Test.java index e406c7b665..ec2fbc3f7b 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_defaultComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_defaultComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isAfterOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isAfterOrEqualTo_Test.java index a2d9fea485..2412b885c6 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isAfterOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isAfterOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isAfter_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isAfter_Test.java index bb2ee02a13..5e72acd87c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isAfter_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isAfter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBeforeOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBeforeOrEqualTo_Test.java index 4ffad7d870..fe68510e3e 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBeforeOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBeforeOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBefore_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBefore_Test.java index e6f945536f..01a8868d31 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBefore_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBefore_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBetween_Test.java index a0540973f6..1d4237abe1 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBetween_with_String_parameters_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBetween_with_String_parameters_Test.java index 2778bcdcbe..4482f87db0 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBetween_with_String_parameters_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isBetween_with_String_parameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isEqualTo_Test.java index 092cf812a8..2e6e86cef7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isInTheFuture_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isInTheFuture_Test.java index 7f31751687..94f8f1b285 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isInTheFuture_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isInTheFuture_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isInThePast_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isInThePast_Test.java index a715c7a2c5..4be298cb53 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isInThePast_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isInThePast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isIn_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isIn_Test.java index 5cdff8f164..a2a095e95c 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isIn_errors_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isIn_errors_Test.java index 108c3be21d..90d90606a7 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isIn_errors_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isIn_errors_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotEqualTo_Test.java index bc81d9c59c..66fb5f58e9 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotIn_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotIn_Test.java index 78628bfcfb..2d000dc790 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotIn_errors_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotIn_errors_Test.java index a302baf16f..af91236587 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotIn_errors_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isNotIn_errors_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isStrictlyBetween_Test.java index 69a5b17f91..542df45d4d 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isStrictlyBetween_with_String_parameters_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isStrictlyBetween_with_String_parameters_Test.java index d180430a64..453d375d09 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isStrictlyBetween_with_String_parameters_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_isStrictlyBetween_with_String_parameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_usingComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_usingComparator_Test.java index df96f46984..8b07c8a545 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_usingComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_usingComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_usingDefaultComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_usingDefaultComparator_Test.java index d17a71d1b6..3789625a09 100644 --- a/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_usingDefaultComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/api/zoneddatetime/ZonedDateTimeAssert_usingDefaultComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/AllOf_allOf_with_Collection_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/AllOf_allOf_with_Collection_Test.java index 1bb8a9f36a..3c7a2274cc 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/AllOf_allOf_with_Collection_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/AllOf_allOf_with_Collection_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/AllOf_allOf_with_array_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/AllOf_allOf_with_array_Test.java index 13127455c4..29c4b8b38f 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/AllOf_allOf_with_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/AllOf_allOf_with_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/AllOf_conditionDescriptionWithStatus_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/AllOf_conditionDescriptionWithStatus_Test.java index caa3c2c9a0..dc5437baac 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/AllOf_conditionDescriptionWithStatus_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/AllOf_conditionDescriptionWithStatus_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/AllOf_matches_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/AllOf_matches_Test.java index 717f206b41..c46be16f69 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/AllOf_matches_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/AllOf_matches_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/AllOf_toString_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/AllOf_toString_Test.java index 4ec821759b..ca3e270b5e 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/AllOf_toString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/AllOf_toString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_anyOf_with_Collection_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_anyOf_with_Collection_Test.java index 1e8ae88de3..adf175aa57 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_anyOf_with_Collection_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_anyOf_with_Collection_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_anyOf_with_array_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_anyOf_with_array_Test.java index 6590345c16..2df64f118d 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_anyOf_with_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_anyOf_with_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_matches_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_matches_Test.java index 2a789ccf1e..1f36519c6b 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_matches_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_matches_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_toString_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_toString_Test.java index 441c401aec..3c930e03a0 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_toString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/AnyOf_toString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/ConcreteJoin.java b/assertj-core/src/test/java/org/assertj/core/condition/ConcreteJoin.java index 0d081aa7ae..3d40736507 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/ConcreteJoin.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/ConcreteJoin.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/ConditionBuiltWithPredicateTest.java b/assertj-core/src/test/java/org/assertj/core/condition/ConditionBuiltWithPredicateTest.java index 5e8e5c22f7..23539e0df9 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/ConditionBuiltWithPredicateTest.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/ConditionBuiltWithPredicateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/Condition_conditionDescriptionWithStatus_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/Condition_conditionDescriptionWithStatus_Test.java index b8feb31eda..3ec1822949 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/Condition_conditionDescriptionWithStatus_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/Condition_conditionDescriptionWithStatus_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_matches_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_matches_Test.java index 0d97550f03..75bf153970 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_matches_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_matches_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_toString_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_toString_Test.java index df76cb67af..a408d74889 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_toString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_toString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_with_condition_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_with_condition_Test.java index e3195b010e..79a1d57675 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_with_condition_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/DoesNotHave_with_condition_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/DoesNotMatchPredicateTest.java b/assertj-core/src/test/java/org/assertj/core/condition/DoesNotMatchPredicateTest.java index 8b40c328dc..a4f6942064 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/DoesNotMatchPredicateTest.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/DoesNotMatchPredicateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/JediCondition.java b/assertj-core/src/test/java/org/assertj/core/condition/JediCondition.java index 3e725d0c27..5fee533e46 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/JediCondition.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/JediCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/JediPowerCondition.java b/assertj-core/src/test/java/org/assertj/core/condition/JediPowerCondition.java index 7d159f04fa..291cb20fdf 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/JediPowerCondition.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/JediPowerCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/Join_constructor_with_Collection_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/Join_constructor_with_Collection_Test.java index 5c82eedc65..b65858ab2a 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/Join_constructor_with_Collection_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/Join_constructor_with_Collection_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/Join_constructor_with_array_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/Join_constructor_with_array_Test.java index 76112d2a8a..b394020847 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/Join_constructor_with_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/Join_constructor_with_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/MappedConditionTest.java b/assertj-core/src/test/java/org/assertj/core/condition/MappedConditionTest.java index 20ac2a11ee..3313af9d99 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/MappedConditionTest.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/MappedConditionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/MatchPredicateTest.java b/assertj-core/src/test/java/org/assertj/core/condition/MatchPredicateTest.java index 82dc8d93bf..ea706f5379 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/MatchPredicateTest.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/MatchPredicateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/Multiple_combined_conditions_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/Multiple_combined_conditions_Test.java index 18f4a51573..6ee9d58f5b 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/Multiple_combined_conditions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/Multiple_combined_conditions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/NestableConditionFixtures.java b/assertj-core/src/test/java/org/assertj/core/condition/NestableConditionFixtures.java index 90a2ea3dbd..fbc1d9ed60 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/NestableConditionFixtures.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/NestableConditionFixtures.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_assertionMessage_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_assertionMessage_Test.java index 9171bb9b55..f0af8c4b04 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_assertionMessage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_assertionMessage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_description_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_description_Test.java index 5c68c36c4e..0aa7a4d0ae 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_description_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_description_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_matches_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_matches_Test.java index ef3c54d2ed..ffbfa4ca92 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_matches_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/NestableCondition_matches_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/Not_matches_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/Not_matches_Test.java index d612ddbdb3..cc62871ba9 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/Not_matches_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/Not_matches_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/Not_toString_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/Not_toString_Test.java index 0469ec7bd5..ae361ff243 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/Not_toString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/Not_toString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/Not_with_condition_Test.java b/assertj-core/src/test/java/org/assertj/core/condition/Not_with_condition_Test.java index b3a996b714..f378a73f4b 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/Not_with_condition_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/Not_with_condition_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/condition/VerboseConditionTest.java b/assertj-core/src/test/java/org/assertj/core/condition/VerboseConditionTest.java index d3a23512c8..07c3f8d42c 100644 --- a/assertj-core/src/test/java/org/assertj/core/condition/VerboseConditionTest.java +++ b/assertj-core/src/test/java/org/assertj/core/condition/VerboseConditionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/description/JoinDescription_constructor_Test.java b/assertj-core/src/test/java/org/assertj/core/description/JoinDescription_constructor_Test.java index 3f897bbaa2..538d483c22 100644 --- a/assertj-core/src/test/java/org/assertj/core/description/JoinDescription_constructor_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/description/JoinDescription_constructor_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ActualIsNotEmpty_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ActualIsNotEmpty_create_Test.java index 88ba877cda..2230793700 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ActualIsNotEmpty_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ActualIsNotEmpty_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/AnyElementsShouldMatch_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/AnyElementsShouldMatch_create_Test.java index 615ee819a3..3c098f9f07 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/AnyElementsShouldMatch_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/AnyElementsShouldMatch_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/AssertionErrorCreator_assertionError_Test.java b/assertj-core/src/test/java/org/assertj/core/error/AssertionErrorCreator_assertionError_Test.java index d21c5ac75b..1e860f9a74 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/AssertionErrorCreator_assertionError_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/AssertionErrorCreator_assertionError_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,12 +16,16 @@ package org.assertj.core.error; import static org.assertj.core.api.BDDAssertions.then; +import static org.assertj.core.presentation.StandardRepresentation.STANDARD_REPRESENTATION; import static org.mockito.ArgumentMatchers.any; import static org.mockito.ArgumentMatchers.anyString; import static org.mockito.BDDMockito.given; import static org.mockito.Mockito.mock; +import java.util.List; + import org.assertj.core.presentation.Representation; +import org.assertj.core.presentation.StandardRepresentation; import org.junit.jupiter.api.Test; import org.opentest4j.AssertionFailedError; @@ -60,4 +64,47 @@ void should_create_AssertionError_when_an_AssertionFailedError_could_not_be_crea then(assertionError).isNotInstanceOf(AssertionFailedError.class) .hasMessage(message); } + + @Test + public void should_honor_representation_in_AssertionFailedError_actual_and_expected_values() { + // WHEN + var assertionError = assertionErrorCreator.assertionError("boom", List.of("actual"), List.of("expected"), + STANDARD_REPRESENTATION); + // THEN + then(assertionError).isInstanceOf(AssertionFailedError.class); + var assertionFailedError = (AssertionFailedError) assertionError; + then(assertionFailedError.getActual().toString()).contains("[\"actual\"]"); + then(assertionFailedError.getExpected().toString()).contains("[\"expected\"]"); + } + + @Test + public void should_honor_custom_representation_in_AssertionFailedError_actual_and_expected_values() { + // GIVEN + Representation representation = new ItemRepresentation(); + // WHEN + var assertionError = assertionErrorCreator.assertionError("boom", new Item("actual"), new Item("expected"), representation); + // THEN + then(assertionError).isInstanceOf(AssertionFailedError.class); + AssertionFailedError assertionFailedError = (AssertionFailedError) assertionError; + then(assertionFailedError.getActual().toString()).contains("actual"); + then(assertionFailedError.getExpected().toString()).contains("expected"); + } + + record Item(String name) { + + @Override + public String toString() { + return "useless toString"; + } + } + + private static class ItemRepresentation extends StandardRepresentation { + @Override + protected String fallbackToStringOf(final Object object) { + if (object instanceof Item) { + return ((Item) object).name; + } + return super.fallbackToStringOf(object); + } + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/AssertionErrorCreator_multipleAssertionsError_Test.java b/assertj-core/src/test/java/org/assertj/core/error/AssertionErrorCreator_multipleAssertionsError_Test.java index 82fa7da385..0d681ea8bb 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/AssertionErrorCreator_multipleAssertionsError_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/AssertionErrorCreator_multipleAssertionsError_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_create_Test.java index aaf55071cd..9b40b79486 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_equals_hashCode_Test.java b/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_equals_hashCode_Test.java index 8088a783f1..918f5fa371 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_equals_hashCode_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_equals_hashCode_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_toString_Test.java b/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_toString_Test.java index a3a27aafa5..cd1ae323b6 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_toString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_toString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_unquotedString_Test.java b/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_unquotedString_Test.java index e356e4b601..4d24387f1d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_unquotedString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/BasicErrorMessageFactory_unquotedString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ClassModifierShouldBe_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ClassModifierShouldBe_create_Test.java index 2e0d9c3521..9e0c160bd9 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ClassModifierShouldBe_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ClassModifierShouldBe_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ConstructorInvoker_newInstance_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ConstructorInvoker_newInstance_Test.java index c0cb975e51..7c93fa0e28 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ConstructorInvoker_newInstance_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ConstructorInvoker_newInstance_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/DescriptionFormatter_format_Test.java b/assertj-core/src/test/java/org/assertj/core/error/DescriptionFormatter_format_Test.java index d75a85b17f..f87e3dff78 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/DescriptionFormatter_format_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/DescriptionFormatter_format_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeAtLeast_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeAtLeast_create_Test.java index 587103b201..148a198d06 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeAtLeast_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeAtLeast_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeAtMost_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeAtMost_create_Test.java index 4f58c3f8a8..04a2505bfc 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeAtMost_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeAtMost_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeExactly_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeExactly_create_Test.java index 93ac706ab2..1496674b4a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeExactly_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBeExactly_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBe_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBe_create_Test.java index 9fd9d13160..dcdf5a4937 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBe_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldBe_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveAtLeast_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveAtLeast_create_Test.java index f133ee9a5d..de43308235 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveAtLeast_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveAtLeast_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveAtMost_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveAtMost_create_Test.java index 7b0cb1c832..51dd606974 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveAtMost_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveAtMost_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveExactly_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveExactly_create_Test.java index 56ef84cb14..05c64d0ece 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveExactly_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHaveExactly_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHave_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHave_create_Test.java index 3cf7941046..553cbac1ac 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHave_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldHave_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldMatch_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldMatch_create_Test.java index 97b080e23e..9bbc21c667 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldMatch_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldMatch_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldNotBe_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldNotBe_create_Test.java index 59a83bb0c8..36f38aec7e 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldNotBe_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldNotBe_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldNotHave_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldNotHave_create_Test.java index fb134f1b10..4c69be0b81 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldNotHave_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldNotHave_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldSatisfy_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldSatisfy_create_Test.java index 715b19bcd8..a9a99c6f07 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldSatisfy_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ElementsShouldSatisfy_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/FakeFile.java b/assertj-core/src/test/java/org/assertj/core/error/FakeFile.java index 919e470367..f3425699a1 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/FakeFile.java +++ b/assertj-core/src/test/java/org/assertj/core/error/FakeFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/GroupTypeDescription_getGroupTypeDescription_Test.java b/assertj-core/src/test/java/org/assertj/core/error/GroupTypeDescription_getGroupTypeDescription_Test.java index db5df53607..4b8e208b32 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/GroupTypeDescription_getGroupTypeDescription_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/GroupTypeDescription_getGroupTypeDescription_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/MatcherShouldHaveGroup_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/MatcherShouldHaveGroup_create_Test.java index e051102d72..afafa11db7 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/MatcherShouldHaveGroup_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/MatcherShouldHaveGroup_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/MatcherShouldMatch_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/MatcherShouldMatch_create_Test.java index 8568c15e68..5bb5f8d0ee 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/MatcherShouldMatch_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/MatcherShouldMatch_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/MessageFormatter_format_Test.java b/assertj-core/src/test/java/org/assertj/core/error/MessageFormatter_format_Test.java index daa39f806b..41909f329d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/MessageFormatter_format_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/MessageFormatter_format_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/NoElementsShouldMatch_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/NoElementsShouldMatch_create_Test.java index 3ced7a0e54..9cb72dea12 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/NoElementsShouldMatch_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/NoElementsShouldMatch_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/NoElementsShouldSatisfy_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/NoElementsShouldSatisfy_create_Test.java index 3b33369740..4236440537 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/NoElementsShouldSatisfy_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/NoElementsShouldSatisfy_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/OptionalDouble_ShouldHaveValueCloseToOffset_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/OptionalDouble_ShouldHaveValueCloseToOffset_create_Test.java index 8bc7d4cf8e..3c33bce0e9 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/OptionalDouble_ShouldHaveValueCloseToOffset_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/OptionalDouble_ShouldHaveValueCloseToOffset_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/OptionalDouble_ShouldHaveValueCloseToPercentage_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/OptionalDouble_ShouldHaveValueCloseToPercentage_create_Test.java index 6c6d6bad49..07f1d68f07 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/OptionalDouble_ShouldHaveValueCloseToPercentage_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/OptionalDouble_ShouldHaveValueCloseToPercentage_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/OptionalShouldContainInstanceOf_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/OptionalShouldContainInstanceOf_create_Test.java index 07a9bd0394..b8b378102b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/OptionalShouldContainInstanceOf_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/OptionalShouldContainInstanceOf_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldBeEmpty_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldBeEmpty_create_Test.java index d3e88f1c75..9740469b75 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldBeEmpty_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldBeEmpty_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldBePresent_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldBePresent_create_Test.java index 7c56ee9a78..9954784b09 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldBePresent_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldBePresent_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldContain_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldContain_create_Test.java index 95b6156dd5..a4a39fd018 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldContain_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/Optional_ShouldContain_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/Person.java b/assertj-core/src/test/java/org/assertj/core/error/Person.java index 958490fa6c..f9360bda3e 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/Person.java +++ b/assertj-core/src/test/java/org/assertj/core/error/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/PersonDAO.java b/assertj-core/src/test/java/org/assertj/core/error/PersonDAO.java index ecd86d4fc9..0b2ab40298 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/PersonDAO.java +++ b/assertj-core/src/test/java/org/assertj/core/error/PersonDAO.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldAccept_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldAccept_create_Test.java index f3cb0a8e58..241f4ffe1b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldAccept_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldAccept_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeASCII_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeASCII_create_Test.java index d5f6291132..b535b9a4f4 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeASCII_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeASCII_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAbsolutePath_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAbsolutePath_create_Test.java index d7220d234e..1a76e64ced 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAbsolutePath_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAbsolutePath_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAbstract_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAbstract_create_Test.java index c52b63c48d..a71e6cbb28 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAbstract_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAbstract_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfterOrEqualTo_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfterOrEqualTo_create_Test.java index a894002acd..1104da8662 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfterOrEqualTo_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfterOrEqualTo_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfterYear_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfterYear_create_Test.java index d76e8d6066..66adc6ade5 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfterYear_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfterYear_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfter_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfter_create_Test.java index f98d8ea880..ab71a8ce9f 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfter_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAfter_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAlphabetic_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAlphabetic_create_Test.java index 2af14603ca..4f7b7e286a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAlphabetic_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAlphabetic_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAlphanumeric_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAlphanumeric_create_Test.java index b79dab5039..3342064ba0 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAlphanumeric_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAlphanumeric_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAssignableFrom_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAssignableFrom_create_Test.java index 660d611d1c..16da8d704c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAssignableFrom_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAssignableFrom_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAssignableTo_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAssignableTo_create_Test.java index 7b723169b7..adefd5bd0c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAssignableTo_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAssignableTo_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAtIndex_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAtIndex_create_Test.java index dc0e4e3a57..1f4aabba79 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAtIndex_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAtIndex_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAtSameInstant_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAtSameInstant_create_Test.java index f2896bc5dd..0369c77a75 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAtSameInstant_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeAtSameInstant_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBase64_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBase64_create_Test.java index faa5f53ac1..0a5cc9b37b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBase64_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBase64_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBeforeOrEqualTo_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBeforeOrEqualTo_create_Test.java index f6d8b10066..cb486e7dc2 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBeforeOrEqualTo_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBeforeOrEqualTo_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBeforeYear_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBeforeYear_create_Test.java index 382c56632b..1a840f28c3 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBeforeYear_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBeforeYear_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBefore_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBefore_create_Test.java index 35fbaa84fe..cd6d366ded 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBefore_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBefore_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBetween_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBetween_create_Test.java index 3fc1cc4193..2c67f4272f 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBetween_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBetween_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBlank_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBlank_create_Test.java new file mode 100644 index 0000000000..4ea8d535b0 --- /dev/null +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeBlank_create_Test.java @@ -0,0 +1,54 @@ +/* + * Copyright 2012-2026 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.assertj.core.error; + +import static java.lang.String.format; +import static org.assertj.core.api.BDDAssertions.then; +import static org.assertj.core.error.ShouldBeBlank.shouldBeBlank; + +import org.assertj.core.description.TextDescription; +import org.assertj.core.presentation.StandardRepresentation; +import org.junit.jupiter.api.Test; + +class ShouldBeBlank_create_Test { + + @Test + void should_create_error_message() { + // GIVEN + ErrorMessageFactory factory = shouldBeBlank("abc"); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting blank but was:%n" + + " \"abc\"")); + } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "abc%ndef%nghi".formatted(); + ErrorMessageFactory factory = shouldBeBlank(actual); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting blank but was:%n" + + " \"abc%n" + + " def%n" + + " ghi\"")); + } +} diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeCanonicalPath_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeCanonicalPath_create_Test.java index 81e9cc1914..f24950acb6 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeCanonicalPath_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeCanonicalPath_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeCloseTo_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeCloseTo_create_Test.java index 771c6a8ead..83815363e9 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeCloseTo_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeCloseTo_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeDirectory_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeDirectory_create_Test.java index af4cdd39ef..5297f5649b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeDirectory_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeDirectory_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEmptyDirectory_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEmptyDirectory_create_Test.java index 410983ad23..793225563d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEmptyDirectory_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEmptyDirectory_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEmpty_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEmpty_create_Test.java index 29e5827661..f8b6bdd56d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEmpty_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEmpty_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualByComparingOnlyGivenFields_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualByComparingOnlyGivenFields_create_Test.java index ca504f9aef..2523c0ba74 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualByComparingOnlyGivenFields_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualByComparingOnlyGivenFields_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringCase_create_Test.java index 08e076368d..1d1c1f930c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,4 +42,23 @@ void should_create_error_message() { // THEN then(message).isEqualTo(format(shouldBeEqualMessage("Test", "\"Yoda\"", "\"Luke\"") + "%nignoring case considerations")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "foo%nbar%nbaz".formatted(); + String expected = "moreFoo%nbar%nbaz".formatted(); + ErrorMessageFactory factory = shouldBeEqual(actual, expected); + // WHEN + String message = factory.create(new TestDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "expected: \"moreFoo%n" + + " bar%n" + + " baz\"%n" + + " but was: \"foo%n" + + " bar%n" + + " baz\"%n" + + "ignoring case considerations")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringMinutes_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringMinutes_create_Test.java index bbd85e2e44..3205e9a1e9 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringMinutes_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringMinutes_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNanos_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNanos_create_Test.java index 194e05be0e..5b32af889a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNanos_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNanos_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlineDifferences_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlineDifferences_create_Test.java index 30d31dbb66..aa7092d343 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlineDifferences_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlineDifferences_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,4 +39,25 @@ void should_create_error_message() { " \"bar\"%n" + "when ignoring newline differences ('\\r\\n' == '\\n')")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "foo%nbar%nbaz".formatted(); + String expected = "moreFoo%nbar%nbaz".formatted(); + ErrorMessageFactory factory = shouldBeEqualIgnoringNewLineDifferences(actual, expected); + // WHEN + String message = factory.create(new TestDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"foo%n" + + " bar%n" + + " baz\"%n" + + "to be equal to:%n" + + " \"moreFoo%n" + + " bar%n" + + " baz\"%n" + + "when ignoring newline differences ('\\r\\n' == '\\n')")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlines_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlines_create_Test.java index 7b682fbaa6..9a08663aeb 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlines_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringNewlines_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,4 +39,25 @@ void should_create_error_message() { " \"bar\"%n" + "when ignoring newlines (\\n, \\r\\n).")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "foo%nbar%nbaz".formatted(); + String expected = "moreFoo%nbar%nbaz".formatted(); + ErrorMessageFactory factory = shouldBeEqualIgnoringNewLines(actual, expected); + // WHEN + String message = factory.create(new TestDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"foo%n" + + " bar%n" + + " baz\"%n" + + "to be equal to:%n" + + " \"moreFoo%n" + + " bar%n" + + " baz\"%n" + + "when ignoring newlines (\\n, \\r\\n).")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringSeconds_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringSeconds_create_Test.java index b11b8347c2..b9d8643613 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringSeconds_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringSeconds_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringTimezone_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringTimezone_create_Test.java index 1386a0e941..846a042ea8 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringTimezone_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringTimezone_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringWhitespace_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringWhitespace_create_Test.java index 839fbac1f0..9c5cecff73 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringWhitespace_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualIgnoringWhitespace_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -48,4 +48,25 @@ void should_create_error_message() { " \" myfoo bar \"%n" + "when ignoring whitespace differences")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "foo%nbar%nbaz".formatted(); + String expected = "moreFoo%nbar%nbaz".formatted(); + ErrorMessageFactory factory = shouldBeEqualIgnoringWhitespace(actual, expected); + // WHEN + String message = factory.create(new TestDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"foo%n" + + " bar%n" + + " baz\"%n" + + "to be equal to:%n" + + " \"moreFoo%n" + + " bar%n" + + " baz\"%n" + + "when ignoring whitespace differences")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingPunctuationAndWhitespace_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingPunctuationAndWhitespace_create_Test.java index 8e31a7501a..1acffe9685 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingPunctuationAndWhitespace_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingPunctuationAndWhitespace_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -43,4 +43,26 @@ void should_create_error_message() { "after punctuation and whitespace differences are normalized.%n" + "Punctuation is any of the following character !\"#$%%&'()*+,-./:;<=>?@[\\]^_`{|}~")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "foo%nbar%nbaz".formatted(); + String expected = "moreFoo%nbar%nbaz".formatted(); + ErrorMessageFactory factory = shouldBeEqualNormalizingPunctuationAndWhitespace(actual, expected); + // WHEN + String message = factory.create(new TestDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"foo%n" + + " bar%n" + + " baz\"%n" + + "to be equal to:%n" + + " \"moreFoo%n" + + " bar%n" + + " baz\"%n" + + "after punctuation and whitespace differences are normalized.%n" + + "Punctuation is any of the following character !\"#$%%&'()*+,-./:;<=>?@[\\]^_`{|}~")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingUnicode_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingUnicode_create_Test.java index 1925715481..e2a48ec3f6 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingUnicode_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingUnicode_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -48,4 +48,32 @@ void should_create_error_message() { "Normalized actual : \"Ä\"%n" + "Normalized expected: \"A\"")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "foo%nbar%nbaz".formatted(); + String expected = "moreFoo%nbar%nbaz".formatted(); + ErrorMessageFactory factory = shouldBeEqualNormalizingUnicode(actual, expected, actual, expected); + // WHEN + String message = factory.create(new TestDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"foo%n" + + " bar%n" + + " baz\"%n" + + "to be equal to:%n" + + " \"moreFoo%n" + + " bar%n" + + " baz\"%n" + + "after they have been normalized according to the Normalizer.Form.NFC form.%n" + + "The normalized strings should be equal.%n" + + "Normalized actual : \"foo%n" + + "bar%n" + + "baz\"%n" + + "Normalized expected: \"moreFoo%n" + + "bar%n" + + "baz\"")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingWhitespace_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingWhitespace_create_Test.java index 23dd2961d8..c323925a7f 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingWhitespace_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualNormalizingWhitespace_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -48,4 +48,25 @@ void should_create_error_message() { " \" myfoo bar \"%n" + "after whitespace differences are normalized")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "foo%nbar%nbaz".formatted(); + String expected = "moreFoo%nbar%nbaz".formatted(); + ErrorMessageFactory factory = shouldBeEqualNormalizingWhitespace(actual, expected); + // WHEN + String message = factory.create(new TestDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"foo%n" + + " bar%n" + + " baz\"%n" + + "to be equal to:%n" + + " \"moreFoo%n" + + " bar%n" + + " baz\"%n" + + "after whitespace differences are normalized")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualToIgnoringGivenFields_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualToIgnoringGivenFields_create_Test.java index c76a1c1c33..f9ca364057 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualToIgnoringGivenFields_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualToIgnoringGivenFields_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithTimePrecision_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithTimePrecision_create_Test.java index 11230e3e97..94e12b0930 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithTimePrecision_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithTimePrecision_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithinOffset_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithinOffset_create_Test.java index eece630ebd..c4ada4794a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithinOffset_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithinOffset_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithinPercentage_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithinPercentage_create_Test.java index f49b7a86e8..973ac80d70 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithinPercentage_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqualWithinPercentage_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_Test.java index fd3b6ad102..63eba92215 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_equals_hashCode_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_equals_hashCode_Test.java index b6d0061ca0..f3d69d0bb2 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_equals_hashCode_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_equals_hashCode_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_Test.java index 5a1945b9e7..6b92075a07 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_differentiating_expected_and_actual_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_differentiating_expected_and_actual_Test.java index e2e23e98a4..66ddfa0aee 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_differentiating_expected_and_actual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_differentiating_expected_and_actual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_without_JUnit_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_without_JUnit_Test.java index 5c2ff2c00c..3b898db3fc 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_without_JUnit_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_without_JUnit_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_without_JUnit_and_OTA4J_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_without_JUnit_and_OTA4J_Test.java index 7a9e9f7faf..fe8ffc9220 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_without_JUnit_and_OTA4J_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEqual_newAssertionError_without_JUnit_and_OTA4J_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEven_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEven_create_Test.java index bc38aab9d4..3b538e6e7e 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEven_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeEven_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExactlyInstance_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExactlyInstance_create_Test.java index 66b82e1351..8c9fce28d8 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExactlyInstance_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExactlyInstance_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExecutable_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExecutable_create_Test.java index ede7d984d6..348a01b669 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExecutable_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExecutable_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExhausted_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExhausted_create_Test.java index 23bc003376..1d038bf41d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExhausted_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeExhausted_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFalse_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFalse_create_Test.java index 6125d1352b..cf724fe28b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFalse_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFalse_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFile_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFile_create_Test.java index 7de80f8bb3..3ad41de50c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFile_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFile_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFinite_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFinite_create_Test.java index 47a61a9536..7171d6bb87 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFinite_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeFinite_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeGreaterOrEqual_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeGreaterOrEqual_create_Test.java index b97dd49120..3cbfa5c196 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeGreaterOrEqual_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeGreaterOrEqual_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeGreater_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeGreater_create_Test.java index 20e825cffa..31151db776 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeGreater_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeGreater_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeHexadecimal_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeHexadecimal_create_Test.java index e3d36f9f35..7d6c2825f6 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeHexadecimal_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeHexadecimal_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameDay_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameDay_create_Test.java index b1a1fc9478..f23525b60e 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameDay_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameDay_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameHourWindow_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameHourWindow_create_Test.java index cfe28260a0..6f2183ce9b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameHourWindow_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameHourWindow_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameHour_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameHour_create_Test.java index 19ece6be85..1ffb8ff9ec 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameHour_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameHour_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMinuteWindow_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMinuteWindow_create_Test.java index 8c1efa5d9e..1b133df405 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMinuteWindow_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMinuteWindow_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMinute_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMinute_create_Test.java index b2e3de17e5..d8625a2e84 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMinute_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMinute_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMonth_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMonth_create_Test.java index ad833a49ed..4f060b31b5 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMonth_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameMonth_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameSecondWindow_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameSecondWindow_create_Test.java index f8238cf4a0..e37bcd2a3a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameSecondWindow_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameSecondWindow_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameSecond_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameSecond_create_Test.java index eca59f67b6..dd03bbbc70 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameSecond_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameSecond_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameYear_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameYear_create_Test.java index 7cbf23c677..0368abc4a5 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameYear_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInSameYear_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInTheFutureTest_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInTheFutureTest_create_Test.java index 47215860a0..66f2481b0b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInTheFutureTest_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInTheFutureTest_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInThePastTest_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInThePastTest_create_Test.java index 2ed3992842..36ae62acd6 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInThePastTest_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInThePastTest_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeIn_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeIn_create_Test.java index 363874831c..cab6658fbe 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeIn_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeIn_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInfinite_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInfinite_create_Test.java index c06415b711..1682f2ba5e 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInfinite_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInfinite_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInstanceOfAny_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInstanceOfAny_create_Test.java index 686c30bc30..0867622aec 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInstanceOfAny_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInstanceOfAny_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInstance_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInstance_create_Test.java index 9fdab4b6eb..98210c5839 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInstance_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeInstance_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLessOrEqual_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLessOrEqual_create_Test.java index ad1b3912e3..9bd95c028b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLessOrEqual_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLessOrEqual_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLess_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLess_create_Test.java index b7969dbd8f..b3c44ad9a0 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLess_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLess_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLowerCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLowerCase_create_Test.java index e2484db324..713c748048 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLowerCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeLowerCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeMarkedCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeMarkedCase_create_Test.java index 51483b4a53..e271e509b7 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeMarkedCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeMarkedCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeMixedCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeMixedCase_create_Test.java index 09d8eb571d..6c8e72cb25 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeMixedCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeMixedCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNormalized_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNormalized_create_Test.java index 72a76ba1f7..ab14624b81 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNormalized_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNormalized_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNullOrEmpty_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNullOrEmpty_create_Test.java index cefaf44fa1..e47df4f0a2 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNullOrEmpty_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNullOrEmpty_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNumeric_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNumeric_create_Test.java index f91bc8f3d1..cc524cda7c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNumeric_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeNumeric_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeOdd_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeOdd_create_Test.java index 52a154ea58..de111a1b05 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeOdd_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeOdd_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeOfClassIn_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeOfClassIn_Test.java index 5d9d80e274..bca9616bce 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeOfClassIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeOfClassIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBePeriod_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBePeriod_create_Test.java index cf14b521f7..8dc89f3da9 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBePeriod_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBePeriod_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBePrimitive_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBePrimitive_create_Test.java index cc7de2d0a3..f6232678e3 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBePrimitive_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBePrimitive_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBePrintable_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBePrintable_create_Test.java index a421f822bd..68a3a7d5d7 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBePrintable_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBePrintable_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeReadable_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeReadable_create_Test.java index 0de3270f5b..76af128588 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeReadable_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeReadable_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRecord_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRecord_create_Test.java index 78f11a0fc9..79c6984779 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRecord_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRecord_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRegularFile_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRegularFile_create_Test.java index c0ec7b38d3..e2f4fb3287 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRegularFile_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRegularFile_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRelativePath_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRelativePath_create_Test.java index a188890448..176ce5c5cc 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRelativePath_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeRelativePath_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSameGenericBetweenIterableAndCondition_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSameGenericBetweenIterableAndCondition_create_Test.java index 04419c74ad..b2b5e8247a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSameGenericBetweenIterableAndCondition_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSameGenericBetweenIterableAndCondition_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSame_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSame_create_Test.java index d716f36afb..eea8b31017 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSame_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSame_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSealed_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSealed_create_Test.java index b6740a6a40..3f35f916c7 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSealed_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSealed_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSortedAccordingToComparator_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSortedAccordingToComparator_create_Test.java index b2517cbc07..ab9f7455bc 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSortedAccordingToComparator_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSortedAccordingToComparator_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSorted_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSorted_create_Test.java index 4779acc75f..60bfedf082 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSorted_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSorted_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSubsetOf_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSubsetOf_create_Test.java index bab4292660..f565fad4a3 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSubsetOf_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSubsetOf_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSubstringOf_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSubstringOf_create_Test.java index af2ae7833b..776f984ad6 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSubstringOf_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSubstringOf_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSymbolicLink_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSymbolicLink_create_Test.java index d32560c7de..afef241ca8 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSymbolicLink_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeSymbolicLink_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeTrue_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeTrue_create_Test.java index 59fd64cd4a..62f75424d3 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeTrue_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeTrue_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeUnmodifiable_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeUnmodifiable_create_Test.java index 38f96dafcb..23f4372d84 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeUnmodifiable_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeUnmodifiable_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeUpperCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeUpperCase_create_Test.java index 2f0429dc8c..feebbc420b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeUpperCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeUpperCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeVisible_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeVisible_create_Test.java index 98fe7b5ec7..2edaed4ab8 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeVisible_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeVisible_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeWritable_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeWritable_create_Test.java index 6dc20bf4e6..4874c5ae36 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBeWritable_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBeWritable_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldBe_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldBe_create_Test.java index fdddcb7b84..3d630659a4 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldBe_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldBe_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainAnyOf_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainAnyOf_create_Test.java index 79d912021d..038b013243 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainAnyOf_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainAnyOf_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainAtIndex_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainAtIndex_create_Test.java index 36a8b7df1c..07980fdde1 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainAtIndex_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainAtIndex_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainCharSequenceOnlyOnce_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainCharSequenceOnlyOnce_create_Test.java index 48d2ac710c..ac888538c9 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainCharSequenceOnlyOnce_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainCharSequenceOnlyOnce_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ void should_create_error_message_when_string_to_search_appears_several_times() { // WHEN String message = factoryWithSeveralOccurrences.create(new TestDescription("Test"), new StandardRepresentation()); // THEN - then(message).isEqualTo("[Test] %nExpecting actual:%n \"motif\"%nto appear only once in:%n \"aaamotifmotifaabbbmotifaaa\"%nbut it appeared 3 times ".formatted()); + then(message).isEqualTo("[Test] %nExpecting actual:%n \"aaamotifmotifaabbbmotifaaa\"%nto contain:%n \"motif\"%nonly once but it appeared 3 times ".formatted()); } @Test @@ -50,7 +50,7 @@ void should_create_error_message_when_string_to_search_does_not_appear() { // WHEN String message = factoryWithNoOccurrence.create(new TestDescription("Test"), new StandardRepresentation()); // THEN - then(message).isEqualTo("[Test] %nExpecting actual:%n \"motif\"%nto appear only once in:%n \"aaamodifmoifaabbbmotfaaa\"%nbut it did not appear ".formatted()); + then(message).isEqualTo("[Test] %nExpecting actual:%n \"aaamodifmoifaabbbmotfaaa\"%nto contain:%n \"motif\"%nonly once but it did not appear ".formatted()); } @Test @@ -61,7 +61,7 @@ void should_create_error_message_when_string_to_search_does_not_appear_with_cust // WHEN String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); // THEN - then(message).isEqualTo("[Test] %nExpecting actual:%n \"MOtif\"%nto appear only once in:%n \"aaamoDifmoifaabbbmotfaaa\"%nbut it did not appear when comparing values using CaseInsensitiveStringComparator".formatted()); + then(message).isEqualTo("[Test] %nExpecting actual:%n \"aaamoDifmoifaabbbmotfaaa\"%nto contain:%n \"MOtif\"%nonly once but it did not appear when comparing values using CaseInsensitiveStringComparator".formatted()); } @Test @@ -72,7 +72,7 @@ void should_create_error_message_when_string_to_search_appears_several_times_wit // WHEN String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); // THEN - then(message).isEqualTo("[Test] %nExpecting actual:%n \"MOtif\"%nto appear only once in:%n \"aaamotIFmoTifaabbbmotifaaa\"%nbut it appeared 3 times when comparing values using CaseInsensitiveStringComparator".formatted()); + then(message).isEqualTo("[Test] %nExpecting actual:%n \"aaamotIFmoTifaabbbmotifaaa\"%nto contain:%n \"MOtif\"%nonly once but it appeared 3 times when comparing values using CaseInsensitiveStringComparator".formatted()); } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainCharSequence_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainCharSequence_create_Test.java index 5e361ad98c..a336ad5edc 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainCharSequence_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainCharSequence_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainEntries_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainEntries_create_Test.java index 42eb1b5cef..6bfac01954 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainEntries_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainEntries_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainEntry_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainEntry_create_Test.java index 9ced508812..ce826604ad 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainEntry_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainEntry_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainExactlyInAnyOrder_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainExactlyInAnyOrder_create_Test.java index bb952e8410..80339def03 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainExactlyInAnyOrder_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainExactlyInAnyOrder_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainExactly_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainExactly_create_Test.java index b9dc13eb1b..08063ff0d8 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainExactly_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainExactly_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainKey_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainKey_create_Test.java index d94f06326c..8e66ad9fb1 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainKey_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainKey_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainKeys_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainKeys_create_Test.java index 4ce2dd4b82..e025c478c0 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainKeys_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainKeys_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainNull_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainNull_create_Test.java index cff16952d5..e794c3ad14 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainNull_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainNull_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOneOrMoreWhitespaces_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOneOrMoreWhitespaces_create_Test.java index bc711ccf01..7203242122 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOneOrMoreWhitespaces_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOneOrMoreWhitespaces_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,7 @@ */ package org.assertj.core.error; +import static java.lang.String.format; import static org.assertj.core.api.BDDAssertions.then; import static org.assertj.core.error.ShouldContainOneOrMoreWhitespaces.shouldContainOneOrMoreWhitespaces; @@ -31,6 +32,21 @@ void should_create_error_message() { // WHEN String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); // THEN - then(message).isEqualTo("[Test] %nExpecting string to contain one or more whitespaces but did not, string was:%n \"Luke\"".formatted()); + then(message).isEqualTo(format("[Test] %nExpecting string to contain one or more whitespaces but did not, string was:%n \"Luke\"")); + } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "abc%ndef%nghi".formatted(); + ErrorMessageFactory factory = shouldContainOneOrMoreWhitespaces(actual); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting string to contain one or more whitespaces but did not, string was:%n" + + " \"abc%n" + + " def%n" + + " ghi\"").formatted()); } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyDigits_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyDigits_create_Test.java index 150a22c8a8..fc1b2b46ea 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyDigits_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyDigits_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyKeys_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyKeys_create_Test.java index e3779b92bf..51f8aca642 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyKeys_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyKeys_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyNulls_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyNulls_create_Test.java index 6b895bb3a9..071242d2ec 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyNulls_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyNulls_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyWhitespaces_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyWhitespaces_create_Test.java index 69531da42f..b14728657c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyWhitespaces_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnlyWhitespaces_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,4 +36,19 @@ void should_create_error_message() { "Expecting string to contain only whitespaces but was:%n" + " \"abc\"")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "abc%ndef%nghi".formatted(); + ErrorMessageFactory factory = shouldContainOnlyWhitespaces(actual); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting string to contain only whitespaces but was:%n" + + " \"abc%n" + + " def%n" + + " ghi\"")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnly_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnly_create_Test.java index 1d000f5195..6b4192af3d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnly_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainOnly_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainPattern_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainPattern_create_Test.java index 7923b61c4e..eba916bdff 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainPattern_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainPattern_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainRecursively_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainRecursively_create_Test.java index 8149891dca..cdbdb125d7 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainRecursively_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainRecursively_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSequenceOfCharSequence_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSequenceOfCharSequence_create_Test.java index a0f6a3b2b0..e9831dcd58 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSequenceOfCharSequence_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSequenceOfCharSequence_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSequence_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSequence_create_Test.java index a47ee0ed6a..d382ca4e3d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSequence_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSequence_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSubsequenceOfCharSequence_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSubsequenceOfCharSequence_create_Test.java index 43831213af..1b58c873c6 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSubsequenceOfCharSequence_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSubsequenceOfCharSequence_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSubsequence_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSubsequence_create_Test.java index d22e8c17af..3edfbc9318 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSubsequence_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainSubsequence_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainThrowable_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainThrowable_create_Test.java index 56e24e1683..58957e508a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainThrowable_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainThrowable_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainValue_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainValue_create_Test.java index c0169617bb..a7c5ed558b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainValue_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainValue_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainValues_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainValues_create_Test.java index 1d5f36ccbb..fe86e86015 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainValues_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainValues_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContain_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContain_create_Test.java index 021bf7b7c9..97a5d09070 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContain_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContain_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainsOnlyOnce_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainsOnlyOnce_create_Test.java index 7b3ff0f718..3fff91516c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldContainsOnlyOnce_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldContainsOnlyOnce_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWithIgnoringCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWithIgnoringCase_create_Test.java index 33ba10804f..7a05a0e7d6 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWithIgnoringCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWithIgnoringCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -58,4 +58,24 @@ void should_create_error_message_with_custom_comparison_strategy() { " \"gandalf\"%n" + "when comparing values using other String comparator")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "Gandalf%nthe%ngrey".formatted(); + String expected = "Gandalf%nthe%nwhite".formatted(); + ErrorMessageFactory factory = shouldEndWithIgnoringCase(actual, expected, StandardComparisonStrategy.instance()); + // WHEN + String message = factory.create(new TextDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"Gandalf%n" + + " the%n" + + " grey\"%n" + + "to end with (ignoring case):%n" + + " \"Gandalf%n" + + " the%n" + + " white\"%n")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWithPath_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWithPath_create_Test.java index e06c142f60..2069a74294 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWithPath_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWithPath_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWith_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWith_create_Test.java index 7b7b02350b..32f4b83f7d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWith_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldEndWith_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -63,4 +63,24 @@ void should_create_error_message_with_custom_comparison_strategy() { " [\"Han\", \"Leia\"]%n" + "when comparing values using CaseInsensitiveStringComparator")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "Yoda%nthe%nmaster".formatted(); + String expected = "Luke%nthe%napprentice".formatted(); + ErrorMessageFactory factory = shouldEndWith(actual, expected); + // WHEN + String message = factory.create(new TextDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"Yoda%n" + + " the%n" + + " master\"%n" + + "to end with:%n" + + " \"Luke%n" + + " the%n" + + " apprentice\"%n")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldExist_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldExist_create_Test.java index 3f9eb1c725..98d4f45ce1 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldExist_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldExist_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAllNullFields_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAllNullFields_create_Test.java index d40594846d..85164c1460 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAllNullFields_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAllNullFields_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAnnotations_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAnnotations_create_Test.java index bb15f90833..83802ff377 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAnnotations_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAnnotations_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAtIndex_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAtIndex_create_Test.java index e42faa10d8..0ba413e9e7 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAtIndex_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAtIndex_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAtLeastOneElementOfType_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAtLeastOneElementOfType_create_Test.java index aae7ffa491..c1c449c2db 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAtLeastOneElementOfType_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveAtLeastOneElementOfType_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveBinaryContent_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveBinaryContent_create_Test.java index 51a682862a..c48527faa4 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveBinaryContent_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveBinaryContent_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseExactlyInstance_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseExactlyInstance_create_Test.java index 53b7933301..875fbf0232 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseExactlyInstance_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseExactlyInstance_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseInstance_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseInstance_create_Test.java index 46b08a9a9c..16c1db2612 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseInstance_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseInstance_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseReference_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseReference_create_Test.java index 2153aac731..79e4d48a98 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseReference_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCauseReference_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCause_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCause_create_Test.java index ebff8a1233..a52e69dcc5 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCause_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveCause_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveComparableElementsAccordingToComparator_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveComparableElementsAccordingToComparator_create_Test.java index 8a580cbc24..17db111a52 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveComparableElementsAccordingToComparator_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveComparableElementsAccordingToComparator_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveComparableElements_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveComparableElements_create_Test.java index 83815763d0..1244614e25 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveComparableElements_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveComparableElements_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveContent_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveContent_create_Test.java index 73cdc2c725..f4948267ca 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveContent_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveContent_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDateField_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDateField_create_Test.java index f41ba3d229..c2af50df37 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDateField_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDateField_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDigest_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDigest_create_Test.java index 0aa7050be2..f515dbe616 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDigest_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDigest_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDimensions_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDimensions_create_Test.java index e87903565c..68b30b6966 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDimensions_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDimensions_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDuration_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDuration_create_Test.java index 2c7559db78..2b2cd691e2 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDuration_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveDuration_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveExactlyTypes_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveExactlyTypes_create_Test.java index db2552b9b8..22f17a5343 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveExactlyTypes_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveExactlyTypes_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveExtension_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveExtension_create_Test.java index 3526a6072b..5047cacf68 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveExtension_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveExtension_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveFields_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveFields_create_Test.java index 74ffe1d865..d0e1a91932 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveFields_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveFields_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveFileSystem_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveFileSystem_create_Test.java index 26e89dd45d..fe6407d7f0 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveFileSystem_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveFileSystem_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessageFindingMatchRegex_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessageFindingMatchRegex_create_Test.java index f6780d1eee..a354a0b0a5 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessageFindingMatchRegex_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessageFindingMatchRegex_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessageMatchingRegex_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessageMatchingRegex_create_Test.java index 15c57f10b8..cac31f82bd 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessageMatchingRegex_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessageMatchingRegex_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessage_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessage_create_Test.java index cfdfeea25d..f11ca42ca0 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessage_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMessage_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMethods_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMethods_create_Test.java index fe089f40b7..c6fcee627c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMethods_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveMethods_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveName_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveName_create_Test.java index c66f7a4108..4258c757af 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveName_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveName_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNext_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNext_create_Test.java index d66465b805..2cd73d5c58 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNext_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNext_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoExtension_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoExtension_create_Test.java index e26474aadb..41d978456a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoExtension_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoExtension_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoPackage_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoPackage_create_Test.java index e9916788a3..8aab29d230 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoPackage_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoPackage_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoParent_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoParent_create_Test.java index b31d356e67..47a724f097 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoParent_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoParent_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoSuperclass_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoSuperclass_create_Test.java index 9c24d268cd..9c69462942 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoSuperclass_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoSuperclass_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoSuppressedExceptions_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoSuppressedExceptions_create_Test.java index 1c0fc8fd23..5636531065 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoSuppressedExceptions_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveNoSuppressedExceptions_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveOnlyElementsOfType_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveOnlyElementsOfType_create_Test.java index 37c1ed4502..48ac38afe5 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveOnlyElementsOfType_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveOnlyElementsOfType_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePackage_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePackage_create_Test.java index d312c9fb9d..36eae805cc 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePackage_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePackage_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveParent_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveParent_create_Test.java index c8a12ea14f..e50354e2ee 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveParent_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveParent_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePeriod_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePeriod_create_Test.java index 467bb6be5d..368e18b058 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePeriod_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePeriod_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePermittedSubclasses_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePermittedSubclasses_create_Test.java index cacf69b798..09e424b793 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePermittedSubclasses_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePermittedSubclasses_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePropertyOrFieldWithValue_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePropertyOrFieldWithValue_create_Test.java index 6c1d792cab..130cdfc70a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePropertyOrFieldWithValue_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePropertyOrFieldWithValue_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePropertyOrField_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePropertyOrField_create_Test.java index a1a00d1728..af75364da0 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePropertyOrField_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHavePropertyOrField_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRecordComponents_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRecordComponents_create_Test.java index 594b3d6f6d..aa52b97681 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRecordComponents_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRecordComponents_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveReference_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveReference_create_Test.java index 974a589258..483bfb8caf 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveReference_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveReference_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCauseExactlyInstance_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCauseExactlyInstance_create_Test.java index a5345a9f6f..e8c5777b49 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCauseExactlyInstance_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCauseExactlyInstance_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCauseInstance_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCauseInstance_create_Test.java index 55f3913e41..6ede87d255 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCauseInstance_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCauseInstance_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCause_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCause_create_Test.java index 688a7e8daa..a324ae61d0 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCause_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveRootCause_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameClass_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameClass_create_Test.java index 1c5628337c..a26eb9a262 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameClass_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameClass_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameContent_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameContent_create_Test.java index a05a9b5169..1c5ada168a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameContent_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameContent_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameDimensionsAs_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameDimensionsAs_create_Test.java index 032dc72a19..df8400518d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameDimensionsAs_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameDimensionsAs_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameFileSystemAs_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameFileSystemAs_create_Test.java index 9f4ac596ba..4d792e7250 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameFileSystemAs_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameFileSystemAs_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameHashCode_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameHashCode_create_Test.java index afd7420a41..1bea70d0bd 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameHashCode_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameHashCode_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameHourAs_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameHourAs_create_Test.java index 3c620abdad..72baa032af 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameHourAs_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameHourAs_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameSizeAs_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameSizeAs_create_Test.java index e52e34821e..37543c0d4d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameSizeAs_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameSizeAs_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameTime_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameTime_create_Test.java index 13c8668453..4a90db66b3 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameTime_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSameTime_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveScale_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveScale_create_Test.java index 1d029e52b5..b6e5ed1f96 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveScale_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveScale_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeGreaterThanOrEqualTo_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeGreaterThanOrEqualTo_create_Test.java index 994999151e..d55516a16f 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeGreaterThanOrEqualTo_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeGreaterThanOrEqualTo_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeGreaterThan_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeGreaterThan_create_Test.java index 52e611eb37..d67b1f42fc 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeGreaterThan_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeGreaterThan_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeLessThanOrEqualTo_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeLessThanOrEqualTo_create_Test.java index cdd9dcaa3d..ec611e7793 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeLessThanOrEqualTo_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeLessThanOrEqualTo_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeLessThan_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeLessThan_create_Test.java index 276fbbf479..578c2d0fd8 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeLessThan_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSizeLessThan_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSize_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSize_create_Test.java index aa46ead4e7..776842ce1b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSize_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSize_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveStamp_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveStamp_create_Test.java index 8916226525..91eaf58c85 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveStamp_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveStamp_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSuperclass_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSuperclass_create_Test.java index d7a3e638a5..0e98089242 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSuperclass_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSuperclass_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSuppressedException_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSuppressedException_create_Test.java index c338098c83..e12cb05590 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSuppressedException_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveSuppressedException_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveTime_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveTime_create_Test.java index 6140b3f99c..168372bc4b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveTime_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveTime_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveToString_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveToString_create_Test.java index 4d85fac977..04eafc341d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveToString_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveToString_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveValue_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveValue_create_Test.java index f67087e6a8..faead0000d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveValue_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHaveValue_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldHave_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldHave_create_Test.java index 415bfc34e8..e3bf262461 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldHave_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldHave_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldMatchPattern_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldMatchPattern_create_Test.java index 140cfd2ae0..d6f49bc055 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldMatchPattern_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldMatchPattern_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldMatch_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldMatch_create_Test.java index 4d6c22ae1c..356b9fcc5c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldMatch_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldMatch_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotAccept_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotAccept_create_Test.java index a74377199e..5bd339627d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotAccept_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotAccept_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeBetween_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeBetween_create_Test.java index 5a92f77d8c..37224c65c6 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeBetween_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeBetween_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeBlank_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeBlank_create_Test.java new file mode 100644 index 0000000000..396256d46c --- /dev/null +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeBlank_create_Test.java @@ -0,0 +1,54 @@ +/* + * Copyright 2012-2026 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.assertj.core.error; + +import static java.lang.String.format; +import static org.assertj.core.api.BDDAssertions.then; +import static org.assertj.core.error.ShouldNotBeBlank.shouldNotBeBlank; + +import org.assertj.core.description.TextDescription; +import org.assertj.core.presentation.StandardRepresentation; +import org.junit.jupiter.api.Test; + +class ShouldNotBeBlank_create_Test { + + @Test + void should_create_error_message() { + // GIVEN + ErrorMessageFactory factory = shouldNotBeBlank(" "); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting not blank but was:%n" + + " \" \"")); + } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = " %n %n ".formatted(); + ErrorMessageFactory factory = shouldNotBeBlank(actual); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting not blank but was:%n" + + " \" %n" + + " %n" + + " \"")); + } +} diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEmpty_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEmpty_create_Test.java index 3bd4e5abe3..0ab1f61aeb 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEmpty_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEmpty_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualComparingFieldByFieldRecursively_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualComparingFieldByFieldRecursively_create_Test.java index 969d8a44b8..3e7788ff88 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualComparingFieldByFieldRecursively_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualComparingFieldByFieldRecursively_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualIgnoringCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualIgnoringCase_create_Test.java index a5a5269eb2..0d15fa5ca9 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualIgnoringCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualIgnoringCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,4 +45,25 @@ void should_create_error_message() { " \"Luke\"%n" + "ignoring case considerations")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "foo%nbar%nbaz".formatted(); + String expected = "moreFoo%nbar%nbaz".formatted(); + ErrorMessageFactory factory = shouldNotBeEqualIgnoringCase(actual, expected); + // WHEN + String message = factory.create(new TestDescription("Test")); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"foo%n" + + " bar%n" + + " baz\"%n" + + "not to be equal to:%n" + + " \"moreFoo%n" + + " bar%n" + + " baz\"%n" + + "ignoring case considerations")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualIgnoringWhitespace_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualIgnoringWhitespace_create_Test.java index c57affed45..0fd6e72a5a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualIgnoringWhitespace_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualIgnoringWhitespace_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -46,4 +46,25 @@ void should_create_error_message() { " \" my foo bar \"%n" + "ignoring whitespace differences")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "foo%nbar%nbaz".formatted(); + String expected = "foo%nbar %nbaz".formatted(); + ErrorMessageFactory factory = shouldNotBeEqualIgnoringWhitespace(actual, expected); + // WHEN + String message = factory.create(new TestDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"foo%n" + + " bar%n" + + " baz\"%n" + + "not to be equal to:%n" + + " \"foo%n" + + " bar %n" + + " baz\"%n" + + "ignoring whitespace differences")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualNormalizingWhitespace_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualNormalizingWhitespace_create_Test.java index 369d78769f..dcf83cf274 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualNormalizingWhitespace_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualNormalizingWhitespace_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -46,4 +46,25 @@ void should_create_error_message() { " \" my foo bar \"%n" + "after whitespace differences are normalized")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "foo%nbar%nbaz".formatted(); + String expected = "foo%nbar %nbaz".formatted(); + ErrorMessageFactory factory = shouldNotBeEqualNormalizingWhitespace(actual, expected); + // WHEN + String message = factory.create(new TestDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"foo%n" + + " bar%n" + + " baz\"%n" + + "not to be equal to:%n" + + " \"foo%n" + + " bar %n" + + " baz\"%n" + + "after whitespace differences are normalized")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualWithinOffset_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualWithinOffset_create_Test.java index a9b2987376..8c98b89658 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualWithinOffset_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqualWithinOffset_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqual_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqual_create_Test.java index 2ac53901bd..76c780edee 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqual_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeEqual_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeExactlyInstance_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeExactlyInstance_create_Test.java index 4974e35926..39c7ac3654 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeExactlyInstance_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeExactlyInstance_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeFinite_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeFinite_create_Test.java index ab2bce5c2f..8d8c15e410 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeFinite_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeFinite_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeIn_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeIn_create_Test.java index 516c027ccd..277823151e 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeIn_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeIn_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInfinite_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInfinite_create_Test.java index a15e221ae6..eafcf76a9b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInfinite_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInfinite_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInstanceOfAny_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInstanceOfAny_create_Test.java index 9756601f56..6c962f2299 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInstanceOfAny_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInstanceOfAny_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInstance_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInstance_create_Test.java index d0360aa87c..25728a0d85 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInstance_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeInstance_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeMarkedCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeMarkedCase_create_Test.java index 7776fcb979..57ba9bddaa 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeMarkedCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeMarkedCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeNull_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeNull_create_Test.java index ddd49a669f..3c1eae82e3 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeNull_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeNull_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeOfClassIn_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeOfClassIn_Test.java index 6d5d0126ee..e9e9196e57 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeOfClassIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeOfClassIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBePrimitive_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBePrimitive_create_Test.java index 8198c25ef9..4665f423b0 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBePrimitive_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBePrimitive_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeSame_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeSame_create_Test.java index ed0a5a6a17..964710a831 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeSame_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBeSame_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBe_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBe_create_Test.java index 52ec99bb0c..45499c0759 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBe_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotBe_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainAnyWhitespaces_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainAnyWhitespaces_create_Test.java index a8144b9299..8ec5b7851d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainAnyWhitespaces_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainAnyWhitespaces_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,7 @@ */ package org.assertj.core.error; +import static java.lang.String.format; import static org.assertj.core.api.BDDAssertions.then; import static org.assertj.core.error.ShouldNotContainAnyWhitespaces.shouldNotContainAnyWhitespaces; @@ -31,7 +32,21 @@ void should_create_error_message() { // WHEN String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); // THEN - then(message).isEqualTo("[Test] %nExpecting string not to contain any whitespaces but found some, string was:%n \"Star Wars\"".formatted()); + then(message).isEqualTo(format("[Test] %nExpecting string not to contain any whitespaces but found some, string was:%n \"Star Wars\"")); } + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "ab cd%nef gh%nij kl".formatted(); + ErrorMessageFactory factory = shouldNotContainAnyWhitespaces(actual); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting string not to contain any whitespaces but found some, string was:%n" + + " \"ab cd%n" + + " ef gh%n" + + " ij kl\"")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainAtIndex_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainAtIndex_create_Test.java index e03a555633..c3a9fe8801 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainAtIndex_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainAtIndex_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainCharSequence_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainCharSequence_create_Test.java index 09cee60560..0659b95701 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainCharSequence_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainCharSequence_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainKey_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainKey_create_Test.java index bcb4440298..cf8a3b424a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainKey_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainKey_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainKeys_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainKeys_create_Test.java index f6ed5f9219..03cdb032e3 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainKeys_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainKeys_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainNull_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainNull_create_Test.java index 20ec964309..8d39bb0574 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainNull_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainNull_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainOnlyWhitespaces_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainOnlyWhitespaces_create_Test.java index 77d85dda2a..0816d9da4d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainOnlyWhitespaces_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainOnlyWhitespaces_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,4 +36,19 @@ void should_create_error_message() { "Expecting string not to contain only whitespaces but was:%n" + " \" \"")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = " %n %n ".formatted(); + ErrorMessageFactory factory = shouldNotContainOnlyWhitespaces(actual); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting string not to contain only whitespaces but was:%n" + + " \" %n" + + " %n" + + " \"")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainPattern_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainPattern_create_Test.java index f764ee2a26..c3849473ae 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainPattern_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainPattern_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSequenceOfCharSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSequenceOfCharSequence_Test.java index 4b5ee20f79..a3a1014d37 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSequenceOfCharSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSequenceOfCharSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSequence_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSequence_create_Test.java index 69af568f73..b0cf298a72 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSequence_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSequence_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSubsequenceOfCharSequence_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSubsequenceOfCharSequence_create_Test.java index 38284bba2e..36bfd9b05b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSubsequenceOfCharSequence_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSubsequenceOfCharSequence_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSubsequence_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSubsequence_create_Test.java index fc757c830c..cf4f46b31d 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSubsequence_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainSubsequence_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainThrowable_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainThrowable_create_Test.java index e74c10e2bc..58c340ee2c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainThrowable_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainThrowable_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainValue_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainValue_create_Test.java index 7e42d25635..cabecf3205 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainValue_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContainValue_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContain_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContain_create_Test.java index fbc1f90d2c..8482b25d55 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContain_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotContain_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWithIgnoringCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWithIgnoringCase_create_Test.java index 4ed969db63..935f93b88a 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWithIgnoringCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWithIgnoringCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -58,4 +58,24 @@ void should_create_error_message_with_custom_comparison_strategy() { " \"GREY\"%n" + "when comparing values using CaseInsensitiveStringComparator")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "Gandalf%nthe%ngrey".formatted(); + String expected = "Gandalf%nthe%nGREY".formatted(); + ErrorMessageFactory factory = shouldNotEndWithIgnoringCase(actual, expected, StandardComparisonStrategy.instance()); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"Gandalf%n" + + " the%n" + + " grey\"%n" + + "not to end with (ignoring case):%n" + + " \"Gandalf%n" + + " the%n" + + " GREY\"%n")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWithWhitespaces_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWithWhitespaces_create_Test.java index f52f9e7d42..1a2f705dc7 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWithWhitespaces_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWithWhitespaces_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,7 @@ */ package org.assertj.core.error; +import static java.lang.String.format; import static org.assertj.core.api.BDDAssertions.then; import static org.assertj.core.error.ShouldNotEndWithWhitespaces.shouldNotEndWithWhitespaces; @@ -33,9 +34,23 @@ void should_create_error_message() { // WHEN String message = factory.create(new TextDescription("Test")); // THEN - then(message).isEqualTo(String.format("[Test] %n" + - "Expecting string not to end with whitespaces but found one, string was:%n" + - " \"abc %%d\"")); + then(message).isEqualTo(format("[Test] %n" + + "Expecting string not to end with whitespaces but found one, string was:%n" + + " \"abc %%d\"")); } + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "abc%ndef%nghi ".formatted(); + ErrorMessageFactory factory = shouldNotEndWithWhitespaces(actual); + // WHEN + String message = factory.create(new TextDescription("Test")); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting string not to end with whitespaces but found one, string was:%n" + + " \"abc%n" + + " def%n" + + " ghi \"")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWith_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWith_create_Test.java index 2e18404815..4a55443bdc 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWith_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotEndWith_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -64,4 +64,24 @@ void should_create_error_message_with_custom_comparison_strategy() { " [\"Han\", \"Leia\"]%n" + "when comparing values using CaseInsensitiveStringComparator")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "Yoda%nthe%nmaster".formatted(); + String expected = "Yoda%nthe%nMASTER".formatted(); + ErrorMessageFactory factory = shouldNotEndWith(actual, expected); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"Yoda%n" + + " the%n" + + " master\"%n" + + "not to end with:%n" + + " \"Yoda%n" + + " the%n" + + " MASTER\"%n")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotExist_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotExist_create_Test.java index be66362455..b9af672afc 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotExist_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotExist_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveAnyElementsOfTypes_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveAnyElementsOfTypes_create_Test.java index 179a5db190..323147c10b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveAnyElementsOfTypes_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveAnyElementsOfTypes_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveDuplicates_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveDuplicates_create_Test.java index b7cc77bb64..b55e941534 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveDuplicates_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveDuplicates_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveSameClass_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveSameClass_create_Test.java index 8528f23dd5..3f8f21ba31 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveSameClass_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveSameClass_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveSameHashCode_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveSameHashCode_create_Test.java index 4ef547a40c..5591ddd7ab 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveSameHashCode_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveSameHashCode_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveThrownExcept_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveThrownExcept_create_Test.java index b9ab55346d..e36fb04e8c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveThrownExcept_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveThrownExcept_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveThrown_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveThrown_create_Test.java index e01a0d6aa5..376b8e054c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveThrown_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveThrown_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveToString_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveToString_create_Test.java index 3d9fdddfc7..75e9fedf87 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveToString_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHaveToString_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHave_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHave_create_Test.java index fb13b45da9..8f82937a15 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHave_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotHave_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotMatchPattern_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotMatchPattern_create_Test.java index 8209a98459..bb112d1ddd 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotMatchPattern_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotMatchPattern_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotMatch_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotMatch_create_Test.java index 36293cd83c..2c72dd4b8c 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotMatch_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotMatch_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotSatisfyPredicateRecursively_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotSatisfyPredicateRecursively_create_Test.java index 2b0cdbab8a..960b3a9c1f 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotSatisfyPredicateRecursively_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotSatisfyPredicateRecursively_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWithIgnoringCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWithIgnoringCase_create_Test.java index 4ad2800fe8..4a9006bc86 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWithIgnoringCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWithIgnoringCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -58,4 +58,24 @@ void should_create_error_message_with_custom_comparison_strategy() { " \"gandalf\"%n" + "when comparing values using other String comparator")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "Gandalf%nthe%ngrey".formatted(); + String expected = "Gandalf%nthe%nwhite".formatted(); + ErrorMessageFactory factory = shouldNotStartWithIgnoringCase(actual, expected, StandardComparisonStrategy.instance()); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"Gandalf%n" + + " the%n" + + " grey\"%n" + + "not to start with (ignoring case):%n" + + " \"Gandalf%n" + + " the%n" + + " white\"%n")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWithWhitespaces_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWithWhitespaces_create_Test.java index 121cece3a8..01030b0013 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWithWhitespaces_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWithWhitespaces_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -38,4 +38,19 @@ void should_create_error_message() { "Expecting string not to start with whitespaces but found one, string was:%n" + " \"abc %%s\"")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = " abc%ndef%nghi".formatted(); + ErrorMessageFactory factory = shouldNotStartWithWhitespaces(actual); + // WHEN + String message = factory.create(new TextDescription("Test")); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting string not to start with whitespaces but found one, string was:%n" + + " \" abc%n" + + " def%n" + + " ghi\"")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWith_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWith_create_Test.java index 0c0833d3cb..dc3f29ef73 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWith_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldNotStartWith_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -70,4 +70,24 @@ void should_create_error_message_with_custom_comparison_strategy() { " [\"Han\", \"Leia\"]%n" + "when comparing values using CaseInsensitiveStringComparator")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "Yoda%nthe%nmaster".formatted(); + String expected = "Yoda%nthe%njedi".formatted(); + factory = shouldNotStartWith(actual, expected); + // WHEN + String message = factory.create(new TextDescription("Test"), new StandardRepresentation()); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"Yoda%n" + + " the%n" + + " master\"%n" + + "not to start with:%n" + + " \"Yoda%n" + + " the%n" + + " jedi\"%n")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldOnlyHaveElementsOfTypes_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldOnlyHaveElementsOfTypes_create_Test.java index c359b544d3..0a84a84631 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldOnlyHaveElementsOfTypes_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldOnlyHaveElementsOfTypes_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldOnlyHaveFields_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldOnlyHaveFields_create_Test.java index 23d831b45e..e16af286a8 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldOnlyHaveFields_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldOnlyHaveFields_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldSatisfyOnlyOnce_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldSatisfyOnlyOnce_create_Test.java index 3721808b6a..f3ca44bf7b 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldSatisfyOnlyOnce_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldSatisfyOnlyOnce_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldSatisfy_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldSatisfy_create_Test.java index 05a01081c8..2b405b4445 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldSatisfy_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldSatisfy_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWithIgnoringCase_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWithIgnoringCase_create_Test.java index e3d5c35bef..a44dbded2e 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWithIgnoringCase_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWithIgnoringCase_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -59,4 +59,24 @@ void should_create_error_message_with_custom_comparison_strategy() { "%n \"grey\"%n" + "when comparing values using other String comparator")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "Gandalf%nthe%ngrey".formatted(); + String expected = "grey%nthe%ngrey".formatted(); + factory = shouldStartWithIgnoringCase(actual, expected, StandardComparisonStrategy.instance()); + // WHEN + String message = factory.create(new TextDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"Gandalf%n" + + " the%n" + + " grey\"%n" + + "to start with (ignoring case):%n" + + " \"grey%n" + + " the%n" + + " grey\"%n")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWithPath_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWithPath_create_Test.java index e47dfa6717..911db998a4 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWithPath_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWithPath_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWith_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWith_create_Test.java index 721ed35b27..131076cff4 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWith_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ShouldStartWith_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -69,4 +69,24 @@ void should_create_error_message_with_custom_comparison_strategy() { " [\"Han\", \"Leia\"]%n" + "when comparing values using CaseInsensitiveStringComparator")); } + + @Test + void should_create_error_message_with_multiline_values_correctly_indented() { + // GIVEN + String actual = "Yoda%nthe%nmaster".formatted(); + String expected = "Luke%nthe%napprentice".formatted(); + factory = shouldStartWith(actual, expected); + // WHEN + String message = factory.create(new TextDescription("Test"), STANDARD_REPRESENTATION); + // THEN + then(message).isEqualTo(format("[Test] %n" + + "Expecting actual:%n" + + " \"Yoda%n" + + " the%n" + + " master\"%n" + + "to start with:%n" + + " \"Luke%n" + + " the%n" + + " apprentice\"%n")); + } } diff --git a/assertj-core/src/test/java/org/assertj/core/error/SubarraysShouldHaveSameSize_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/SubarraysShouldHaveSameSize_create_Test.java index 73695c33d0..69484f0af5 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/SubarraysShouldHaveSameSize_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/SubarraysShouldHaveSameSize_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/error/ZippedElementsShouldSatisfy_create_Test.java b/assertj-core/src/test/java/org/assertj/core/error/ZippedElementsShouldSatisfy_create_Test.java index b6b382fca5..c11a1b5deb 100644 --- a/assertj-core/src/test/java/org/assertj/core/error/ZippedElementsShouldSatisfy_create_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/error/ZippedElementsShouldSatisfy_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/extractor/ByNameMultipleExtractorTest.java b/assertj-core/src/test/java/org/assertj/core/extractor/ByNameMultipleExtractorTest.java index fbc098e9f0..4ddaa1668f 100644 --- a/assertj-core/src/test/java/org/assertj/core/extractor/ByNameMultipleExtractorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/extractor/ByNameMultipleExtractorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/extractor/ByNameSingleExtractorTest.java b/assertj-core/src/test/java/org/assertj/core/extractor/ByNameSingleExtractorTest.java index 7e943aa121..882213eb5c 100644 --- a/assertj-core/src/test/java/org/assertj/core/extractor/ByNameSingleExtractorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/extractor/ByNameSingleExtractorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/extractor/ToStringExtractorTest.java b/assertj-core/src/test/java/org/assertj/core/extractor/ToStringExtractorTest.java index cb56469557..79f50784e4 100644 --- a/assertj-core/src/test/java/org/assertj/core/extractor/ToStringExtractorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/extractor/ToStringExtractorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/AbstractTest_ComparatorBasedComparisonStrategy.java b/assertj-core/src/test/java/org/assertj/core/internal/AbstractTest_ComparatorBasedComparisonStrategy.java index 3c81c6596a..136a78e5f9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/AbstractTest_ComparatorBasedComparisonStrategy.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/AbstractTest_ComparatorBasedComparisonStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/AbstractTest_StandardComparisonStrategy.java b/assertj-core/src/test/java/org/assertj/core/internal/AbstractTest_StandardComparisonStrategy.java index a83b0be2be..355a0f3899 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/AbstractTest_StandardComparisonStrategy.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/AbstractTest_StandardComparisonStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/Arrays_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/Arrays_assertContains_Test.java index 3e772d79d9..66e092f544 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/Arrays_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/Arrays_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/Arrays_containsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/Arrays_containsAnyOf_Test.java index 341527adb6..7921ecf145 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/Arrays_containsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/Arrays_containsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/AtPrecisionComparator.java b/assertj-core/src/test/java/org/assertj/core/internal/AtPrecisionComparator.java index 2f1e6d11e4..f82524f54b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/AtPrecisionComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/AtPrecisionComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/BaseArraysTest.java b/assertj-core/src/test/java/org/assertj/core/internal/BaseArraysTest.java index 99ee42df8a..a65c57c964 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/BaseArraysTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/BaseArraysTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/BigDecimalsBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/BigDecimalsBaseTest.java index 75eabb1b9a..0432057311 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/BigDecimalsBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/BigDecimalsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/BigIntegersBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/BigIntegersBaseTest.java index 1141add4ff..f83919e678 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/BigIntegersBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/BigIntegersBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/Boolean2DArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/Boolean2DArraysBaseTest.java index 343d108965..ec39b3582e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/Boolean2DArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/Boolean2DArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/BooleanArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/BooleanArraysBaseTest.java index 16c61522bb..1268301f68 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/BooleanArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/BooleanArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/Byte2DArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/Byte2DArraysBaseTest.java index cec62bde5d..f832e697d0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/Byte2DArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/Byte2DArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ByteArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/ByteArraysBaseTest.java index 15b87e3988..2a773d167d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ByteArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ByteArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/BytesBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/BytesBaseTest.java index f40b0e9f2b..a8b2fd9cfa 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/BytesBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/BytesBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/Char2DArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/Char2DArraysBaseTest.java index c8ee4180c2..964d35ab1d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/Char2DArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/Char2DArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/CharArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/CharArraysBaseTest.java index b2fb43ad05..7c13e04bdc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/CharArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/CharArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/CharactersBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/CharactersBaseTest.java index 8fc00433d4..73b254e645 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/CharactersBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/CharactersBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ChronoLocalDateTimeComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/internal/ChronoLocalDateTimeComparatorTest.java index bc548f5bb0..982b98ffe3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ChronoLocalDateTimeComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ChronoLocalDateTimeComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ChronoZonedDateTimeByInstantComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/internal/ChronoZonedDateTimeByInstantComparatorTest.java index e9d892dced..b38585447c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ChronoZonedDateTimeByInstantComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ChronoZonedDateTimeByInstantComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparablesBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparablesBaseTest.java index 1a0ae92776..dc6548d6cc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparablesBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparablesBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_areEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_areEqual_Test.java index 9c5e175f88..1db8be41a7 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_areEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_areEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_arrayContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_arrayContains_Test.java index 03009f3bc3..df82ce3c44 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_arrayContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_arrayContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_duplicatesFrom_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_duplicatesFrom_Test.java index 8574d29130..8e8c36e9ee 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_duplicatesFrom_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_duplicatesFrom_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isGreaterThanOrEqualTo_Test.java index dc0afae2ca..4efedd44f3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isGreaterThan_Test.java index b2b9266013..a3a9aedffa 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isLessThanOrEqualTo_Test.java index dfb3525eab..aff8035fe4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isLessThan_Test.java index 878f976969..525f67ed38 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_isLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_iterableContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_iterableContains_Test.java index d9652b0c64..0c35653f25 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_iterableContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_iterableContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_iterableRemove_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_iterableRemove_Test.java index f9951b8fbf..430ef9fb61 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_iterableRemove_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_iterableRemove_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringContains_Test.java index 2aa2695dc9..3ad02b63f1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringEndsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringEndsWith_Test.java index 5ee43005be..03deda8087 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringEndsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringStartsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringStartsWith_Test.java index 736864d79b..a7ff8b03aa 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringStartsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_stringStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_toString_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_toString_Test.java index da0767bd26..6d84d309db 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_toString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ComparatorBasedComparisonStrategy_toString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ConditionsBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/ConditionsBaseTest.java index e3ca571d55..83d76ac8b0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ConditionsBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ConditionsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ConfigurableRecursiveFieldByFieldComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/ConfigurableRecursiveFieldByFieldComparator_Test.java index 06170faa62..f7579abf4b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ConfigurableRecursiveFieldByFieldComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ConfigurableRecursiveFieldByFieldComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/DatesBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/DatesBaseTest.java index 92d0983975..a176f0d4ef 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/DatesBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/DatesBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/DeepDifference_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/DeepDifference_Test.java index 4ef54af77f..99e72fce77 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/DeepDifference_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/DeepDifference_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/Double2DArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/Double2DArraysBaseTest.java index c4a045a203..0b5fd656ed 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/Double2DArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/Double2DArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/DoubleArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/DoubleArraysBaseTest.java index 7cf559a885..3934d946d1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/DoubleArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/DoubleArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/DoublesBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/DoublesBaseTest.java index 098c2535ae..86c2dafe4a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/DoublesBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/DoublesBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/FilesBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/FilesBaseTest.java index b70ac6a3c7..b4d0e252af 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/FilesBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/FilesBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/FilesSimpleBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/FilesSimpleBaseTest.java index c777684aa0..c70b1b24af 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/FilesSimpleBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/FilesSimpleBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/Float2DArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/Float2DArraysBaseTest.java index 442ff7abef..8ef3fc0f16 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/Float2DArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/Float2DArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/FloatArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/FloatArraysBaseTest.java index a42228d9a4..b574f32d62 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/FloatArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/FloatArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/FloatsBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/FloatsBaseTest.java index 6fbc6b6801..79998688cf 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/FloatsBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/FloatsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/Int2DArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/Int2DArraysBaseTest.java index c53cfdf0b4..5fc83ee437 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/Int2DArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/Int2DArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/IntArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/IntArraysBaseTest.java index 3b9af10c22..c2d6c550cb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/IntArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/IntArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/IntegersBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/IntegersBaseTest.java index f79789e74e..5b4b9c3355 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/IntegersBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/IntegersBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/IterableDiff_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/IterableDiff_Test.java index 797b8dff80..9ff70ae5ec 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/IterableDiff_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/IterableDiff_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/IterablesBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/IterablesBaseTest.java index 59349605ef..3232778844 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/IterablesBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/IterablesBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/IterablesWithConditionsBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/IterablesWithConditionsBaseTest.java index a8cfad1731..b511da7902 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/IterablesWithConditionsBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/IterablesWithConditionsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/IteratorsBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/IteratorsBaseTest.java index 96f0f6c133..c9946c1690 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/IteratorsBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/IteratorsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ListsBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/ListsBaseTest.java index 4d2cd1e173..d1af27814f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ListsBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ListsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/Long2DArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/Long2DArraysBaseTest.java index dcadd5fa0b..44a64eed1f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/Long2DArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/Long2DArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/LongArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/LongArraysBaseTest.java index e25db1a8be..89ce6cc31a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/LongArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/LongArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/LongsBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/LongsBaseTest.java index 877fb3e0f3..5a49432900 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/LongsBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/LongsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/MapsBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/MapsBaseTest.java index 5fa451ca8c..367562b71f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/MapsBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/MapsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/NumbersBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/NumbersBaseTest.java index 7e091a5dbd..bc139f373c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/NumbersBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/NumbersBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/Object2DArraysBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/Object2DArraysBaseTest.java index 4f99172b4c..3626eb548b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/Object2DArraysBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/Object2DArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/ObjectsBaseTest.java b/assertj-core/src/test/java/org/assertj/core/internal/ObjectsBaseTest.java index f39455d1f1..80a78bda08 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/ObjectsBaseTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/ObjectsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/OffsetDateTimeByInstantComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/internal/OffsetDateTimeByInstantComparatorTest.java index 4e3b9f1f9b..34d4d3520c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/OffsetDateTimeByInstantComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/OffsetDateTimeByInstantComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/RecursiveComparison_NonExistentFieldInContainers_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/RecursiveComparison_NonExistentFieldInContainers_Test.java index 5ae68b1541..7ca7400174 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/RecursiveComparison_NonExistentFieldInContainers_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/RecursiveComparison_NonExistentFieldInContainers_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_areEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_areEqual_Test.java index 4b95b95213..939c2acecf 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_areEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_areEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_arrayContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_arrayContains_Test.java index 66a301a797..0ae5055ea1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_arrayContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_arrayContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_duplicatesFrom_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_duplicatesFrom_Test.java index 2d11598a24..6ea63394a6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_duplicatesFrom_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_duplicatesFrom_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isGreaterThanOrEqualTo_Test.java index 62a77d407e..528044eca0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isGreaterThan_Test.java index b14e32cd8f..646a33d7d3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isLessThanOrEqualTo_Test.java index b266031a6d..6269efe1f6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isLessThan_Test.java index b9f46e6ed5..ca90a5f195 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_isLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_iterableContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_iterableContains_Test.java index 8e9e51f9c3..275d9e8e31 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_iterableContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_iterableContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_iterableRemove_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_iterableRemove_Test.java index 66e580a2f6..b878a66895 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_iterableRemove_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_iterableRemove_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringContains_Test.java index d42b0f3129..28ed38c669 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringEndsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringEndsWith_Test.java index af294a3843..279b70631e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringEndsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringStartsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringStartsWith_Test.java index a1babb40ab..7e24d5e322 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringStartsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/StandardComparisonStrategy_stringStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/TestDescription.java b/assertj-core/src/test/java/org/assertj/core/internal/TestDescription.java index f496cf128b..4a4b183940 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/TestDescription.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/TestDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/TypeComparators_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/TypeComparators_Test.java index af8fcaa527..97ae0687e0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/TypeComparators_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/TypeComparators_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/TypeComparators_hasComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/TypeComparators_hasComparator_Test.java index 8e7625f558..603c0db3b6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/TypeComparators_hasComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/TypeComparators_hasComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/TypeMessages_registerMessage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/TypeMessages_registerMessage_Test.java index ba8b976908..ad6e6d843f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/TypeMessages_registerMessage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/TypeMessages_registerMessage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/UnambiguousRepresentation_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/UnambiguousRepresentation_Test.java index a1cb5af046..1a06d3b8e7 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/UnambiguousRepresentation_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/UnambiguousRepresentation_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimalAssert_scale_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimalAssert_scale_Test.java index e3e3cc9dc5..436caea8b6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimalAssert_scale_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimalAssert_scale_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertEqualByComparison_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertEqualByComparison_Test.java index 92645a9fde..76e8fb1f3b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertEqualByComparison_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertEqualByComparison_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertEqual_Test.java index 15ed0237e8..5e15a0727a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertGreaterThanOrEqualTo_Test.java index f924f1cfce..ba61e4fb2c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertGreaterThan_Test.java index 091867eb27..c461a0f45c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertHasScale_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertHasScale_Test.java index 78d7f78999..4a4f074ff0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertHasScale_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertHasScale_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsBetween_Test.java index 6e1f10dd9a..ea815ac179 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsCloseToPercentage_Test.java index 1da748988e..c91944700d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsCloseTo_Test.java index db4d83b3a4..37a58f2a5c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNegative_Test.java index 83f4eb73b2..cec51b4b83 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotCloseToPercentage_Test.java index e7767803fb..7c12f9424f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotCloseTo_Test.java index 02b58bce23..70e96c5208 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotNegative_Test.java index 1fab9b8e95..4c2871fca6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotPositive_Test.java index 954eb6368f..ae20c3afcd 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotZero_Test.java index ce6d6a32d5..b81ce781c4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsNotZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsOne_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsOne_Test.java index 1453349eed..038f2c8536 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsOne_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsPositive_Test.java index 19ba2a6dc5..811ea1c488 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsStrictlyBetween_Test.java index d782252ffb..245d5fef15 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsZero_Test.java index dc9cb95268..9febbb171c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertIsZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertLessThanOrEqualTo_Test.java index a77a65af83..9c0e5e7b4c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertLessThan_Test.java index c508eb4d09..c3089da5ce 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertNotEqualByComparison_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertNotEqualByComparison_Test.java index 9fffc9d159..f6fca49c6b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertNotEqualByComparison_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertNotEqualByComparison_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertNotEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertNotEqual_Test.java index aa88d4f729..53b249b940 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertNotEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigdecimals/BigDecimals_assertNotEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertEqualByComparison_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertEqualByComparison_Test.java index 66ce1af090..07ca572c9d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertEqualByComparison_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertEqualByComparison_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertEqual_Test.java index 2185e662e3..1c0886c793 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertGreaterThanOrEqualTo_Test.java index 2ae644a393..55d54af10a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertGreaterThan_Test.java index b3049ab99e..9612effad6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsBetween_Test.java index 8793922035..ee54622805 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsCloseToPercentage_Test.java index 2eb1bb10ac..3b9ac504c1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsCloseTo_Test.java index 1982fec501..6fd3999efa 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNegative_Test.java index 0c34385eeb..dfdd4698d9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotCloseToPercentage_Test.java index 8812ae20f1..4d4707a90d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotCloseTo_Test.java index 5b158758ca..bab8278b75 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotNegative_Test.java index ec465d20e1..87070428ad 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotPositive_Test.java index ba2a44350e..77b3c155cd 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotZero_Test.java index 8ad73998fa..3ae1d15e79 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsNotZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsOne_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsOne_Test.java index 647eb3363a..204f0a1f13 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsOne_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsPositive_Test.java index 6b07392956..9b2419574c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsStrictlyBetween_Test.java index d0fd928034..f498f10170 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsZero_Test.java index b5fd231064..17d1ea0e53 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertIsZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertLessThanOrEqualTo_Test.java index e8424dcae7..b67268bbd3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertLessThan_Test.java index e86744d81a..b4d152a18b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertNotEqualByComparison_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertNotEqualByComparison_Test.java index a04ffa728f..9585cf8a72 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertNotEqualByComparison_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertNotEqualByComparison_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertNotEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertNotEqual_Test.java index e4d2c225fe..dff62279bb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertNotEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bigintegers/BigIntegers_assertNotEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertContains_at_Index_Test.java index 9a2eeae69c..973eaf27c0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertDoesNotContain_at_Index_Test.java index 3be1e2e35a..c58c565be3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertEmpty_Test.java index 4c43be06d5..ccbc73f224 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertHasDimensions_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertHasDimensions_Test.java index 90c1d40b4e..000530ad06 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertHasDimensions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertHasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertHasSameDimensionsAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertHasSameDimensionsAs_with_Array_Test.java index ef2bb02a77..b554c54044 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertHasSameDimensionsAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertHasSameDimensionsAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNotEmpty_Test.java index 15cf841b48..a6150b2729 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNullOrEmpty_Test.java index 24d071acb7..b75e30fcc8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNumberOfRows_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNumberOfRows_Test.java index 72ada740f8..2582d48d60 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNumberOfRows_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/boolean2darrays/Boolean2DArrays_assertNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsAnyOf_Test.java index 0beddc6a48..a46a7fcebe 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsExactlyInAnyOrder_Test.java index 2c30d25079..dd56b57a75 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsExactly_Test.java index 0e7966093d..b087c11227 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsOnlyOnce_Test.java index 46e9e7afd0..2a2542a83a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsOnly_Test.java index 1af3e1bb7b..07758474c1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsSequence_Test.java index fd29a9e33b..c395a55861 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsSubsequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsSubsequence_Test.java index cb072fd78d..6cee840900 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsSubsequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContainsSubsequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContains_Test.java index ae09124c98..4b63674998 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContains_at_Index_Test.java index 6beae22436..6bc1d713d8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotContain_Test.java index 931a84da62..f0cc377e8b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotContain_at_Index_Test.java index 033fcdb8cb..812f45df46 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotHaveDuplicates_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotHaveDuplicates_Test.java index 86ff5b1cba..0b187f4902 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotHaveDuplicates_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertDoesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertEmpty_Test.java index 49b5e4a6c5..3556e33194 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertEndsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertEndsWith_Test.java index 9944184527..bdd5328675 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertEndsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSameSizeAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSameSizeAs_with_Array_Test.java index 24b9947369..c15189298a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSameSizeAs_with_Iterable_Test.java index 458bda6b83..c53e47a58f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeBetween_Test.java index 5f628a9388..465b7d78d5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeGreaterThanOrEqualTo_Test.java index 6692a1616d..77f8dfc2a8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeGreaterThan_Test.java index 94b3e1d7ae..3c68162295 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeLessThanOrEqualTo_Test.java index 7ab867b8ee..02262b3b8a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeLessThan_Test.java index f8d466d338..35c9f35ed0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSize_Test.java index 9657c64f22..a2237f6180 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertIsSortedAccordingToComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertIsSortedAccordingToComparator_Test.java index a8b0215112..38a0c8b389 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertIsSortedAccordingToComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertIsSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertIsSorted_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertIsSorted_Test.java index 5f65d7ec32..9e8852afd4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertIsSorted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertIsSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertNotEmpty_Test.java index 2f4f81511f..965949a551 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertNullOrEmpty_Test.java index 33f80bdcdb..ff58f86204 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertStartsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertStartsWith_Test.java index 9b917c5f1d..5f7bc49543 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertStartsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/booleanarrays/BooleanArrays_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertContains_at_Index_Test.java index 5f0e8a7ad2..7da5e6dafe 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertDoesNotContain_at_Index_Test.java index 870614c93e..6b49e13763 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertEmpty_Test.java index e7c2295459..d05bce04bf 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertHasDimensions_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertHasDimensions_Test.java index 022a8b3739..bb3b2943f4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertHasDimensions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertHasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertHasSameDimensionsAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertHasSameDimensionsAs_with_Array_Test.java index 8242a072f4..b45b0809ad 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertHasSameDimensionsAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertHasSameDimensionsAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNotEmpty_Test.java index b4bf12393a..e7024d0736 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNullOrEmpty_Test.java index f0646ab14c..cb8d1cb14d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNumberOfRows_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNumberOfRows_Test.java index 8368596a24..def0677d1c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNumberOfRows_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/byte2darrays/Byte2DArrays_assertNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsAnyOf_Test.java index 13482391d9..901ae2f5f9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactlyInAnyOrder_Test.java index fee8032196..2fb6ceb596 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactlyInAnyOrder_with_Integer_Arguments_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactlyInAnyOrder_with_Integer_Arguments_Test.java index 91c50f2641..6c99202d05 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactlyInAnyOrder_with_Integer_Arguments_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactlyInAnyOrder_with_Integer_Arguments_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactly_Test.java index 9990691470..2448822717 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactly_with_Integer_Arguments_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactly_with_Integer_Arguments_Test.java index 26182dc946..498c5c87b0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactly_with_Integer_Arguments_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsExactly_with_Integer_Arguments_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnlyOnce_Test.java index 75e65fe6d5..399cfd7778 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnlyOnce_with_Integer_Arguments_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnlyOnce_with_Integer_Arguments_Test.java index d85de6f4ed..553f8a5109 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnlyOnce_with_Integer_Arguments_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnlyOnce_with_Integer_Arguments_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnly_Test.java index 274948bb84..d01c59450d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnly_with_Integer_Arguments_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnly_with_Integer_Arguments_Test.java index 4e327d2a2e..7fd7e5019b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnly_with_Integer_Arguments_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsOnly_with_Integer_Arguments_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsSequence_Test.java index 4998d78bb1..e449324b10 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsSequence_with_Integer_Arguments_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsSequence_with_Integer_Arguments_Test.java index a23123120d..c8893b8912 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsSequence_with_Integer_Arguments_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContainsSequence_with_Integer_Arguments_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_Test.java index c242a203b5..e355dc6d3d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_at_Index_Test.java index adf21f88f6..066ba16d05 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_at_Index_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_at_Index_with_Integer_Argument_Test.java index 5d365ecb5e..2d51746568 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_at_Index_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_at_Index_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_with_Integer_Arguments_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_with_Integer_Arguments_Test.java index cd6f4b6914..ad532668d4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_with_Integer_Arguments_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertContains_with_Integer_Arguments_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_Test.java index 481c3ba461..40ac35ded0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_at_Index_Test.java index 5a2beff7f8..5e9087796d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_at_Index_with_Integer_Argument_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_at_Index_with_Integer_Argument_Test.java index e8b9da4c1a..a7f6ecd26c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_at_Index_with_Integer_Argument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_at_Index_with_Integer_Argument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_with_Integer_Arguments_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_with_Integer_Arguments_Test.java index f4362ab03b..13efc7c047 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_with_Integer_Arguments_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotContain_with_Integer_Arguments_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotHaveDuplicates_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotHaveDuplicates_Test.java index 28d289d051..bd563122a6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotHaveDuplicates_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertDoesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEmpty_Test.java index f1c0f2a040..fec1fe2e1b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEndsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEndsWith_Test.java index df0c894134..37772980c2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEndsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEndsWith_with_Integer_Arguments_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEndsWith_with_Integer_Arguments_Test.java index 13dacf6aed..e5409f2a51 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEndsWith_with_Integer_Arguments_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertEndsWith_with_Integer_Arguments_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSameSizeAs_with_Iterable_Test.java index bf43683dd8..f3fc8e1e9b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeBetween_Test.java index 19be011f37..e7da771e84 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeGreaterThanOrEqualTo_Test.java index d6c790d551..55ebab5ddb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeGreaterThan_Test.java index 6c68f1f5dc..c71d6583bc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeLessThanOrEqualTo_Test.java index 2bcd5d262d..4b7fc11c93 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeLessThan_Test.java index cd8c8b13cf..d2167269cd 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSize_Test.java index 9e0ab1a7f7..30339c5392 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertIsSortedAccordingToComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertIsSortedAccordingToComparator_Test.java index 6a9c2d82ea..dd15ccab2b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertIsSortedAccordingToComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertIsSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertIsSorted_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertIsSorted_Test.java index d499b44ce8..bc4f26df39 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertIsSorted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertIsSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertNotEmpty_Test.java index 79e2d0800c..3e1f159d2b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertNullOrEmpty_Test.java index 617a02cd11..de02968f47 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertStartsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertStartsWith_Test.java index 1437a4b281..bd6eeecddf 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertStartsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertStartsWith_with_Integer_Arguments_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertStartsWith_with_Integer_Arguments_Test.java index a1c023fd00..9ad1277f45 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertStartsWith_with_Integer_Arguments_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytearrays/ByteArrays_assertStartsWith_with_Integer_Arguments_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertEqual_Test.java index 204e86306b..4258fec457 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertGreaterThanOrEqualTo_Test.java index dc9bcf8e9a..2b4aa25d33 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertGreaterThan_Test.java index 8f9e5b9928..d76f817fe9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsBetween_Test.java index 1be004fb84..b1bf01f3b1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsCloseToPercentage_Test.java index 973c5bc870..b65419f7ef 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsCloseTo_Test.java index 78bfc16703..4453beced6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsEven_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsEven_Test.java index 2c8489584b..3334b28555 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsEven_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsEven_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNegative_Test.java index 75c4f0cec3..ba17189d11 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotCloseToPercentage_Test.java index 0c3b9b4644..6916533680 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotCloseTo_Test.java index 48438bfc3b..2f1aa07ca4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotNegative_Test.java index d5ddf4d6e3..1a19a9f7e6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotPositive_Test.java index 67adc35129..c920b9acdb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotZero_Test.java index d3494867a2..e568c277ee 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsNotZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsOdd_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsOdd_Test.java index f854c27fa8..f5fb9a7d0b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsOdd_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsOdd_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsOne_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsOne_Test.java index e171fcc3d9..05db37cead 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsOne_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsPositive_Test.java index 985c6d2631..28584682d2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsStrictlyBetween_Test.java index 43c4b22842..6780c86246 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsZero_Test.java index 208d641c3a..098e947b99 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertLessThanOrEqualTo_Test.java index dae8dd06fb..c695eac1e8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertLessThan_Test.java index 6ca775dc7b..3321b7a119 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertNotEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertNotEqual_Test.java index e3d66b3ebb..4d3269578e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertNotEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/bytes/Bytes_assertNotEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertContains_at_Index_Test.java index 837bb3e1a0..915afbf0ed 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertDoesNotContain_at_Index_Test.java index 70ad2fc9ac..40d2a3e422 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertEmpty_Test.java index 4d9bff8443..1cf13f23a2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertHasDimensions_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertHasDimensions_Test.java index 708ef74f4b..3618e47716 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertHasDimensions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertHasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertHasSameDimensionsAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertHasSameDimensionsAs_Test.java index 0a5ad55c62..bff7860d3b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertHasSameDimensionsAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertHasSameDimensionsAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNotEmpty_Test.java index c9ba8c882d..d8bad1b44e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNullOrEmpty_Test.java index 3a6a7a786d..8923761e2f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNumberOfRows_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNumberOfRows_Test.java index 27df8b6b47..ce4a7d4401 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNumberOfRows_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/char2darrays/Char2DArrays_assertNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertEqual_Test.java index 904025f317..2200b66cbe 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertGreaterThanOrEqualTo_Test.java index beaac64352..c2b11b752b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertGreaterThan_Test.java index 6818914308..1479777728 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLessThanOrEqualTo_Test.java index 6ca6ec5c32..433f4f3310 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLessThan_Test.java index 202cece2ae..978bf1dc8e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLowerCase_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLowerCase_Test.java index 97017aacb4..179a619e94 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLowerCase_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertLowerCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertNotEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertNotEqual_Test.java index 8e8d8df8e4..7e24c98297 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertNotEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertNotEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertUpperCase_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertUpperCase_Test.java index 241b4bc7b7..dd80c0eefe 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertUpperCase_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/characters/Characters_assertUpperCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsAnyOf_Test.java index 830d85f8f4..364d596026 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsExactlyInAnyOrder_Test.java index 332037f221..ef85b6ce07 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsExactly_Test.java index 4ff40e3e13..994b26f4e9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsOnlyOnce_Test.java index a58a2d6236..7df58d9a1d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsOnly_Test.java index cf61d7728c..8a7c439fc3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsSequence_Test.java index 9857e769d4..7ce68a840b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContains_Test.java index 8814d6d814..04ce51fdde 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContains_at_Index_Test.java index 198248720e..fd6e677374 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotContain_Test.java index fc084da1e1..0ecc4f8dad 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotContain_at_Index_Test.java index fb207fd70f..7f4a0b9422 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotHaveDuplicates_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotHaveDuplicates_Test.java index b6dfea3764..77c468db5b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotHaveDuplicates_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertDoesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertEmpty_Test.java index 42856d1408..e7324f3e8e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertEndsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertEndsWith_Test.java index dd6de56534..8e1545ed75 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertEndsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSameSizeAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSameSizeAs_with_Array_Test.java index 0680846d02..f819880f97 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSameSizeAs_with_Iterable_Test.java index 8db7a77c0b..ba99a2b0d4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeBetween_Test.java index 94809f70b4..f29bf3404f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeGreaterThanOrEqualTo_Test.java index a106c06233..9e768efe88 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeGreaterThan_Test.java index a23ec907d1..bdb115318d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeLessThanOrEqualTo_Test.java index 9a00eb2ce4..85408ee73b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeLessThan_Test.java index fcf3408e07..c2ef707439 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSize_Test.java index 0e5f85d548..7d4890a23e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertIsSortedAccordingToComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertIsSortedAccordingToComparator_Test.java index 78b46eb2ea..8177668d9d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertIsSortedAccordingToComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertIsSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertIsSorted_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertIsSorted_Test.java index fa685bef02..9a94a2963e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertIsSorted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertIsSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertNotEmpty_Test.java index 23a57ca55f..ec0cc60783 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertNullOrEmpty_Test.java index b30cda4f04..73730fbb73 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertStartsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertStartsWith_Test.java index a37e5b29c5..64a0867ff1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertStartsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/chararrays/CharArrays_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertEqualByComparison_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertEqualByComparison_Test.java index a98529330c..91bb437e4b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertEqualByComparison_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertEqualByComparison_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertGreaterThanOrEqualTo_Test.java index b6b9eaaae4..fd404505c8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertGreaterThan_Test.java index 9bed0d31f3..e3dd1fcfd6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertLessThanOrEqualTo_Test.java index 809dc12567..4d176bd532 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertLessThan_Test.java index 4443764e05..031706076b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertNotEqualByComparison_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertNotEqualByComparison_Test.java index ef1701b061..a9308b0e24 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertNotEqualByComparison_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_assertNotEqualByComparison_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_isBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_isBetween_Test.java index 9238149b20..d8b345fe03 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_isBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_isBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_isStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_isStrictlyBetween_Test.java index 61c1e0c2eb..b2ddea55b1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_isStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/comparables/Comparables_isStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertDoesNotHave_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertDoesNotHave_Test.java index 282b9423ba..64bffe0f51 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertDoesNotHave_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertDoesNotHave_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertHas_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertHas_Test.java index 03600be2e9..171d8a2902 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertHas_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertHas_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIsNotNull_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIsNotNull_Test.java index 2ef5e411aa..7e01f12993 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIsNotNull_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIsNotNull_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIsNot_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIsNot_Test.java index 2dd15d23fd..dd6dd0b29d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIsNot_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIsNot_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIs_Test.java index d8ef3a075e..5251209c7f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/conditions/Conditions_assertIs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasDayOfMonth_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasDayOfMonth_Test.java index 93dba50d22..d219171d73 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasDayOfMonth_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasDayOfMonth_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasDayOfWeek_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasDayOfWeek_Test.java index 0bf66d50de..29c38b3b06 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasDayOfWeek_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasDayOfWeek_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasHourOfDay_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasHourOfDay_Test.java index 37841feea0..5a75e4fe97 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasHourOfDay_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasHourOfDay_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMillisecond_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMillisecond_Test.java index e91519966b..4c84867629 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMillisecond_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMillisecond_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMinute_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMinute_Test.java index 496ea572ca..15ca1bf446 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMinute_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMinute_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMonth_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMonth_Test.java index 44e2a3ebf8..c2d1aa5f49 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMonth_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasMonth_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasSameTime_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasSameTime_Test.java index eb0da7a117..5b7fbef5dc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasSameTime_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasSameTime_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasSecond_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasSecond_Test.java index ee6db40bdf..76b2657a4e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasSecond_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasSecond_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasTime_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasTime_Test.java index a8ac52a240..831e7bc574 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasTime_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasTime_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasYear_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasYear_Test.java index e1e18e504f..9127bf543e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasYear_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertHasYear_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfterOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfterOrEqualTo_Test.java index ec7b26a24f..e59e523fb6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfterOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfterOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfterYear_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfterYear_Test.java index a5ab4eedde..27d405affe 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfterYear_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfterYear_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfter_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfter_Test.java index 397b515afe..5b12aaaf58 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfter_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsAfter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBeforeOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBeforeOrEqualTo_Test.java index 6a2e84cd55..fe44d1f109 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBeforeOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBeforeOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBeforeYear_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBeforeYear_Test.java index 5f1ccb04ec..36cd87400a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBeforeYear_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBeforeYear_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBefore_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBefore_Test.java index 8307bdf680..351d5b3dcb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBefore_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBefore_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBetween_Test.java index 35a15a7df9..e918c7406d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsCloseTo_Test.java index a197528769..3ea83cb335 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsEqualWithPrecision_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsEqualWithPrecision_Test.java index 8525343633..e883cb6d5c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsEqualWithPrecision_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsEqualWithPrecision_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameDayAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameDayAs_Test.java index 9ab8ce290d..90b5a0d9c8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameDayAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameDayAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameHourAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameHourAs_Test.java index 87233bc6d6..7236abaec3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameHourAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameHourAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameHourWindowAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameHourWindowAs_Test.java index 731f6ea7a2..03ac91f137 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameHourWindowAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameHourWindowAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMinuteAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMinuteAs_Test.java index d37088cc79..7c40434da8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMinuteAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMinuteAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMinuteWindowAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMinuteWindowAs_Test.java index 868a6ce12a..329f3ee2be 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMinuteWindowAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMinuteWindowAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMonthAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMonthAs_Test.java index 31542d161b..3b0be2a010 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMonthAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameMonthAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameSecondAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameSecondAs_Test.java index f800933229..6440413228 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameSecondAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameSecondAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameSecondWindowAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameSecondWindowAs_Test.java index ccce1dd84b..f8a5cfbce6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameSecondWindowAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameSecondWindowAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameYearAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameYearAs_Test.java index c4b05c4bdc..e4c0bbe3fc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameYearAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInSameYearAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInTheFuture_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInTheFuture_Test.java index 0b7100c4bf..ae51c1dc3a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInTheFuture_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInTheFuture_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInThePast_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInThePast_Test.java index be79a8adbe..3747da09e1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInThePast_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsInThePast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsNotBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsNotBetween_Test.java index c34abee77c..b2a8ececeb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsNotBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsNotBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsToday_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsToday_Test.java index 7161e09806..7de9eb392f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsToday_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_assertIsToday_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_hasSameTimeAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_hasSameTimeAs_Test.java index f553edf61e..f5e5ef3118 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_hasSameTimeAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/dates/Dates_hasSameTimeAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertContains_at_Index_Test.java index 235e8aa0e0..39b1e6507e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertDoesNotContain_at_Index_Test.java index 2a35cca278..64b1918cc6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertEmpty_Test.java index 60b83ff7a4..004f90fa0a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertHasDimensions_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertHasDimensions_Test.java index 5229cb040e..eea4bccdf2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertHasDimensions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertHasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertHasSameDimensionsAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertHasSameDimensionsAs_with_Array_Test.java index 3623ee4df2..8b43acc18b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertHasSameDimensionsAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertHasSameDimensionsAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNotEmpty_Test.java index 55976558e3..d48ca1ec8a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNullOrEmpty_Test.java index 789b8a2738..38f3a01466 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNumberOfRows_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNumberOfRows_Test.java index d68ce7daa7..87f27b3435 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNumberOfRows_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/double2darrays/Double2DArrays_assertNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsAnyOf_Test.java index 5b0f10f775..3f90f2907f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsExactlyInAnyOrder_Test.java index 351eb54313..ba29420895 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsExactly_Test.java index 8f79c53ded..720e168159 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsOnlyOnce_Test.java index 4bf5dc23ef..5969d1c361 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsOnly_Test.java index a41e74e510..8322896606 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsSequence_Test.java index f6b9b5a1a0..9cb90a3654 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContains_Test.java index e1062be333..7b45ba0a2d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContains_at_Index_Test.java index 0db5f4296a..8cd21bc18a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotContain_Test.java index 7417751868..2648462066 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotContain_at_Index_Test.java index 6cfa36e125..6a25dd500d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotHaveDuplicates_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotHaveDuplicates_Test.java index 207c18bc2d..f762f3fc66 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotHaveDuplicates_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertDoesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertEmpty_Test.java index b7f59047fd..ceadf59117 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertEndsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertEndsWith_Test.java index 416e73f78f..c73c96d3d4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertEndsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSameSizeAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSameSizeAs_with_Array_Test.java index 147bb13f7e..5b0404aaef 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSameSizeAs_with_Iterable_Test.java index 05e4599c8f..bf7ca160d0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeBetween_Test.java index 0e70378e69..af68a48a44 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeGreaterThanOrEqualTo_Test.java index ec729c05a1..d01078b314 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeGreaterThan_Test.java index d9702733e3..5f9cff586a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeLessThanOrEqualTo_Test.java index 100a0ebe55..bbe2d5d26f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeLessThan_Test.java index 546f964ec3..5b964884c2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSize_Test.java index ec83deee39..f4cf1bbb48 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertIsSortedAccordingToComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertIsSortedAccordingToComparator_Test.java index 0bccdb191c..5bec23bd2b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertIsSortedAccordingToComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertIsSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertIsSorted_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertIsSorted_Test.java index c57be05433..1c31f9ac48 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertIsSorted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertIsSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNotEmpty_Test.java index b914569f47..95b12bd4d5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNullOrEmpty_Test.java index 3c6447de33..79ff297e7f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertStartsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertStartsWith_Test.java index 82dc72f03c..c65009428a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertStartsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doublearrays/DoubleArrays_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_NaN_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_NaN_Test.java index 31a95688a5..e4a34ac508 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_NaN_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_NaN_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertEqual_Test.java index cbecb4e068..c3a1c65b8a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertGreaterThanOrEqualTo_Test.java index 9a5a3fd466..67d99c7262 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertGreaterThan_Test.java index f395bbd3ce..db8a356681 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsBetween_Test.java index b78994d80f..0b817219ac 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsCloseToPercentage_Test.java index 81907dcf51..75a225084c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsCloseTo_Test.java index 240119924d..b31d81bc0e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsFinite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsFinite_Test.java index aadc236822..c5a897b25a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsFinite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsFinite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsInfinite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsInfinite_Test.java index 0b8a299fa4..3315af264e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsInfinite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsInfinite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNaN_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNaN_Test.java index 24cd000935..88d9bb3f84 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNaN_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNaN_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNegative_Test.java index 44d9ae975b..6788319a84 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotCloseToPercentage_Test.java index 0c3f2f0485..fb6fb71022 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotCloseTo_Test.java index 03ecc65b91..3118af2206 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotFinite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotFinite_Test.java index c2a4de602a..72add2316d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotFinite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotFinite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotInfinite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotInfinite_Test.java index 006e33cd7a..a9d8264a17 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotInfinite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotInfinite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotNaN_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotNaN_Test.java index 67ddc59c58..0974e358cc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotNaN_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotNaN_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotNegative_Test.java index f656c27f4e..d116c2ac39 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotPositive_Test.java index 92f0b72a5b..98ef03be55 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotZero_Test.java index 5dd1bc4d03..a096e2ac42 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsNotZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsOne_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsOne_Test.java index c5b0d9ff9a..f0e7a080cb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsOne_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsPositive_Test.java index 65728155cf..232f585148 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsStrictlyBetween_Test.java index c3b2e881e0..5bca12f743 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsZero_Test.java index 73aaa878b8..b244fbda27 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertIsZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertLessThanOrEqualTo_Test.java index 5986475dd3..53a7489bf4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertLessThan_Test.java index 4827498b0f..4e1ec036c1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertNotEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertNotEqual_Test.java index bbcc98c753..97cfbcadb6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertNotEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_assertNotEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_isNanOrInfinite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_isNanOrInfinite_Test.java index 8f6a33470b..150df3ca6f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_isNanOrInfinite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/doubles/Doubles_isNanOrInfinite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/BinaryDiff_diff_File_byteArray_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/BinaryDiff_diff_File_byteArray_Test.java index ed3c7c94e9..2108f8b75d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/BinaryDiff_diff_File_byteArray_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/BinaryDiff_diff_File_byteArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Diff_diff_File_String_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Diff_diff_File_String_Test.java index 0a32c0770d..1cb1140abc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Diff_diff_File_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Diff_diff_File_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Diff_diff_File_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Diff_diff_File_Test.java index e05b7bdd0c..497e87283e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Diff_diff_File_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Diff_diff_File_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/File_assertHasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/File_assertHasSize_Test.java index ddc8a38b32..e425e70d23 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/File_assertHasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/File_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertCanRead_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertCanRead_Test.java index 3aa2302d46..ab5305918c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertCanRead_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertCanRead_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertCanWrite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertCanWrite_Test.java index 3ca3df58fe..a8f875b793 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertCanWrite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertCanWrite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertDoesNotExist_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertDoesNotExist_Test.java index 284c6e1416..e3f7693d62 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertDoesNotExist_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertDoesNotExist_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertExists_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertExists_Test.java index 4088a1c75d..d165b98613 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertExists_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertExists_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasBinaryContent_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasBinaryContent_Test.java index 48b7d74fce..ee4fe86deb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasBinaryContent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasBinaryContent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasContent_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasContent_Test.java index fec8f075f3..173ce5a504 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasContent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasContent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_AlgorithmBytes_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_AlgorithmBytes_Test.java index d5497f6077..bb309e1361 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_AlgorithmBytes_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_AlgorithmBytes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_AlgorithmString_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_AlgorithmString_Test.java index ac0b27caa3..4f5b39552b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_AlgorithmString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_AlgorithmString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_DigestBytes_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_DigestBytes_Test.java index 161413d858..a5670e7263 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_DigestBytes_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_DigestBytes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_DigestString_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_DigestString_Test.java index ca878442cd..19b6419812 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_DigestString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_DigestString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasExtension_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasExtension_Test.java index bdab2f2961..4a3fa2c955 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasExtension_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasExtension_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasName_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasName_Test.java index 4aa86c4e4c..ce0073e20b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasName_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasName_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasNoExtension_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasNoExtension_Test.java index 2f3c0f6d7f..fc5dc01234 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasNoExtension_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasNoExtension_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasNoParent_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasNoParent_Test.java index 736c476083..3264696364 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasNoParent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasNoParent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasParent_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasParent_Test.java index 39b6ad1b92..fac28ab081 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasParent_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasParent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasSameBinaryContentAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasSameBinaryContentAs_Test.java index 63836d209d..e3a92bdd0a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasSameBinaryContentAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertHasSameBinaryContentAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsAbsolute_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsAbsolute_Test.java index b609f6e86f..5a85749848 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsAbsolute_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsAbsolute_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryContaining_Predicate_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryContaining_Predicate_Test.java index 69c5e16077..95d28d3f6e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryContaining_Predicate_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryContaining_Predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryContaining_SyntaxAndPattern_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryContaining_SyntaxAndPattern_Test.java index 8f6676691d..40ff4781cc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryContaining_SyntaxAndPattern_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryContaining_SyntaxAndPattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryNotContaining_Predicate_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryNotContaining_Predicate_Test.java index 2b9c5610df..3f25254a8f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryNotContaining_Predicate_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryNotContaining_Predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryNotContaining_SyntaxAndPattern_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryNotContaining_SyntaxAndPattern_Test.java index f8c807290c..28ae221d7e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryNotContaining_SyntaxAndPattern_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryNotContaining_SyntaxAndPattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryRecursivelyContaining_Predicate_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryRecursivelyContaining_Predicate_Test.java index 0a2ac01e74..acf6e40a9a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryRecursivelyContaining_Predicate_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryRecursivelyContaining_Predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java index 181c9ca4d9..a88086ab59 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectory_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectory_Test.java index 0ab8d4ca8d..88099eb1fd 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectory_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsDirectory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsEmptyDirectory_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsEmptyDirectory_Test.java index 3a38cfee66..e2f95c306b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsEmptyDirectory_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsEmptyDirectory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsEmptyFile_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsEmptyFile_Test.java index 35aa7713a2..3438563545 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsEmptyFile_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsEmptyFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsExecutable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsExecutable_Test.java index 6970ada901..b354ab2748 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsExecutable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsExecutable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsFile_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsFile_Test.java index 19cae61a85..2de74c7db8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsFile_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsNotEmptyDirectory_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsNotEmptyDirectory_Test.java index c52ca6b671..5a684a4191 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsNotEmptyDirectory_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsNotEmptyDirectory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsNotEmptyFile_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsNotEmptyFile_Test.java index cdcd85a0ca..0cc27ee19d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsNotEmptyFile_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsNotEmptyFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsRelative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsRelative_Test.java index ddca60c29c..b2935be420 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsRelative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertIsRelative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertSameContentAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertSameContentAs_Test.java index d928a744b4..216acbe25c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertSameContentAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/files/Files_assertSameContentAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertContains_at_Index_Test.java index debe1d059b..0ebfc6bc63 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertDoesNotContain_at_Index_Test.java index 9e77df9539..8806a5d635 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertEmpty_Test.java index 5787b84961..55df18f381 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertHasDimensions_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertHasDimensions_Test.java index 8e2e274978..f894093385 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertHasDimensions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertHasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertHasSameDimensionsAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertHasSameDimensionsAs_with_Array_Test.java index ac362ca05e..cc66fc30b0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertHasSameDimensionsAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertHasSameDimensionsAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNotEmpty_Test.java index 159c5cbae6..4d2631f7c3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNullOrEmpty_Test.java index cab7224685..4557714bf2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNumberOfRows_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNumberOfRows_Test.java index a4aa43f3d9..4f1831723f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNumberOfRows_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/float2darrays/Float2DArrays_assertNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsAnyOf_Test.java index 957890a7a6..b11fab0f96 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsExactlyInAnyOrder_Test.java index b19368db45..5c6bd7f0a0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsExactly_Test.java index fb20657083..96363b536a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsOnlyOnce_Test.java index aa4f5d6b85..030f5aa219 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsOnly_Test.java index da059010ad..a55c8c7e44 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsSequence_Test.java index 088fc9ec83..9ce0c6ef1e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContains_Test.java index ef3beed910..5dc7d27da0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContains_at_Index_Test.java index 8d558f9739..a0dfc277a4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotContain_Test.java index 2b230a40bb..166b973647 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotContain_at_Index_Test.java index dcdbc12d6f..2caa5a6984 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotHaveDuplicates_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotHaveDuplicates_Test.java index e73e6dd937..d75cfe3942 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotHaveDuplicates_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertDoesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertEmpty_Test.java index b2b430359f..6ed18be8fe 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertEndsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertEndsWith_Test.java index 9bfaacf8b2..b92e20341f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertEndsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSameSizeAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSameSizeAs_with_Array_Test.java index 92982d319b..9997eaa15c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSameSizeAs_with_Iterable_Test.java index 431a828137..936813c1f0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeBetween_Test.java index 9eb63938c9..4ccc499828 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeGreaterThanOrEqualTo_Test.java index d222b59fda..b2a86e5d26 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeGreaterThan_Test.java index 4a3614f0cf..4c310aaacb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeLessThanOrEqualTo_Test.java index c48a5fc5f1..b8b7995bf7 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeLessThan_Test.java index da91fc42be..be348ca3a9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSize_Test.java index 06bb1b3c04..907ee8ffe3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertIsSortedAccordingToComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertIsSortedAccordingToComparator_Test.java index 0a90fcb970..8d7647bab9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertIsSortedAccordingToComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertIsSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertIsSorted_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertIsSorted_Test.java index 40f77b57a5..2e3898fc55 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertIsSorted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertIsSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertNotEmpty_Test.java index ddca5e2f90..3bcc18ed24 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertNullOrEmpty_Test.java index f6339ffd32..082c3dc644 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertStartsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertStartsWith_Test.java index 45733bf95d..bb1baa23f4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertStartsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floatarrays/FloatArrays_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_NaN_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_NaN_Test.java index 967cf24b66..9dbf809059 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_NaN_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_NaN_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertEqual_Test.java index 2d15758343..3e15ba9214 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertGreaterThanOrEqualTo_Test.java index 544d6ce6da..0bdc4fa6a8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertGreaterThan_Test.java index bba3121bbc..61203e3ff1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsBetween_Test.java index 4fc13d995a..ef27f58d21 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsCloseToPercentage_Test.java index ca64ffc123..1e75a39eb4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsCloseTo_Test.java index 208208b2d2..546adfcd62 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsFinite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsFinite_Test.java index 22f7a0700a..d07a87a22b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsFinite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsFinite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsInfinite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsInfinite_Test.java index b6a35f1843..8452b73558 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsInfinite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsInfinite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNaN_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNaN_Test.java index 6361d017b6..11e89d9988 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNaN_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNaN_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNegative_Test.java index b0bbc95dc5..9aa18d862d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotCloseToPercentage_Test.java index 110eb73502..47ccbbd658 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotCloseTo_Test.java index 2b3977c4d0..c305885c63 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotFinite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotFinite_Test.java index d81a741e8c..af0bc928dc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotFinite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotFinite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotInfinite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotInfinite_Test.java index b0ed5a7941..bf0ceba0f2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotInfinite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotInfinite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotNaN_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotNaN_Test.java index 781cd48a0e..96b68276de 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotNaN_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotNaN_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotNegative_Test.java index 954603f69d..be7b61e9cc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotPositive_Test.java index fb4b185aa4..93bfdeb40f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotZero_Test.java index d2563eaf97..66f3be46f8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsNotZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsOne_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsOne_Test.java index 0e2d3ad939..0cdeb57407 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsOne_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsPositive_Test.java index f4acf8d182..39120d156c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsStrictlyBetween_Test.java index ee51f4f6b4..1ef1e8b52d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsZero_Test.java index 78be4a6591..97178521f5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertIsZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertLessThanOrEqualTo_Test.java index 0797c50185..2ec34f3a89 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertLessThan_Test.java index c8227eb656..358cec4fe3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertNotEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertNotEqual_Test.java index 7ae081042d..d44b80d084 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertNotEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_assertNotEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_isNanOrInfinite_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_isNanOrInfinite_Test.java index 2505752381..c6aa19b3de 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_isNanOrInfinite_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/floats/Floats_isNanOrInfinite_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertContains_at_Index_Test.java index 1a05d93387..328b452c4b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertDoesNotContain_at_Index_Test.java index 55d07f4835..c278acac64 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertEmpty_Test.java index c31d57de4f..9339c74d75 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertHasDimensions_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertHasDimensions_Test.java index 053e2935c0..1dfbd0d997 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertHasDimensions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertHasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertHasSameDimensionsAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertHasSameDimensionsAs_Test.java index 9b955bd494..08c667519f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertHasSameDimensionsAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertHasSameDimensionsAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNotEmpty_Test.java index 4943ddff93..ec7fdbb418 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNullOrEmpty_Test.java index 0ddd20d182..39ea47cb34 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNumberOfRows_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNumberOfRows_Test.java index cbc74e52c4..55337174d4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNumberOfRows_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/int2darrays/Int2DArrays_assertNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsAnyOf_Test.java index 5f3f639b9a..fa3a690ddf 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsExactlyInAnyOrder_Test.java index d739e6f89c..6d1fb6b96b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsExactly_Test.java index a206a6e9cb..bb864bde00 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsOnlyOnce_Test.java index f04244db20..0c72e1eac5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsOnly_Test.java index b78f6514c6..695994790d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsSequence_Test.java index 40786f0329..53ddcfb01a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContains_Test.java index 601ec9d58a..675df4f97b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContains_at_Index_Test.java index f9737ad48a..0913a34386 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotContain_Test.java index 9b87d60e24..247ae250bb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotContain_at_Index_Test.java index 3ac1ca2f70..b7d6c9af88 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotHaveDuplicates_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotHaveDuplicates_Test.java index c06045ef84..60c282e48d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotHaveDuplicates_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertDoesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertEmpty_Test.java index eb6971459b..702b342872 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertEndsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertEndsWith_Test.java index d712501397..9b8d217476 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertEndsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSameSizeAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSameSizeAs_with_Array_Test.java index 015841c673..cc4d0ed191 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSameSizeAs_with_Iterable_Test.java index eedf21e6e1..4ac05601d2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeBetween_Test.java index b25355c9fe..91ad16cf22 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeGreaterThanOrEqualTo_Test.java index a35fd3f8f9..9ea0c86f10 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeGreaterThan_Test.java index ace6ed9ddc..9fa741a2d9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeLessThanOrEqualTo_Test.java index 1844521447..932bc51d66 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeLessThan_Test.java index 789d05ebea..ac85d9f4cf 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSize_Test.java index a286c28602..b143d00e28 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertIsSortedAccordingToComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertIsSortedAccordingToComparator_Test.java index 208e38b5fb..db34d19879 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertIsSortedAccordingToComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertIsSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertIsSorted_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertIsSorted_Test.java index e26d88037c..e3213c44a8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertIsSorted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertIsSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertNotEmpty_Test.java index 3767d27d2f..2ac0a5e980 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertNullOrEmpty_Test.java index dd7bf2b9e2..fafb92f3fe 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertStartsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertStartsWith_Test.java index dff0233f8b..faa0e93b7e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertStartsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/intarrays/IntArrays_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertEqual_Test.java index cfd0b3c127..96f65c8c7a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertGreaterThanOrEqualTo_Test.java index f7cca86b99..fbfdab15d7 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertGreaterThan_Test.java index 834a9f11b6..0df1a0670c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsBetween_Test.java index 7639a73a80..0ff4667b4c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsCloseToPercentage_Test.java index c2f4d1958c..8ff8203770 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsCloseTo_Test.java index 051f3b21de..4226260633 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsEven_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsEven_Test.java index 45daee816a..df94782923 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsEven_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsEven_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNegative_Test.java index c69bf1b5a9..65ba1d498a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotCloseToPercentage_Test.java index 6ee6d00a48..5b6381875f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotCloseTo_Test.java index ae6e06a9cc..28cf351b0d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotNegative_Test.java index be9e1ab918..b1502f296f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotPositive_Test.java index 69bf7a7a80..4cfe6f4705 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotZero_Test.java index 09123c5c0f..78045f2cb2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsNotZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsOdd_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsOdd_Test.java index d8536ff1e1..67b82c1da1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsOdd_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsOdd_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsOne_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsOne_Test.java index fd657f4041..c0e2419e0f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsOne_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsPositive_Test.java index 5517e8cdde..e729b2f9d6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsStrictlyBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsStrictlyBetween_Test.java index e66e4c6753..75a1bbdb9c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsStrictlyBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsZero_Test.java index 15cff8fbac..2cff24fc39 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertIsZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertLessThanOrEqualTo_Test.java index d4f936c454..4d7932eb9b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertLessThan_Test.java index a2f2e9f080..9c15e00e5a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertNotEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertNotEqual_Test.java index 98ae1f2bdf..a7e04ea92e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertNotEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/integers/Integers_assertNotEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAllMatch_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAllMatch_Test.java index 97ea4cc9f2..7656a29e00 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAllMatch_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAllMatch_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAllSatisfy_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAllSatisfy_Test.java index 64b8fcd9ee..75fafe9f37 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAllSatisfy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAllSatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAnyMatch_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAnyMatch_Test.java index 5f1f41d003..bf4567b7e9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAnyMatch_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAnyMatch_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAnySatisfy_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAnySatisfy_Test.java index 6f2158389b..15ea1f66f9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAnySatisfy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAnySatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreAtLeast_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreAtLeast_Test.java index 1f3ad6a948..63bf073845 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreAtLeast_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreAtLeast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreAtMost_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreAtMost_Test.java index 047e09bda0..da1de7e8b1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreAtMost_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreAtMost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreExactly_Test.java index 82e8798afa..3d88ca4b4c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreNot_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreNot_Test.java index b608685898..aa2d339ff1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreNot_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAreNot_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAre_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAre_Test.java index 7e2503039c..10a585b7c8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAre_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertAre_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsAll_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsAll_Test.java index 994f370bea..3b617bedc7 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsAll_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsAll_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsAnyOf_Test.java index 32d7524136..d9f846f3e8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsExactlyInAnyOrder_Test.java index 506a87e516..4d4b25ab41 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsExactly_Test.java index 7b6a27f676..688aee988e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsNull_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsNull_Test.java index 5cc850ffdd..dc49373613 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsNull_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsNull_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnlyNulls_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnlyNulls_Test.java index 6e9a5743ab..c178ebedcc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnlyNulls_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnlyNulls_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnlyOnce_Test.java index 22864547c1..d8b79e3538 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnly_Test.java index d7ef598039..9ce1332ae5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsSequence_Test.java index f7ff6d6dff..51f1b241af 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsSubsequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsSubsequence_Test.java index a89cfcfcee..b0dbc0e4df 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsSubsequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContainsSubsequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContains_Test.java index e62a17b9d1..806b126736 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoNotHave_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoNotHave_Test.java index f54cdd2f2b..a31c33ceaf 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoNotHave_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoNotHave_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainAnyElementsOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainAnyElementsOf_Test.java index 2eca7a4083..48a616d28b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainAnyElementsOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainAnyElementsOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainNull_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainNull_Test.java index 9e4a716dbb..1cb497e082 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainNull_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainNull_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainSequence_Test.java index e4962380fb..ff430d53be 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainSubsequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainSubsequence_Test.java index 91f18d5c9c..3bfa752f95 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainSubsequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContainSubsequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContain_Test.java index 18ed36c913..87c6842697 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotHaveDuplicates_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotHaveDuplicates_Test.java index b367685ee7..1b78aafbff 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotHaveDuplicates_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertDoesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEmpty_Test.java index 2b6b747c53..8037342bdf 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEndsWithFirstAndRest_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEndsWithFirstAndRest_Test.java index 82cd88578e..9919c3dfef 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEndsWithFirstAndRest_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEndsWithFirstAndRest_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEndsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEndsWith_Test.java index f1df4bac09..3cdf6ac0ab 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEndsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasOnlyOneElementSatisfying_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasOnlyOneElementSatisfying_Test.java index 8a6230d513..3e4accb391 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasOnlyOneElementSatisfying_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasOnlyOneElementSatisfying_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSameSizeAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSameSizeAs_with_Array_Test.java index 6edf26a770..ce8ed0a0e3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSameSizeAs_with_Iterable_Test.java index 1c4c141959..46cff50437 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeBetween_Test.java index 83c55c3f9d..06ae999fd2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeGreaterThanOrEqualTo_Test.java index 37007fa390..b0a34ca820 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeGreaterThan_Test.java index 7d3b7ed674..fa2812a172 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeLessThanOrEqualTo_Test.java index 01e172238c..c4e33a96d1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeLessThan_Test.java index 16a86f02a4..a0f89b3bee 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSize_Test.java index 1cc9ffbb57..2206aeb3b2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveAtLeast_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveAtLeast_Test.java index 18dc68354c..8499bf1bd1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveAtLeast_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveAtLeast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveAtMost_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveAtMost_Test.java index be3e8bfba2..1d59fd1451 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveAtMost_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveAtMost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveExactly_Test.java index c931ceb562..94d7c6e416 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHaveExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHave_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHave_Test.java index 884f844016..de243734ce 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHave_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertHave_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertIsSubsetOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertIsSubsetOf_Test.java index 70c835f99e..346a22df42 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertIsSubsetOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertIsSubsetOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNoneMatch_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNoneMatch_Test.java index 97387e38b4..730e42ba2b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNoneMatch_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNoneMatch_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNoneSatisfy_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNoneSatisfy_Test.java index b08e3a9f7c..1db3c99849 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNoneSatisfy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNoneSatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNotEmpty_Test.java index ec1b01d376..51fa59e705 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNullOrEmpty_Test.java index 903db72937..ff4328ac4e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesExactlyInAnyOrder_Test.java index dd35f33a2f..6e8ac79c6b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesExactly_Test.java index 1df91d7276..026723dc07 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesOnlyOnce_Test.java index 58acc63baa..d4ecc9ba6a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertSatisfiesOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertStartsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertStartsWith_Test.java index 89d1848e91..ccf7ae3f4e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertStartsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertZipSatisfy_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertZipSatisfy_Test.java index 8b3c886ea3..e06f5e3b0a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertZipSatisfy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/Iterables_assertZipSatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterables/SinglyIterableFactory.java b/assertj-core/src/test/java/org/assertj/core/internal/iterables/SinglyIterableFactory.java index bb00c56754..bb43b6318a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterables/SinglyIterableFactory.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterables/SinglyIterableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterators/Iterators_assertHasNext_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterators/Iterators_assertHasNext_Test.java index 57e1728e27..4d44c92bd0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterators/Iterators_assertHasNext_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterators/Iterators_assertHasNext_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/iterators/Iterators_assertIsExhausted_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/iterators/Iterators_assertIsExhausted_Test.java index e0a0a17033..ebbc105e13 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/iterators/Iterators_assertIsExhausted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/iterators/Iterators_assertIsExhausted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/lists/List_assertIs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/lists/List_assertIs_Test.java index 81be4c7bc2..ef4a48e06f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/lists/List_assertIs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/lists/List_assertIs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertContains_Test.java index f94767b749..93a95d9eea 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertDoesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertDoesNotContain_Test.java index aa5e4d24af..7f647d7aad 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertDoesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertHas_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertHas_Test.java index 47072d79c7..be86cee5f9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertHas_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertHas_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertIsSortedAccordingToComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertIsSortedAccordingToComparator_Test.java index c71f8dc80b..673ef6c00a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertIsSortedAccordingToComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertIsSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertIsSorted_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertIsSorted_Test.java index bde5bd83e4..a271e94331 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertIsSorted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_assertIsSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_satisfies_at_index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_satisfies_at_index_Test.java index 78189d014b..eeb0ede301 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_satisfies_at_index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/lists/Lists_satisfies_at_index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertContains_at_Index_Test.java index 9aaf1412cd..2a45895f33 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertDoesNotContain_at_Index_Test.java index 84a5a34782..3d198491ea 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertEmpty_Test.java index a5011f6ce7..f05435ac56 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertHasDimensions_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertHasDimensions_Test.java index 2d2212e2ec..3c6a4c85c8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertHasDimensions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertHasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertHasSameDimensionsAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertHasSameDimensionsAs_with_Array_Test.java index b032745f3f..51aebaca21 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertHasSameDimensionsAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertHasSameDimensionsAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNotEmpty_Test.java index 3f26ea4d3e..7adf0a24d0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNullOrEmpty_Test.java index 56b9634d1c..8f831346ef 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNumberOfRows_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNumberOfRows_Test.java index 471ea1e9ab..fe033c6ff9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNumberOfRows_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/long2darrays/Long2DArrays_assertNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsAnyOf_Test.java index e8c3fdc0cf..934a7e4618 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsExactlyInAnyOrder_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsExactlyInAnyOrder_Test.java index 486e70cf61..4a7d699c88 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsExactlyInAnyOrder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsExactly_Test.java index 835159d33f..65c487ff7e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsOnlyOnce_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsOnlyOnce_Test.java index 065525510b..17be07ccee 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsOnlyOnce_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsOnly_Test.java index fe66203c1e..e06eaacb52 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsSequence_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsSequence_Test.java index 5c210864ec..a5372aa545 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsSequence_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContains_Test.java index 910a568b12..f2d33e9a12 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContains_at_Index_Test.java index fc4f479a97..d88b49e435 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotContain_Test.java index 6caba659bb..e1923de69e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotContain_at_Index_Test.java index b2fc68d84c..cac4a32aa5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotHaveDuplicates_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotHaveDuplicates_Test.java index 214a3d3157..1c09f5275a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotHaveDuplicates_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertDoesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertEmpty_Test.java index 9519a6d4ba..b9d51e6cda 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertEndsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertEndsWith_Test.java index ebe65dcc03..d7b4eda447 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertEndsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSameSizeAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSameSizeAs_with_Array_Test.java index cefcf82dd4..67157cf6c1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSameSizeAs_with_Iterable_Test.java index 3c46eb0a23..f3cdfef3b6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeBetween_Test.java index 795c56a002..0946dcbec6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeGreaterThanOrEqualTo_Test.java index 0aae09f0c9..1460f47ae5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeGreaterThan_Test.java index 29e02f37d1..73347ca7bd 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeLessThanOrEqualTo_Test.java index 774c44c201..c37494bf14 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeLessThan_Test.java index 8b0ce503c9..39b4389551 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSize_Test.java index 7b96ee6dea..5117e8645b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertIsSortedAccordingToComparator_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertIsSortedAccordingToComparator_Test.java index a88083d4ce..15ddc964fb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertIsSortedAccordingToComparator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertIsSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertIsSorted_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertIsSorted_Test.java index 84bca954da..2a94b1bfe2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertIsSorted_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertIsSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertNotEmpty_Test.java index 238a1a31d2..ae806ed239 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertNullOrEmpty_Test.java index 916ccdce7a..bcc24352f6 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertStartsWith_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertStartsWith_Test.java index 3a8c0d071c..e723c7e42d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertStartsWith_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longarrays/LongArrays_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertEqual_Test.java index af70e9ff24..848f1135f1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertGreaterThanOrEqualTo_Test.java index 354b034152..4f0a31eeec 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertGreaterThan_Test.java index 107809096d..4953767114 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsCloseToPercentage_Test.java index ff04179e3b..c65140b937 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsCloseTo_Test.java index deba98c3d0..ed49a14ae5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsEven_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsEven_Test.java index 99e65a543c..fdf1e15bca 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsEven_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsEven_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNegative_Test.java index c3f4c97479..b4a15118e1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotCloseToPercentage_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotCloseToPercentage_Test.java index 7d56f97565..926ed8255b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotCloseToPercentage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotCloseTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotCloseTo_Test.java index 6c6c813361..2ce5efddcc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotCloseTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotNegative_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotNegative_Test.java index 6be40ba724..e6d0791728 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotNegative_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotPositive_Test.java index bffc4fecd7..2413281559 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotZero_Test.java index 06e8e93f58..46ecf436ac 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsNotZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsOdd_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsOdd_Test.java index 73c182d5c6..ddf2081513 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsOdd_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsOdd_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsOne_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsOne_Test.java index 9cbbfa9649..295711d201 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsOne_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsPositive_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsPositive_Test.java index 33b66f57ff..84b419ee28 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsPositive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsZero_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsZero_Test.java index b6f05af11b..c81e3a2f63 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsZero_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertIsZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertLessThanOrEqualTo_Test.java index 8887043275..63ff3b79ec 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertLessThan_Test.java index 62436048d9..35c96baefb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertNotEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertNotEqual_Test.java index 7c4e51a700..16e4a71e87 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertNotEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/longs/Longs_assertNotEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertAllSatisfyingConsumer_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertAllSatisfyingConsumer_Test.java index 8f31092cf5..727ef03ee9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertAllSatisfyingConsumer_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertAllSatisfyingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertAnySatisfyingConsumer_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertAnySatisfyingConsumer_Test.java index 399e99045e..4a9ef098a5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertAnySatisfyingConsumer_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertAnySatisfyingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsAllEntriesOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsAllEntriesOf_Test.java index 6f2f81bd78..90d95d9fd3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsAllEntriesOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsAllEntriesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsAnyOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsAnyOf_Test.java index 0e4b03c5de..7de58928d1 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsAnyOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsExactly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsExactly_Test.java index 82ee668b55..3d33351e18 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsExactly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsKey_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsKey_Test.java index eb399b5908..291fb39005 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsKey_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsKey_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsKeys_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsKeys_Test.java index fbbd8f8d2f..b5b78db8df 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsKeys_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsKeys_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsOnlyKeys_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsOnlyKeys_Test.java index 79db236a73..475a10f27c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsOnlyKeys_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsOnlyKeys_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsOnly_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsOnly_Test.java index 4f9158f773..082f95bc37 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsOnly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsValue_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsValue_Test.java index deeaef145a..fd250c0c7e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsValue_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsValues_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsValues_Test.java index ce8bbb0522..49de8b7515 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsValues_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContainsValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContains_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContains_Test.java index 05f4e8d078..2d60dbb6f5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContains_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainKey_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainKey_Test.java index d6d13f01c4..4693b5b713 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainKey_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainKey_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainKeys_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainKeys_Test.java index 6e7dc183f3..0c877839b3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainKeys_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainKeys_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainValue_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainValue_Test.java index eb1cf29765..e27ea3c753 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainValue_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContainValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContain_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContain_Test.java index f3431bf36b..d3d440e32e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContain_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertEmpty_Test.java index 12612b8363..4a19b9bf4e 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfyingCondition_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfyingCondition_Test.java index cdfe305d5b..00f5d91229 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfyingCondition_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfyingCondition_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfyingConsumer_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfyingConsumer_Test.java index be397e441f..f983ee89dd 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfyingConsumer_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfyingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_entry_condition_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_entry_condition_Test.java index 2a9700c0e6..e90ef029c4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_entry_condition_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_entry_condition_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_key_and_condition_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_key_and_condition_Test.java index 4b6fbab670..38297e06a0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_key_and_condition_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_key_and_condition_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_key_and_value_conditions_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_key_and_value_conditions_Test.java index 35dd5d785a..ca12e7a76a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_key_and_value_conditions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasEntrySatisfying_with_key_and_value_conditions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasKeySatisfying_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasKeySatisfying_Test.java index 34ccacf3ac..3e121e1b82 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasKeySatisfying_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasKeySatisfying_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Array_Test.java index 69c5267397..d16ddccc49 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Iterable_Test.java index def711cdb8..c5bbc90560 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Map_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Map_Test.java index 8989972601..0ac84c00fa 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Map_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSameSizeAs_with_Map_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeBetween_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeBetween_Test.java index c618d39bd7..291b270bf2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeBetween_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeGreaterThanOrEqualTo_Test.java index f0c60db07b..2902d76986 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeGreaterThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeGreaterThan_Test.java index 959acaaf7c..dfbf6200ea 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeGreaterThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeLessThanOrEqualTo_Test.java index 4aa1474232..eaaa1a404f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeLessThan_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeLessThan_Test.java index e74a6e7b31..740357ae83 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeLessThan_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSize_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSize_Test.java index d0b7862de8..a7f266c69a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSize_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasValueSatisfying_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasValueSatisfying_Test.java index 151fbce610..85286d39ec 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasValueSatisfying_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertHasValueSatisfying_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNoneSatisfy_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNoneSatisfy_Test.java index 3fdfaba86a..48a0e5967a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNoneSatisfy_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNoneSatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNotEmpty_Test.java index 00f1450460..b5609316bc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNullOrEmpty_Test.java index 93864952ad..27f1bc7615 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/maps/Maps_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertContains_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertContains_at_Index_Test.java index dfc3eaccb7..8badf942a3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertContains_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertDoesNotContain_at_Index_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertDoesNotContain_at_Index_Test.java index 48d5d5ebe8..199b6e7adb 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertEmpty_Test.java index 652c32417d..e3eb86fc78 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertHasDimensions_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertHasDimensions_Test.java index a2d663076c..30e53be5af 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertHasDimensions_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertHasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertHasSameDimensionsAs_with_Array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertHasSameDimensionsAs_with_Array_Test.java index 521b183673..a0862160b5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertHasSameDimensionsAs_with_Array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertHasSameDimensionsAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNotEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNotEmpty_Test.java index b115852888..a8ebcee521 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNotEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNullOrEmpty_Test.java index c8bc0bd157..5348f90330 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNumberOfRows_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNumberOfRows_Test.java index 3933edfa30..13b495b77b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNumberOfRows_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/object2darrays/Object2DArrays_assertNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveSameClassAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveSameClassAs_Test.java index 37e865633d..2b63e4591b 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveSameClassAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveSameClassAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveSameHashCodeAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveSameHashCodeAs_Test.java index ac3aed8634..6bc96405f0 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveSameHashCodeAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveSameHashCodeAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveToString_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveToString_Test.java index 6a11a5d3a2..759e35898c 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveToString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertDoesNotHaveToString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertEqual_Test.java index 0c6b6917e9..c1880248b5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasAllNullFieldsOrPropertiesExcept_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasAllNullFieldsOrPropertiesExcept_Test.java index 58338b71e7..87cafa8e7f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasAllNullFieldsOrPropertiesExcept_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasAllNullFieldsOrPropertiesExcept_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasFieldOrPropertyWithValue_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasFieldOrPropertyWithValue_Test.java index b66db8e72f..4bf86e1f31 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasFieldOrPropertyWithValue_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasFieldOrPropertyWithValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasFieldOrProperty_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasFieldOrProperty_Test.java index 4108c17592..760e96a1b8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasFieldOrProperty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasFieldOrProperty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasNoNullFieldsOrPropertiesExcept_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasNoNullFieldsOrPropertiesExcept_Test.java index 349df629a5..00ff9e44dc 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasNoNullFieldsOrPropertiesExcept_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasNoNullFieldsOrPropertiesExcept_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasOnlyFields_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasOnlyFields_Test.java index 01f956c332..724a4e42d3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasOnlyFields_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasOnlyFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasSameClassAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasSameClassAs_Test.java index d783cdc02f..81c7b643a8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasSameClassAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasSameClassAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasSameHashCodeAs_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasSameHashCodeAs_Test.java index 42b40259c0..510b7d125f 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasSameHashCodeAs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasSameHashCodeAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasToString_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasToString_Test.java index 2ba81ed877..39c7e924d8 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasToString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertHasToString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsExactlyInstanceOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsExactlyInstanceOf_Test.java index 39343a1642..b904b0778a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsExactlyInstanceOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsExactlyInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsIn_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsIn_with_Iterable_Test.java index cbce71d450..a6470ebd8d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsIn_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsIn_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsIn_with_array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsIn_with_array_Test.java index bd9d89845a..57764c30aa 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsIn_with_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsIn_with_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsInstanceOfAny_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsInstanceOfAny_Test.java index 9af7a2db49..641d981ec3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsInstanceOfAny_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsInstanceOfAny_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsInstanceOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsInstanceOf_Test.java index eaf6c2ca80..eff5d925c2 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsInstanceOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotExactlyInstanceOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotExactlyInstanceOf_Test.java index 0e89734f0b..0e3d9aed03 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotExactlyInstanceOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotExactlyInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotIn_with_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotIn_with_Iterable_Test.java index 1c65e9fcbd..bb4a069e48 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotIn_with_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotIn_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotIn_with_array_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotIn_with_array_Test.java index 7bbee11c0a..0f50d5c1bd 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotIn_with_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotIn_with_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotInstanceOfAny_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotInstanceOfAny_Test.java index 1075cc5731..84da3a1771 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotInstanceOfAny_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotInstanceOfAny_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotInstanceOf_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotInstanceOf_Test.java index 362e0ce9a7..e3c8f44b64 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotInstanceOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotOfClassIn_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotOfClassIn_Test.java index ad6bab5a5d..1c725abf15 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotOfClassIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsNotOfClassIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsOfClassIn_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsOfClassIn_Test.java index ca452581ea..3ffbdc4f04 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsOfClassIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertIsOfClassIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotEqual_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotEqual_Test.java index 0f4678ab0e..e620317177 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotEqual_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotNull_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotNull_Test.java index 2063cc675c..36f98bf491 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotNull_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotNull_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotNull_with_label_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotNull_with_label_Test.java index cc89f4ada4..c362291257 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotNull_with_label_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotNull_with_label_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotSame_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotSame_Test.java index e926e43d70..33e1fc80ba 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotSame_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNotSame_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNull_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNull_Test.java index abdc623a03..e971408577 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNull_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertNull_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertSame_Test.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertSame_Test.java index db716565e6..2caae2bbd5 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertSame_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/Objects_assertSame_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/SymmetricDateComparator.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/SymmetricDateComparator.java index 086bef965d..92070048c4 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/SymmetricDateComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/SymmetricDateComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Address.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Address.java index 6bdbe8504d..6825ba88f9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Address.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Address.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AddressDto.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AddressDto.java index 1af2e38c80..991080f356 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AddressDto.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AddressDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysDifferentAddress.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysDifferentAddress.java index 194d8d6fbb..16599c9f91 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysDifferentAddress.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysDifferentAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysDifferentPerson.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysDifferentPerson.java index 93d49860b6..1882aa6e42 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysDifferentPerson.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysDifferentPerson.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysEqualAddress.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysEqualAddress.java index 5a06f7da35..d3bc50f96a 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysEqualAddress.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysEqualAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysEqualPerson.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysEqualPerson.java index 8f513e0a1a..b7de4ac1f9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysEqualPerson.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/AlwaysEqualPerson.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/FriendlyPerson.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/FriendlyPerson.java index f098f365a7..3f153251a9 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/FriendlyPerson.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/FriendlyPerson.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Giant.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Giant.java index 34652c68cc..5c54f67208 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Giant.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Giant.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Home.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Home.java index 276923809d..355b356c90 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Home.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Home.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/HomeDto.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/HomeDto.java index c7ddb56ce7..ed05ed6c6d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/HomeDto.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/HomeDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Human.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Human.java index 757370abd4..191e841407 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Human.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Human.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Person.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Person.java index 2fe64f878d..e3afb8288d 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Person.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/PersonDto.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/PersonDto.java index e7d32ac38d..617e87ff14 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/PersonDto.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/PersonDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/PersonDtoWithPersonNeighbour.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/PersonDtoWithPersonNeighbour.java index a344c56dd0..fc6a324075 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/data/PersonDtoWithPersonNeighbour.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/data/PersonDtoWithPersonNeighbour.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/pkg1/Foo.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/pkg1/Foo.java index 197ffc130c..20bb4d2c90 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/pkg1/Foo.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/pkg1/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/internal/objects/pkg2/Foo.java b/assertj-core/src/test/java/org/assertj/core/internal/objects/pkg2/Foo.java index 6076c9bb7a..018e404ef3 100644 --- a/assertj-core/src/test/java/org/assertj/core/internal/objects/pkg2/Foo.java +++ b/assertj-core/src/test/java/org/assertj/core/internal/objects/pkg2/Foo.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/presentation/BoundedQueue_Test.java b/assertj-core/src/test/java/org/assertj/core/presentation/BoundedQueue_Test.java index cccae0f7da..63070477d1 100644 --- a/assertj-core/src/test/java/org/assertj/core/presentation/BoundedQueue_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/presentation/BoundedQueue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/presentation/HeadTailAccumulator_Test.java b/assertj-core/src/test/java/org/assertj/core/presentation/HeadTailAccumulator_Test.java index 48b32051c5..fb75ad5e7f 100644 --- a/assertj-core/src/test/java/org/assertj/core/presentation/HeadTailAccumulator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/presentation/HeadTailAccumulator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/presentation/NumberGrouping_Test.java b/assertj-core/src/test/java/org/assertj/core/presentation/NumberGrouping_Test.java index e9e9f56ef6..0561905fcd 100644 --- a/assertj-core/src/test/java/org/assertj/core/presentation/NumberGrouping_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/presentation/NumberGrouping_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/presentation/PrimitiveArrayList_Test.java b/assertj-core/src/test/java/org/assertj/core/presentation/PrimitiveArrayList_Test.java index 728c206d86..cba3dfac4b 100644 --- a/assertj-core/src/test/java/org/assertj/core/presentation/PrimitiveArrayList_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/presentation/PrimitiveArrayList_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/presentation/RotatingQueue_Test.java b/assertj-core/src/test/java/org/assertj/core/presentation/RotatingQueue_Test.java index 4200711519..d67a5df039 100644 --- a/assertj-core/src/test/java/org/assertj/core/presentation/RotatingQueue_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/presentation/RotatingQueue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/presentation/TransformingList_Test.java b/assertj-core/src/test/java/org/assertj/core/presentation/TransformingList_Test.java index cb2a104744..2779192e4d 100644 --- a/assertj-core/src/test/java/org/assertj/core/presentation/TransformingList_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/presentation/TransformingList_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/AbsValueComparator.java b/assertj-core/src/test/java/org/assertj/core/testkit/AbsValueComparator.java index ccd3e5a72d..984fc00035 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/AbsValueComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/AbsValueComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/AlwaysDifferentComparator.java b/assertj-core/src/test/java/org/assertj/core/testkit/AlwaysDifferentComparator.java index ea2699ad0d..86046f59e7 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/AlwaysDifferentComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/AlwaysDifferentComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/AlwaysEqualComparator.java b/assertj-core/src/test/java/org/assertj/core/testkit/AlwaysEqualComparator.java index a4fa35f8c3..d55259d78d 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/AlwaysEqualComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/AlwaysEqualComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/Animal.java b/assertj-core/src/test/java/org/assertj/core/testkit/Animal.java index 74e08afee5..ea578ffa92 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/Animal.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/Animal.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/AssertionErrorExpectedException.java b/assertj-core/src/test/java/org/assertj/core/testkit/AssertionErrorExpectedException.java index a374736084..3af7dcf65d 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/AssertionErrorExpectedException.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/AssertionErrorExpectedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/BiPredicates.java b/assertj-core/src/test/java/org/assertj/core/testkit/BiPredicates.java index c2c3170834..cc3267d765 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/BiPredicates.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/BiPredicates.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/BooleanArrays.java b/assertj-core/src/test/java/org/assertj/core/testkit/BooleanArrays.java index dcdc60bab7..d1fb109ec8 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/BooleanArrays.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/BooleanArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/ByteArrays.java b/assertj-core/src/test/java/org/assertj/core/testkit/ByteArrays.java index 627d5528e9..1893cd6178 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/ByteArrays.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/ByteArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/CartoonCharacter.java b/assertj-core/src/test/java/org/assertj/core/testkit/CartoonCharacter.java index f90828ed90..0b6b933d8f 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/CartoonCharacter.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/CartoonCharacter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharSequenceComparator.java b/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharSequenceComparator.java index 161bbfe912..a3071c2677 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharSequenceComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharSequenceComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharacterComparator.java b/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharacterComparator.java index f51c2751a7..8560c093a2 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharacterComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharacterComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharacterComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharacterComparatorTest.java index fd36a1659a..7906f29488 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharacterComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveCharacterComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveStringComparator.java b/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveStringComparator.java index d6e9a36d6b..6abff7f123 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveStringComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveStringComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveStringComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveStringComparatorTest.java index 9c9920fa57..c09f2e5dfa 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveStringComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/CaseInsensitiveStringComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/CharArrays.java b/assertj-core/src/test/java/org/assertj/core/testkit/CharArrays.java index eafecec4b2..653c1ef181 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/CharArrays.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/CharArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/ClasspathResources.java b/assertj-core/src/test/java/org/assertj/core/testkit/ClasspathResources.java index bf1e8f24fd..40c16d3ab7 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/ClasspathResources.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/ClasspathResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/ConfigurationForTests.java b/assertj-core/src/test/java/org/assertj/core/testkit/ConfigurationForTests.java index be895337a6..6eb2c59e20 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/ConfigurationForTests.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/ConfigurationForTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/DoubleArrays.java b/assertj-core/src/test/java/org/assertj/core/testkit/DoubleArrays.java index c901f1978d..ceaff5ac03 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/DoubleArrays.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/DoubleArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/Employee.java b/assertj-core/src/test/java/org/assertj/core/testkit/Employee.java index 0994b6887c..c1a56cd910 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/Employee.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/Employee.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/EqualsHashCodeContractAssert.java b/assertj-core/src/test/java/org/assertj/core/testkit/EqualsHashCodeContractAssert.java index ec5dd35ec7..a597971bb6 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/EqualsHashCodeContractAssert.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/EqualsHashCodeContractAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/EqualsHashCodeContractTestCase.java b/assertj-core/src/test/java/org/assertj/core/testkit/EqualsHashCodeContractTestCase.java index 741373e2dc..d0c70b721e 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/EqualsHashCodeContractTestCase.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/EqualsHashCodeContractTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/ErrorMessagesForTest.java b/assertj-core/src/test/java/org/assertj/core/testkit/ErrorMessagesForTest.java index bd0640f784..0694078938 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/ErrorMessagesForTest.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/ErrorMessagesForTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/FieldTestUtils.java b/assertj-core/src/test/java/org/assertj/core/testkit/FieldTestUtils.java index 6cbedbbabc..3faa7fd682 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/FieldTestUtils.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/FieldTestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/FloatArrays.java b/assertj-core/src/test/java/org/assertj/core/testkit/FloatArrays.java index 80a0b812a3..a8c553228f 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/FloatArrays.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/FloatArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/FluentJedi.java b/assertj-core/src/test/java/org/assertj/core/testkit/FluentJedi.java index b6f05bc06d..2aecddce94 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/FluentJedi.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/FluentJedi.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/IllegalVehicleAssert.java b/assertj-core/src/test/java/org/assertj/core/testkit/IllegalVehicleAssert.java index fb367db67b..43c653961b 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/IllegalVehicleAssert.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/IllegalVehicleAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/IntArrays.java b/assertj-core/src/test/java/org/assertj/core/testkit/IntArrays.java index b61d71ab4a..d7e1f729f6 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/IntArrays.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/IntArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/Jedi.java b/assertj-core/src/test/java/org/assertj/core/testkit/Jedi.java index c83a57f07c..428e4702e5 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/Jedi.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/Jedi.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/LongArrays.java b/assertj-core/src/test/java/org/assertj/core/testkit/LongArrays.java index ad97843fa2..50892b5ded 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/LongArrays.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/LongArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/Maps.java b/assertj-core/src/test/java/org/assertj/core/testkit/Maps.java index ff5d999cdb..8d58dbf2c7 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/Maps.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/Maps.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/MutatesGlobalConfiguration.java b/assertj-core/src/test/java/org/assertj/core/testkit/MutatesGlobalConfiguration.java index 7c703a4dde..a2310e67ac 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/MutatesGlobalConfiguration.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/MutatesGlobalConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/Name.java b/assertj-core/src/test/java/org/assertj/core/testkit/Name.java index 51c03545cd..a61485903b 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/Name.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/Name.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/NeverEqualComparator.java b/assertj-core/src/test/java/org/assertj/core/testkit/NeverEqualComparator.java index 14ced526d4..35473efccb 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/NeverEqualComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/NeverEqualComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/ObjectArrays.java b/assertj-core/src/test/java/org/assertj/core/testkit/ObjectArrays.java index 2f3f463dd3..3b0100fc1c 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/ObjectArrays.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/ObjectArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/Patient.java b/assertj-core/src/test/java/org/assertj/core/testkit/Patient.java index e798f38568..0ec8166145 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/Patient.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/Patient.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/Person.java b/assertj-core/src/test/java/org/assertj/core/testkit/Person.java index fef52a73fb..8f387c5f60 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/Person.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/PersonCaseInsensitiveNameComparator.java b/assertj-core/src/test/java/org/assertj/core/testkit/PersonCaseInsensitiveNameComparator.java index 383a52cc9c..84def0356c 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/PersonCaseInsensitiveNameComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/PersonCaseInsensitiveNameComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/Player.java b/assertj-core/src/test/java/org/assertj/core/testkit/Player.java index cef21febbb..79e63dc19c 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/Player.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/Player.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/PotentialMvpCondition.java b/assertj-core/src/test/java/org/assertj/core/testkit/PotentialMvpCondition.java index cb88aa55a7..d4e759f526 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/PotentialMvpCondition.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/PotentialMvpCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/ShortArrays.java b/assertj-core/src/test/java/org/assertj/core/testkit/ShortArrays.java index f08ebc7ba4..da0c88d1e9 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/ShortArrays.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/ShortArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/StringSpliterator.java b/assertj-core/src/test/java/org/assertj/core/testkit/StringSpliterator.java index 8738f33029..ee6b848f12 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/StringSpliterator.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/StringSpliterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/StringStream.java b/assertj-core/src/test/java/org/assertj/core/testkit/StringStream.java index b881bd30ac..bbbec1340b 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/StringStream.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/StringStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/TestClassWithRandomId.java b/assertj-core/src/test/java/org/assertj/core/testkit/TestClassWithRandomId.java index 927ee85d46..7da8801455 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/TestClassWithRandomId.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/TestClassWithRandomId.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/TestData.java b/assertj-core/src/test/java/org/assertj/core/testkit/TestData.java index b7c59eebe4..a27d99dc15 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/TestData.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/TestData.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/ThrowingCallableFactory.java b/assertj-core/src/test/java/org/assertj/core/testkit/ThrowingCallableFactory.java index aa5423c259..7d39caa45f 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/ThrowingCallableFactory.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/ThrowingCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacter.java b/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacter.java index 6655a91a92..e7c10629d0 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacter.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacterAssert.java b/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacterAssert.java index 1e18ecb4c6..bd62b07fa2 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacterAssert.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacterAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacterAssertFactory.java b/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacterAssertFactory.java index 133a69f49d..bb812ddd3d 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacterAssertFactory.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/TolkienCharacterAssertFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/TypeCanonizer.java b/assertj-core/src/test/java/org/assertj/core/testkit/TypeCanonizer.java index 3eb7ee79ae..f5e06f8618 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/TypeCanonizer.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/TypeCanonizer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/TypeCanonizerTest.java b/assertj-core/src/test/java/org/assertj/core/testkit/TypeCanonizerTest.java index 3e48b5d04d..dc6eb24527 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/TypeCanonizerTest.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/TypeCanonizerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/Vehicle.java b/assertj-core/src/test/java/org/assertj/core/testkit/Vehicle.java index 7f802743b5..dd369ef210 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/Vehicle.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/Vehicle.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/VehicleAssert.java b/assertj-core/src/test/java/org/assertj/core/testkit/VehicleAssert.java index 53e0dfcd3a..83dfe009f9 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/VehicleAssert.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/VehicleAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/VehicleFactory.java b/assertj-core/src/test/java/org/assertj/core/testkit/VehicleFactory.java index 1c7945cc50..5828288b26 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/VehicleFactory.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/VehicleFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/WithPlayerData.java b/assertj-core/src/test/java/org/assertj/core/testkit/WithPlayerData.java index 6df4cf89c7..9ccd26e7d4 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/WithPlayerData.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/WithPlayerData.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/junit/jupiter/DefaultDisplayNameGenerator.java b/assertj-core/src/test/java/org/assertj/core/testkit/junit/jupiter/DefaultDisplayNameGenerator.java index 584f9fd45a..83e321de12 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/junit/jupiter/DefaultDisplayNameGenerator.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/junit/jupiter/DefaultDisplayNameGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java b/assertj-core/src/test/java/org/assertj/core/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java index 886c9836d0..b9ed073cfe 100644 --- a/assertj-core/src/test/java/org/assertj/core/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_get_Test.java b/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_get_Test.java index e43358be65..9f5885c21e 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_get_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_get_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_size_Test.java b/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_size_Test.java index e44bf35e5d..dd2250b63b 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_size_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_size_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_wrap_Test.java b/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_wrap_Test.java index 16eb1e697b..f26cd89003 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_wrap_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/ArrayWrapperList_wrap_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Arrays_array_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Arrays_array_Test.java index e615aa32d8..c612aa0fc6 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Arrays_array_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Arrays_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Arrays_asList_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Arrays_asList_Test.java index d14793a36e..8d3b53c6fb 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Arrays_asList_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Arrays_asList_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Arrays_asObjectArray_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Arrays_asObjectArray_Test.java index 1dfb77eeff..c6218cf2fd 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Arrays_asObjectArray_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Arrays_asObjectArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Arrays_hasOnlyNullElements_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Arrays_hasOnlyNullElements_Test.java index 94b0be11c3..390a0252d2 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Arrays_hasOnlyNullElements_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Arrays_hasOnlyNullElements_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArrayEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArrayEmpty_Test.java index 90657c317e..3235b6d502 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArrayEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArrayEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArrayTypePrimitive_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArrayTypePrimitive_Test.java index c1ead93844..5a194043b0 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArrayTypePrimitive_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArrayTypePrimitive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArray_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArray_Test.java index 83d87c4d07..b7c1c2bf26 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArray_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Arrays_isArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Arrays_isNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Arrays_isNullOrEmpty_Test.java index c45ddd733b..fbeb873313 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Arrays_isNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Arrays_isNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Arrays_nonNullElementsIn_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Arrays_nonNullElementsIn_Test.java index 2b440fa84a..9eb37788a1 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Arrays_nonNullElementsIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Arrays_nonNullElementsIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Arrays_sizeOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Arrays_sizeOf_Test.java index 882f92229a..bdedfa2105 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Arrays_sizeOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Arrays_sizeOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/AssertionsUtil.java b/assertj-core/src/test/java/org/assertj/core/util/AssertionsUtil.java index 47c6ed9851..846d83296a 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/AssertionsUtil.java +++ b/assertj-core/src/test/java/org/assertj/core/util/AssertionsUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/BigDecimalComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/util/BigDecimalComparatorTest.java index a23c876fa8..0dd15258dd 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/BigDecimalComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/BigDecimalComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Closeables_closeQuietly_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Closeables_closeQuietly_Test.java index 5898425566..d47e827bdf 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Closeables_closeQuietly_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Closeables_closeQuietly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_dayOfMonthOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_dayOfMonthOf_Test.java index b866d2df6b..e2589020a5 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_dayOfMonthOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_dayOfMonthOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_dayOfWeekOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_dayOfWeekOf_Test.java index b36cb269a9..b2e672efe1 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_dayOfWeekOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_dayOfWeekOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_formatTimeDifference_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_formatTimeDifference_Test.java index 171efeefbf..1298b7518f 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_formatTimeDifference_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_formatTimeDifference_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_format_with_date_time_format_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_format_with_date_time_format_Test.java index 9f8efa665f..65bdd1690c 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_format_with_date_time_format_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_format_with_date_time_format_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_format_with_date_time_with_ms_format_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_format_with_date_time_with_ms_format_Test.java index 97cdec9f0a..0dff2e8263 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_format_with_date_time_with_ms_format_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_format_with_date_time_with_ms_format_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_hourOfDayOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_hourOfDayOf_Test.java index e43c849508..40e67044c7 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_hourOfDayOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_hourOfDayOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_millisecondOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_millisecondOf_Test.java index 47232c71f8..26f74c70a6 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_millisecondOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_millisecondOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_minuteOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_minuteOf_Test.java index daf35e2ff7..f3225141b8 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_minuteOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_minuteOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_monthOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_monthOf_Test.java index 2c2bde9e5a..dae91bd993 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_monthOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_monthOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_Test.java index 7f57a19528..8941cd9281 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_date_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_date_Test.java index 420b5d4ef1..e8856859d3 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_date_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_date_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_date_time_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_date_time_Test.java index 3ff76f7f2d..e642a61195 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_date_time_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_parse_date_time_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_secondOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_secondOf_Test.java index 555add3e54..4996ba7015 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_secondOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_secondOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_timeDifference_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_timeDifference_Test.java index f49acbc98d..4730de46c5 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_timeDifference_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_timeDifference_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_toCalendar_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_toCalendar_Test.java index eecddf82ca..e9e3827b48 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_toCalendar_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_toCalendar_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_truncateTime_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_truncateTime_Test.java index d137dc8e87..439864add4 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_truncateTime_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_truncateTime_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_yearOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_yearOf_Test.java index e73239969f..1134d72d47 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DateUtil_yearOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DateUtil_yearOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Doctor.java b/assertj-core/src/test/java/org/assertj/core/util/Doctor.java index 4e4779520a..fdd7222b77 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Doctor.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Doctor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/DoubleComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/util/DoubleComparatorTest.java index 43bf38cf01..a7cc98a6c9 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/DoubleComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/DoubleComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Employee.java b/assertj-core/src/test/java/org/assertj/core/util/Employee.java index a8638fdacf..63d3561d0a 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Employee.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Employee.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/FileFixture.java b/assertj-core/src/test/java/org/assertj/core/util/FileFixture.java index 137e9d56a2..bc50bc275b 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/FileFixture.java +++ b/assertj-core/src/test/java/org/assertj/core/util/FileFixture.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Files_TestCase.java b/assertj-core/src/test/java/org/assertj/core/util/Files_TestCase.java index dd714cf52b..7ad75eda3f 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Files_TestCase.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Files_TestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Files_contentOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Files_contentOf_Test.java index 8a648631a9..cdb31e8500 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Files_contentOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Files_contentOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Files_currentFolder_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Files_currentFolder_Test.java index 4b848a2b7b..a89879fa67 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Files_currentFolder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Files_currentFolder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Files_fileNamesIn_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Files_fileNamesIn_Test.java index 8239cb6b53..652f9ecc43 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Files_fileNamesIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Files_fileNamesIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Files_linesOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Files_linesOf_Test.java index d82887e7ce..101d91326f 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Files_linesOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Files_linesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Files_newFile_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Files_newFile_Test.java index f42ec7fa8e..633367834c 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Files_newFile_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Files_newFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Files_newFolder_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Files_newFolder_Test.java index bee931b74d..d0503f2e1b 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Files_newFolder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Files_newFolder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Files_newTemporaryFile_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Files_newTemporaryFile_Test.java index fab77ab492..6919fcc699 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Files_newTemporaryFile_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Files_newTemporaryFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Files_newTemporaryFolder_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Files_newTemporaryFolder_Test.java index c15e87abba..165debf348 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Files_newTemporaryFolder_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Files_newTemporaryFolder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Files_temporaryFolderPath_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Files_temporaryFolderPath_Test.java index 22c0be17e7..e2cbd3067f 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Files_temporaryFolderPath_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Files_temporaryFolderPath_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/FloatComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/util/FloatComparatorTest.java index 812e463ebe..620bd01892 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/FloatComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/FloatComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/FolderFixture.java b/assertj-core/src/test/java/org/assertj/core/util/FolderFixture.java index 9b833cc3ed..0535aa84cc 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/FolderFixture.java +++ b/assertj-core/src/test/java/org/assertj/core/util/FolderFixture.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Hexadecimals_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Hexadecimals_Test.java index 950d8c669a..e6c4e0fc67 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Hexadecimals_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Hexadecimals_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Introspection_getProperty_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Introspection_getProperty_Test.java index 188543f0f1..3563314e9b 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Introspection_getProperty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Introspection_getProperty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_isNullOrEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_isNullOrEmpty_Test.java index 9c43684fce..241f5a4b99 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_isNullOrEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_isNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_nonNullElementsIn_Test.java b/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_nonNullElementsIn_Test.java index 0ac6c998d5..89de9bc593 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_nonNullElementsIn_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_nonNullElementsIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_sizeOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_sizeOf_Test.java index fbca7b6468..4dc17bf495 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_sizeOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_sizeOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_toArray_Test.java b/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_toArray_Test.java index 28b38152eb..8a099b5c88 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_toArray_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/IterableUtil_toArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_Test.java index 8a2ba7d0da..d0c0c82fcd 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withIterable_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withIterable_Test.java index 8e1fda1f91..9f0512effe 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withIterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withIterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withIterator_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withIterator_Test.java index ea2d9db4c7..ddb615fb39 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withIterator_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withIterator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withVarArgs_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withVarArgs_Test.java index 0f288c08e4..66facfd66a 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withVarArgs_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Lists_newArrayList_withVarArgs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/NaturalOrderComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/util/NaturalOrderComparatorTest.java index 745be098e0..41997b82f2 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/NaturalOrderComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/NaturalOrderComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/NearlyEqualsTest.java b/assertj-core/src/test/java/org/assertj/core/util/NearlyEqualsTest.java index 7223859234..bc2ce72be6 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/NearlyEqualsTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/NearlyEqualsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/NullSafeComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/util/NullSafeComparatorTest.java index 23585ad14d..33b837225e 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/NullSafeComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/NullSafeComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Objects_castIfBelongsToType_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Objects_castIfBelongsToType_Test.java index 5054d9eec0..4aad31e3b6 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Objects_castIfBelongsToType_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Objects_castIfBelongsToType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Objects_hashCodeFor_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Objects_hashCodeFor_Test.java index 18ef5c8a9e..a03ffbce4a 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Objects_hashCodeFor_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Objects_hashCodeFor_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Objects_namesOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Objects_namesOf_Test.java index 1e898b958e..f4b5085cb0 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Objects_namesOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Objects_namesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/OtherStringTestComparator.java b/assertj-core/src/test/java/org/assertj/core/util/OtherStringTestComparator.java index f56cb66cda..3ad4ef7481 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/OtherStringTestComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/util/OtherStringTestComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/OtherStringTestComparatorWithAt.java b/assertj-core/src/test/java/org/assertj/core/util/OtherStringTestComparatorWithAt.java index 3a47758eb0..3266275bae 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/OtherStringTestComparatorWithAt.java +++ b/assertj-core/src/test/java/org/assertj/core/util/OtherStringTestComparatorWithAt.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/PathNaturalOrderComparatorTest.java b/assertj-core/src/test/java/org/assertj/core/util/PathNaturalOrderComparatorTest.java index 36c5cbaa06..a16fd7edd7 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/PathNaturalOrderComparatorTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/PathNaturalOrderComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Paths_linesOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Paths_linesOf_Test.java index 2d5d0c685c..f772652138 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Paths_linesOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Paths_linesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkArgument_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkArgument_Test.java index 76ec39f98a..25f0a9271f 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkArgument_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkArgument_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_GenericArray_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_GenericArray_Test.java index 39cef12088..b4f9cc745d 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_GenericArray_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_GenericArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_String_String_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_String_String_Test.java index a6092f4689..3b7de0efd5 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_String_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_String_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_String_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_String_Test.java index 6d6b817c83..9596c3eaec 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_String_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Preconditions_checkNotNullOrEmpty_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Sets_newHashSet_Iterable_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Sets_newHashSet_Iterable_Test.java index 256a652e59..15a18773c1 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Sets_newHashSet_Iterable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Sets_newHashSet_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Sets_newHashSet_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Sets_newHashSet_Test.java index 3cdacb3522..ed5a96609a 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Sets_newHashSet_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Sets_newHashSet_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Sets_newLinkedHashSet_GenericArray_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Sets_newLinkedHashSet_GenericArray_Test.java index 51159039df..d989f4618c 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Sets_newLinkedHashSet_GenericArray_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Sets_newLinkedHashSet_GenericArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Sets_newLinkedHashSet_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Sets_newLinkedHashSet_Test.java index d2f9670a94..e43cfeb050 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Sets_newLinkedHashSet_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Sets_newLinkedHashSet_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Sets_removeAll_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Sets_removeAll_Test.java index 7123778450..d7c7aa04de 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Sets_removeAll_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Sets_removeAll_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Streams_stream_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Streams_stream_Test.java index 14951f2300..5c0b73eac6 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Streams_stream_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Streams_stream_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/StringTestComparator.java b/assertj-core/src/test/java/org/assertj/core/util/StringTestComparator.java index 3d3d3c42e9..74c68f60b1 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/StringTestComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/util/StringTestComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Strings_append_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Strings_append_Test.java index 2bff2282fa..f57b41f1cd 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Strings_append_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Strings_append_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Strings_concat_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Strings_concat_Test.java index 3c6991d29e..1415d751c3 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Strings_concat_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Strings_concat_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Strings_isEmpty_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Strings_isEmpty_Test.java index 6e24f31e66..ebc302529a 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Strings_isEmpty_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Strings_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Strings_join_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Strings_join_Test.java index a418ae2b03..69cf7f79ef 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Strings_join_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Strings_join_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Strings_quoteObject_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Strings_quoteObject_Test.java index 7fec0526d7..43b5371742 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Strings_quoteObject_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Strings_quoteObject_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Strings_quoteString_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Strings_quoteString_Test.java index 92fe5da5e2..013c9cc42f 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Strings_quoteString_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Strings_quoteString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/TempFileUtil.java b/assertj-core/src/test/java/org/assertj/core/util/TempFileUtil.java index 088e901176..4d94ab9869 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/TempFileUtil.java +++ b/assertj-core/src/test/java/org/assertj/core/util/TempFileUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Throwables_appendCurrentThreadStackTraceToThrowable_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Throwables_appendCurrentThreadStackTraceToThrowable_Test.java index 3f50f53bb8..a9627d07fc 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Throwables_appendCurrentThreadStackTraceToThrowable_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Throwables_appendCurrentThreadStackTraceToThrowable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Throwables_describeErrors_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Throwables_describeErrors_Test.java index 597ad0feb6..e42aef5756 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Throwables_describeErrors_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Throwables_describeErrors_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Throwables_getRootCause_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Throwables_getRootCause_Test.java index 2e642fbbe6..96249e7f4d 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Throwables_getRootCause_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Throwables_getRootCause_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/Throwables_getStackTrace_Test.java b/assertj-core/src/test/java/org/assertj/core/util/Throwables_getStackTrace_Test.java index 3152b0497d..018ca9bace 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/Throwables_getStackTrace_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/Throwables_getStackTrace_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/ThrowingConsumerFactory.java b/assertj-core/src/test/java/org/assertj/core/util/ThrowingConsumerFactory.java index eb5b267d5a..c2fd1cb983 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/ThrowingConsumerFactory.java +++ b/assertj-core/src/test/java/org/assertj/core/util/ThrowingConsumerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/URLs_contentOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/URLs_contentOf_Test.java index feb91fc2b9..6f3c596a85 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/URLs_contentOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/URLs_contentOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/URLs_linesOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/URLs_linesOf_Test.java index 2dffcb239a..1bac7656c8 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/URLs_linesOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/URLs_linesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/YearAndMonthComparator.java b/assertj-core/src/test/java/org/assertj/core/util/YearAndMonthComparator.java index 836c8324a3..101569d2d8 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/YearAndMonthComparator.java +++ b/assertj-core/src/test/java/org/assertj/core/util/YearAndMonthComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/diff/ChangeDeltaTest.java b/assertj-core/src/test/java/org/assertj/core/util/diff/ChangeDeltaTest.java index b9fbd14565..2f764e0851 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/diff/ChangeDeltaTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/diff/ChangeDeltaTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/diff/ChunkTest.java b/assertj-core/src/test/java/org/assertj/core/util/diff/ChunkTest.java index d890c5d22b..c243ef9b66 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/diff/ChunkTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/diff/ChunkTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/diff/DeleteDeltaTest.java b/assertj-core/src/test/java/org/assertj/core/util/diff/DeleteDeltaTest.java index 41e138855c..af0e2ddb33 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/diff/DeleteDeltaTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/diff/DeleteDeltaTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/diff/Delta_equals_hashCode_Test.java b/assertj-core/src/test/java/org/assertj/core/util/diff/Delta_equals_hashCode_Test.java index 49f73c132c..8c076a438b 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/diff/Delta_equals_hashCode_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/diff/Delta_equals_hashCode_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/diff/DiffTest.java b/assertj-core/src/test/java/org/assertj/core/util/diff/DiffTest.java index b4a22b5208..dbb603ae95 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/diff/DiffTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/diff/DiffTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/diff/GenerateUnifiedDiffTest.java b/assertj-core/src/test/java/org/assertj/core/util/diff/GenerateUnifiedDiffTest.java index 2034c8c228..d638ea20d6 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/diff/GenerateUnifiedDiffTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/diff/GenerateUnifiedDiffTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/diff/InsertDeltaTest.java b/assertj-core/src/test/java/org/assertj/core/util/diff/InsertDeltaTest.java index da12275f10..301692618d 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/diff/InsertDeltaTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/diff/InsertDeltaTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/diff/PatchTest.java b/assertj-core/src/test/java/org/assertj/core/util/diff/PatchTest.java index 284eb99ea8..23245594a2 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/diff/PatchTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/diff/PatchTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/diff/myers/SnakeTest.java b/assertj-core/src/test/java/org/assertj/core/util/diff/myers/SnakeTest.java index 8ed5698199..aecce29668 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/diff/myers/SnakeTest.java +++ b/assertj-core/src/test/java/org/assertj/core/util/diff/myers/SnakeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/CaseFormatUtils_toCamelCase_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/CaseFormatUtils_toCamelCase_Test.java index 89c24369f4..e6c6560db3 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/CaseFormatUtils_toCamelCase_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/CaseFormatUtils_toCamelCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_haveSameClassNameInDifferentPackages_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_haveSameClassNameInDifferentPackages_Test.java index 578577a87a..c98caefdc6 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_haveSameClassNameInDifferentPackages_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_haveSameClassNameInDifferentPackages_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isInJavaLangPackage_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isInJavaLangPackage_Test.java index b746d2cc83..543848d61b 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isInJavaLangPackage_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isInJavaLangPackage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isOptionalOrPrimitiveOptional_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isOptionalOrPrimitiveOptional_Test.java index 32cee54889..ab82e45326 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isOptionalOrPrimitiveOptional_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isOptionalOrPrimitiveOptional_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isPrimitiveOrWrapper_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isPrimitiveOrWrapper_Test.java index 6bac1c9819..a2bec418fb 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isPrimitiveOrWrapper_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/ClassUtils_isPrimitiveOrWrapper_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/FieldSupport_fieldValues_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/FieldSupport_fieldValues_Test.java index a149b585bf..f765e22948 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/FieldSupport_fieldValues_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/FieldSupport_fieldValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/FieldSupport_isAllowedToReadField_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/FieldSupport_isAllowedToReadField_Test.java index 61d1b5b33e..46461b5db8 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/FieldSupport_isAllowedToReadField_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/FieldSupport_isAllowedToReadField_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/MethodSupport_methodResultFor_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/MethodSupport_methodResultFor_Test.java index 49e62240cf..7c59755213 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/MethodSupport_methodResultFor_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/MethodSupport_methodResultFor_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertyOrFieldSupport_getSimpleValue_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertyOrFieldSupport_getSimpleValue_Test.java index 6c6534af4c..353159826e 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertyOrFieldSupport_getSimpleValue_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertyOrFieldSupport_getSimpleValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertyOrFieldSupport_getValueOf_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertyOrFieldSupport_getValueOf_Test.java index abaf0c7b30..57bd13c749 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertyOrFieldSupport_getValueOf_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertyOrFieldSupport_getValueOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertySupport_propertyValues_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertySupport_propertyValues_Test.java index 78815abeed..a83ce6a437 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertySupport_propertyValues_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertySupport_propertyValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertySupport_publicGetterExistsFor_Test.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertySupport_publicGetterExistsFor_Test.java index 3ae45bcef1..e29181a76d 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertySupport_publicGetterExistsFor_Test.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/PropertySupport_publicGetterExistsFor_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/introspection/beans/SuperHero.java b/assertj-core/src/test/java/org/assertj/core/util/introspection/beans/SuperHero.java index e15dd8eca3..a00d96cf0d 100644 --- a/assertj-core/src/test/java/org/assertj/core/util/introspection/beans/SuperHero.java +++ b/assertj-core/src/test/java/org/assertj/core/util/introspection/beans/SuperHero.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/assertj/core/util/xml/XmlStringPrettyFormatter_prettyFormat_Test.java b/assertj-core/src/test/java/org/assertj/core/util/xml/XmlStringPrettyFormatter_prettyFormat_Test.java deleted file mode 100644 index b689a48182..0000000000 --- a/assertj-core/src/test/java/org/assertj/core/util/xml/XmlStringPrettyFormatter_prettyFormat_Test.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * Copyright 2012-2025 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.assertj.core.util.xml; - -import static java.util.Locale.ENGLISH; -import static org.assertj.core.api.Assertions.assertThat; -import static org.assertj.core.api.Assertions.assertThatExceptionOfType; -import static org.assertj.core.util.xml.XmlStringPrettyFormatter.xmlPrettyFormat; - -import java.math.BigDecimal; -import java.util.Locale; -import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Test; -import org.xml.sax.SAXParseException; - -/** - * Tests for {@link XmlStringPrettyFormatter#xmlPrettyFormat(String)}. - * - * @author Joel Costigliola - */ -class XmlStringPrettyFormatter_prettyFormat_Test { - - private final BigDecimal javaVersion = new BigDecimal(System.getProperty("java.specification.version")); - private String expected_formatted_xml; - - @BeforeEach - public void before() { - // Set locale to be able to check exception message in English. - Locale.setDefault(ENGLISH); - if (javaVersion.compareTo(new BigDecimal("9")) >= 0) { - expected_formatted_xml = """ - - - Java Tutorials and Examples 1 - en-us - - - """; - } else { - expected_formatted_xml = """ - - - - Java Tutorials and Examples 1 - en-us - - - """; - } - } - - @Test - void should_format_xml_string_prettily() { - String xmlString = "Java Tutorials and Examples 1en-us"; - assertThat(xmlPrettyFormat(xmlString)).isEqualTo(expected_formatted_xml); - } - - @Test - void should_format_xml_string_without_xml_declaration_prettily() { - String xmlString = "Java Tutorials and Examples 1en-us"; - if (javaVersion.compareTo(new BigDecimal("9")) >= 0) { - assertThat(xmlPrettyFormat(xmlString)).isEqualTo(expected_formatted_xml.substring("".length())); - } else { - assertThat(xmlPrettyFormat(xmlString)).isEqualTo(expected_formatted_xml.substring("\n".length())); - } - } - - @Test - void should_format_xml_string_with_space_and_newline_prettily() { - String xmlString = " Java Tutorials and Examples 1 \n\nen-us "; - assertThat(xmlPrettyFormat(xmlString)).isEqualTo(expected_formatted_xml); - } - - @Test - void should_throw_error_when_xml_string_is_null() { - assertThatExceptionOfType(IllegalArgumentException.class).isThrownBy(() -> xmlPrettyFormat(null)) - .withMessageStartingWith("Expecting XML String not to be null"); - } - - @Test - void should_throw_error_when_xml_string_is_not_valid() { - String xmlString = "Java Tutorials and Examples 1en-us"; - try { - xmlPrettyFormat(xmlString); - } catch (Exception e) { - assertThat(e).isInstanceOf(RuntimeException.class).hasMessageStartingWith("Unable to format XML string"); - assertThat(e).hasRootCauseInstanceOf(SAXParseException.class); - assertThat(e.getCause()).hasMessageContaining( - "The element type \"channel\" must be terminated by the matching end-tag \"\""); - } - } - -} diff --git a/assertj-core/src/test/java/org/example/test/AutoClosableSoftAssertionsLineNumberTest.java b/assertj-core/src/test/java/org/example/test/AutoClosableSoftAssertionsLineNumberTest.java index ee3aa1cfaa..5e930b08bd 100644 --- a/assertj-core/src/test/java/org/example/test/AutoClosableSoftAssertionsLineNumberTest.java +++ b/assertj-core/src/test/java/org/example/test/AutoClosableSoftAssertionsLineNumberTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/example/test/BDDSoftAssertionsLineNumberTest.java b/assertj-core/src/test/java/org/example/test/BDDSoftAssertionsLineNumberTest.java index 1a26ca4edf..526de7ccd3 100644 --- a/assertj-core/src/test/java/org/example/test/BDDSoftAssertionsLineNumberTest.java +++ b/assertj-core/src/test/java/org/example/test/BDDSoftAssertionsLineNumberTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/example/test/CustomSoftAssertionsLineNumberTest.java b/assertj-core/src/test/java/org/example/test/CustomSoftAssertionsLineNumberTest.java index 544d0ea07e..7aa562ae0c 100644 --- a/assertj-core/src/test/java/org/example/test/CustomSoftAssertionsLineNumberTest.java +++ b/assertj-core/src/test/java/org/example/test/CustomSoftAssertionsLineNumberTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/example/test/MultipleAssertionsError_getMessage_Test.java b/assertj-core/src/test/java/org/example/test/MultipleAssertionsError_getMessage_Test.java index 73d35ac965..1381be3417 100644 --- a/assertj-core/src/test/java/org/example/test/MultipleAssertionsError_getMessage_Test.java +++ b/assertj-core/src/test/java/org/example/test/MultipleAssertionsError_getMessage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -107,105 +107,105 @@ void should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_asser //@format:off then(error).hasMessageContainingAll("10 assertion errors", """ - - -- error 1 -- - Expecting empty but was: [""] - first 3 stack trace elements: - """.replaceAll("\\n", System.lineSeparator()), + + -- error 1 -- + Expecting empty but was: [""] + first 3 stack trace elements: + """.replaceAll("\\n", System.lineSeparator()), "should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_assertion_line(MultipleAssertionsError_getMessage_Test.java:96)", """ - - -- error 2 -- - [isEmpty list]\s - Expecting empty but was: ["a", "b", "c"] - first 3 stack trace elements: - """.replaceAll("\\n", System.lineSeparator()), + + -- error 2 -- + [isEmpty list]\s + Expecting empty but was: ["a", "b", "c"] + first 3 stack trace elements: + """.replaceAll("\\n", System.lineSeparator()), "should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_assertion_line(MultipleAssertionsError_getMessage_Test.java:97)", """ - - -- error 3 -- - Expecting empty but was: "abc" - first 3 stack trace elements: - """.replaceAll("\\n", System.lineSeparator()), + + -- error 3 -- + Expecting empty but was: "abc" + first 3 stack trace elements: + """.replaceAll("\\n", System.lineSeparator()), "should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_assertion_line(MultipleAssertionsError_getMessage_Test.java:98)", """ - - -- error 4 -- - [isEmpty string]\s - Expecting empty but was: "abc" - first 3 stack trace elements: - """.replaceAll("\\n", System.lineSeparator()), + + -- error 4 -- + [isEmpty string]\s + Expecting empty but was: "abc" + first 3 stack trace elements: + """.replaceAll("\\n", System.lineSeparator()), "should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_assertion_line(MultipleAssertionsError_getMessage_Test.java:99)", """ - - -- error 5 -- - expected: "bcd" - but was: "abc" - first 3 stack trace elements: - """.replaceAll("\\n", System.lineSeparator()), + + -- error 5 -- + expected: "bcd" + but was: "abc" + first 3 stack trace elements: + """.replaceAll("\\n", System.lineSeparator()), "should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_assertion_line(MultipleAssertionsError_getMessage_Test.java:100)", """ - - -- error 6 -- - [isEqualTo]\s - expected: "bcd" - but was: "abc" - first 3 stack trace elements: - """.replaceAll("\\n", System.lineSeparator()), + + -- error 6 -- + [isEqualTo]\s + expected: "bcd" + but was: "abc" + first 3 stack trace elements: + """.replaceAll("\\n", System.lineSeparator()), "should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_assertion_line(MultipleAssertionsError_getMessage_Test.java:101)", """ - - -- error 7 -- - [contains]\s - Expecting ArrayList: - ["a", "b", "c"] - to contain: - ["e"] - but could not find the following element(s): - ["e"] - - first 3 stack trace elements: - """.replaceAll("\\n", System.lineSeparator()), + + -- error 7 -- + [contains]\s + Expecting ArrayList: + ["a", "b", "c"] + to contain: + ["e"] + but could not find the following element(s): + ["e"] + + first 3 stack trace elements: + """.replaceAll("\\n", System.lineSeparator()), "should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_assertion_line(MultipleAssertionsError_getMessage_Test.java:102)", """ - - -- error 8 -- - [contains]\s - Expecting - ["a", "b", "c"] - not to contain - ["a"] - but found - ["a"] - - first 3 stack trace elements: - """.replaceAll("\\n", System.lineSeparator()), + + -- error 8 -- + [contains]\s + Expecting + ["a", "b", "c"] + not to contain + ["a"] + but found + ["a"] + + first 3 stack trace elements: + """.replaceAll("\\n", System.lineSeparator()), "should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_assertion_line(MultipleAssertionsError_getMessage_Test.java:102)", """ - - -- error 9 -- - Expecting ArrayList: - ["a", "b", "c"] - to contain: - ["e"] - but could not find the following element(s): - ["e"] - - first 3 stack trace elements: - """.replaceAll("\\n", System.lineSeparator()), + + -- error 9 -- + Expecting ArrayList: + ["a", "b", "c"] + to contain: + ["e"] + but could not find the following element(s): + ["e"] + + first 3 stack trace elements: + """.replaceAll("\\n", System.lineSeparator()), "should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_assertion_line(MultipleAssertionsError_getMessage_Test.java:103)", """ - - -- error 10 -- - Expecting - ["a", "b", "c"] - not to contain - ["a"] - but found - ["a"] - - first 3 stack trace elements: - """.replaceAll("\\n", System.lineSeparator()), + + -- error 10 -- + Expecting + ["a", "b", "c"] + not to contain + ["a"] + but found + ["a"] + + first 3 stack trace elements: + """.replaceAll("\\n", System.lineSeparator()), "should_include_errors_count_and_allow_to_navigate_to_the_failing_soft_assertion_line(MultipleAssertionsError_getMessage_Test.java:103)"); //@format:on } @@ -249,4 +249,17 @@ void satisfies_should_include_object_under_test_in_error_message() { .hasMessageContainingAll("2 assertion errors for: abc", "[isEmpty string]"); } + @Test + public void softAssertions_fail_method_should_show_cause_honoring_maxStackTraceElementsDisplayed_setting() { + // GIVEN + SoftAssertions softly = new SoftAssertions(); + StandardRepresentation.setMaxStackTraceElementsDisplayed(10); + softly.fail("def", new RuntimeException("abc")); + // WHEN + AssertionError assertionError = expectAssertionError(() -> softly.assertAll()); + // THEN + then(assertionError).isInstanceOf(MultipleAssertionsError.class) + .hasMessageContainingAll("cause message: abc", "cause first 10 stack trace elements:"); + } + } diff --git a/assertj-core/src/test/java/org/example/test/MyProjectAssertions.java b/assertj-core/src/test/java/org/example/test/MyProjectAssertions.java index 53dfa67daf..06bc7dc77e 100644 --- a/assertj-core/src/test/java/org/example/test/MyProjectAssertions.java +++ b/assertj-core/src/test/java/org/example/test/MyProjectAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/example/test/MyProjectClass.java b/assertj-core/src/test/java/org/example/test/MyProjectClass.java index ff50d520a9..aba442f5e6 100644 --- a/assertj-core/src/test/java/org/example/test/MyProjectClass.java +++ b/assertj-core/src/test/java/org/example/test/MyProjectClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/example/test/MyProjectClassAssert.java b/assertj-core/src/test/java/org/example/test/MyProjectClassAssert.java index a2a37ceb88..25794b5fcb 100644 --- a/assertj-core/src/test/java/org/example/test/MyProjectClassAssert.java +++ b/assertj-core/src/test/java/org/example/test/MyProjectClassAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/example/test/MyProjectSoftAssertions.java b/assertj-core/src/test/java/org/example/test/MyProjectSoftAssertions.java index 87b552c8ba..17b2a82960 100644 --- a/assertj-core/src/test/java/org/example/test/MyProjectSoftAssertions.java +++ b/assertj-core/src/test/java/org/example/test/MyProjectSoftAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-core/src/test/java/org/example/test/SoftAssertionsLineNumberTest.java b/assertj-core/src/test/java/org/example/test/SoftAssertionsLineNumberTest.java index f41b5b09dd..eff8795696 100644 --- a/assertj-core/src/test/java/org/example/test/SoftAssertionsLineNumberTest.java +++ b/assertj-core/src/test/java/org/example/test/SoftAssertionsLineNumberTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/module-info.java b/assertj-guava/src/main/java/module-info.java index c6cc23976e..b546f68b47 100644 --- a/assertj-guava/src/main/java/module-info.java +++ b/assertj-guava/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/Assertions.java b/assertj-guava/src/main/java/org/assertj/guava/api/Assertions.java index 9ca0e73603..edb0c5e538 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/Assertions.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/Assertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/ByteSourceAssert.java b/assertj-guava/src/main/java/org/assertj/guava/api/ByteSourceAssert.java index 4f3d7e47a3..79f748a7e2 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/ByteSourceAssert.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/ByteSourceAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/InstanceOfAssertFactories.java b/assertj-guava/src/main/java/org/assertj/guava/api/InstanceOfAssertFactories.java index 06b21a4322..b18d0ebae5 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/InstanceOfAssertFactories.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/InstanceOfAssertFactories.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/MultimapAssert.java b/assertj-guava/src/main/java/org/assertj/guava/api/MultimapAssert.java index f5b9e7861e..e1e997871e 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/MultimapAssert.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/MultimapAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/MultisetAssert.java b/assertj-guava/src/main/java/org/assertj/guava/api/MultisetAssert.java index 63a75ddf26..412383ffe7 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/MultisetAssert.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/MultisetAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/OptionalAssert.java b/assertj-guava/src/main/java/org/assertj/guava/api/OptionalAssert.java index 74b5096cb6..ed58f312ad 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/OptionalAssert.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/OptionalAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/RangeAssert.java b/assertj-guava/src/main/java/org/assertj/guava/api/RangeAssert.java index 2226b81b6d..ba9fa693f9 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/RangeAssert.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/RangeAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/RangeMapAssert.java b/assertj-guava/src/main/java/org/assertj/guava/api/RangeMapAssert.java index 8363bcdac0..15201a6732 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/RangeMapAssert.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/RangeMapAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/RangeSetAssert.java b/assertj-guava/src/main/java/org/assertj/guava/api/RangeSetAssert.java index 02bc22b47c..b77d6de679 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/RangeSetAssert.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/RangeSetAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/TableAssert.java b/assertj-guava/src/main/java/org/assertj/guava/api/TableAssert.java index 889504761c..6034dc4175 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/TableAssert.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/TableAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/api/TableIntegerAssert.java b/assertj-guava/src/main/java/org/assertj/guava/api/TableIntegerAssert.java index ed146556d2..9799a08e8b 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/api/TableIntegerAssert.java +++ b/assertj-guava/src/main/java/org/assertj/guava/api/TableIntegerAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainAtLeastTimes.java b/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainAtLeastTimes.java index 0c749f9093..df70ee9947 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainAtLeastTimes.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainAtLeastTimes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainAtMostTimes.java b/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainAtMostTimes.java index ec53059666..05431018ed 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainAtMostTimes.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainAtMostTimes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainTimes.java b/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainTimes.java index e29aa54724..7464667fed 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainTimes.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/MultisetShouldContainTimes.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBeAbsent.java b/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBeAbsent.java index 9c42924812..956e4affa3 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBeAbsent.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBeAbsent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBePresent.java b/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBePresent.java index fbe20c5214..1f7a2a98fa 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBePresent.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBePresent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBePresentWithValue.java b/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBePresentWithValue.java index df71f2fdbe..4e7270aebd 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBePresentWithValue.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/OptionalShouldBePresentWithValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldEnclose.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldEnclose.java index 956013155e..c0bc3cf811 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldEnclose.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldEnclose.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldEncloseAnyOf.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldEncloseAnyOf.java index 1c55da9299..84de47ef88 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldEncloseAnyOf.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldEncloseAnyOf.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldIntersect.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldIntersect.java index a7e5e1bfee..35500bf1b0 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldIntersect.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldIntersect.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldIntersectAnyOf.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldIntersectAnyOf.java index aaa561c897..cff08d358f 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldIntersectAnyOf.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldIntersectAnyOf.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldNotEnclose.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldNotEnclose.java index beb776a53f..9b4abd3bd3 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldNotEnclose.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldNotEnclose.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldNotIntersect.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldNotIntersect.java index fa67de691f..052f388761 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldNotIntersect.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeSetShouldNotIntersect.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeClosedInTheLowerBound.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeClosedInTheLowerBound.java index 8a3c872bc5..fccdc6d9e8 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeClosedInTheLowerBound.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeClosedInTheLowerBound.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeClosedInTheUpperBound.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeClosedInTheUpperBound.java index f8b34adfb7..9b71607704 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeClosedInTheUpperBound.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeClosedInTheUpperBound.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeOpenedInTheLowerBound.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeOpenedInTheLowerBound.java index bc63a83309..805b9d7556 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeOpenedInTheLowerBound.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeOpenedInTheLowerBound.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeOpenedInTheUpperBound.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeOpenedInTheUpperBound.java index 7a664bbaa3..277087bcf1 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeOpenedInTheUpperBound.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldBeOpenedInTheUpperBound.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldHaveLowerEndpointEqual.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldHaveLowerEndpointEqual.java index 7888363b65..9c5ddd8a7f 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldHaveLowerEndpointEqual.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldHaveLowerEndpointEqual.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldHaveUpperEndpointEqual.java b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldHaveUpperEndpointEqual.java index 32b95e80b5..c94a5fb4d1 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldHaveUpperEndpointEqual.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/RangeShouldHaveUpperEndpointEqual.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/ShouldContainKeys.java b/assertj-guava/src/main/java/org/assertj/guava/error/ShouldContainKeys.java index 357b350c2f..197da49c83 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/ShouldContainKeys.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/ShouldContainKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/ShouldContainValues.java b/assertj-guava/src/main/java/org/assertj/guava/error/ShouldContainValues.java index a407e555ec..86758c0ab7 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/ShouldContainValues.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/ShouldContainValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/ShouldHaveSameContent.java b/assertj-guava/src/main/java/org/assertj/guava/error/ShouldHaveSameContent.java index 0e29d7ca7d..d5cc1e0d2f 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/ShouldHaveSameContent.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/ShouldHaveSameContent.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/ShouldHaveSize.java b/assertj-guava/src/main/java/org/assertj/guava/error/ShouldHaveSize.java index f898c6b4ea..84f78fe436 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/ShouldHaveSize.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/ShouldHaveSize.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainCell.java b/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainCell.java index 9d60417f99..08fc8aa19a 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainCell.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainCell.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainColumns.java b/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainColumns.java index 594fb0f2af..b658c36cc8 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainColumns.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainColumns.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainRows.java b/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainRows.java index 13521aa6fb..409441622e 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainRows.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldContainRows.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldHaveColumnCount.java b/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldHaveColumnCount.java index 67655d6ac5..1ece0d5913 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldHaveColumnCount.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldHaveColumnCount.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldHaveRowCount.java b/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldHaveRowCount.java index 5c7ba60b70..b0dc653a43 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldHaveRowCount.java +++ b/assertj-guava/src/main/java/org/assertj/guava/error/TableShouldHaveRowCount.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-guava/src/main/java/org/assertj/guava/util/ExceptionUtils.java b/assertj-guava/src/main/java/org/assertj/guava/util/ExceptionUtils.java index 65b62b56d0..175fb5bc61 100644 --- a/assertj-guava/src/main/java/org/assertj/guava/util/ExceptionUtils.java +++ b/assertj-guava/src/main/java/org/assertj/guava/util/ExceptionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-parent/pom.xml b/assertj-parent/pom.xml index 517fa18d8c..e0974e20ce 100644 --- a/assertj-parent/pom.xml +++ b/assertj-parent/pom.xml @@ -18,19 +18,19 @@ -Xdoclint:none true - 5.14.1 + 6.0.2 5.21.0 1.3.0 3.0 - 2.20.1 + 2.21.0 - 7.2.0 + 7.2.1 0.8.14 - 0.25.1 + 0.25.4 3.9.0 3.4.0 4.9.8.2 - 2.20.1 + 2.21.0 diff --git a/assertj-tests/assertj-integration-tests/assertj-core-groovy/pom.xml b/assertj-tests/assertj-integration-tests/assertj-core-groovy/pom.xml index 053cd13612..afacf6022f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-groovy/pom.xml +++ b/assertj-tests/assertj-integration-tests/assertj-core-groovy/pom.xml @@ -13,7 +13,7 @@ AssertJ Core Integration Tests (Groovy) - 5.0.3 + 5.0.4 @@ -54,7 +54,7 @@ org.codehaus.gmavenplus gmavenplus-plugin - 4.2.1 + 4.3.0 diff --git a/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/Assertions_assertThatCharSequence_with_Groovy_strings_Test.groovy b/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/Assertions_assertThatCharSequence_with_Groovy_strings_Test.groovy index 451caecff7..0e0c029be8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/Assertions_assertThatCharSequence_with_Groovy_strings_Test.groovy +++ b/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/Assertions_assertThatCharSequence_with_Groovy_strings_Test.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/Assertions_assertThat_with_Groovy_strings_Test.groovy b/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/Assertions_assertThat_with_Groovy_strings_Test.groovy index 829a4bde63..bb4039516d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/Assertions_assertThat_with_Groovy_strings_Test.groovy +++ b/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/Assertions_assertThat_with_Groovy_strings_Test.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/StandardRepresentation_using_GString_Test.groovy b/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/StandardRepresentation_using_GString_Test.groovy index 91f417d100..d0732f2c6a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/StandardRepresentation_using_GString_Test.groovy +++ b/assertj-tests/assertj-integration-tests/assertj-core-groovy/src/test/groovy/org/assertj/tests/core/groovy/StandardRepresentation_using_GString_Test.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/Assertions_assertThat_Test.kt b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/Assertions_assertThat_Test.kt index 6c7f9af846..1b8df73208 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/Assertions_assertThat_Test.kt +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/Assertions_assertThat_Test.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/Assertions_catchThrowableOfType_Test.kt b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/Assertions_catchThrowableOfType_Test.kt index 6cf11dd697..be28bb19ab 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/Assertions_catchThrowableOfType_Test.kt +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/Assertions_catchThrowableOfType_Test.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/abstract_/AbstractAssert_as_with_description_text_supplier_Test.kt b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/abstract_/AbstractAssert_as_with_description_text_supplier_Test.kt index e680eb57c2..464c0ca17c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/abstract_/AbstractAssert_as_with_description_text_supplier_Test.kt +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/abstract_/AbstractAssert_as_with_description_text_supplier_Test.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/collection/CollectionAssert_anyMatch_Test.kt b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/collection/CollectionAssert_anyMatch_Test.kt index 670b889d45..eb886af54c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/collection/CollectionAssert_anyMatch_Test.kt +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/collection/CollectionAssert_anyMatch_Test.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/collection/CollectionAssert_containsExactly_Test.kt b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/collection/CollectionAssert_containsExactly_Test.kt index 7b2bb60687..1186d2f66e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/collection/CollectionAssert_containsExactly_Test.kt +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/collection/CollectionAssert_containsExactly_Test.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/object_/ObjectAssert_extracting_with_Function_Test.kt b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/object_/ObjectAssert_extracting_with_Function_Test.kt index f380e21bd4..aff6b3103b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/object_/ObjectAssert_extracting_with_Function_Test.kt +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/api/object_/ObjectAssert_extracting_with_Function_Test.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/AssertionsUtil.kt b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/AssertionsUtil.kt index 3c6315d2e8..57359224ab 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/AssertionsUtil.kt +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/AssertionsUtil.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/ConcreteAssert.kt b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/ConcreteAssert.kt index 62ab0c4c4d..c00c3c2d22 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/ConcreteAssert.kt +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/ConcreteAssert.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/junit/jupiter/DefaultDisplayNameGenerator.kt b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/junit/jupiter/DefaultDisplayNameGenerator.kt index 01d96e350d..5813f21ccd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/junit/jupiter/DefaultDisplayNameGenerator.kt +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/junit/jupiter/DefaultDisplayNameGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.kt b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.kt index 454e8757f1..b9f78f6e22 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.kt +++ b/assertj-tests/assertj-integration-tests/assertj-core-kotlin/src/test/kotlin/org/assertj/tests/core/kotlin/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-osgi/pom.xml b/assertj-tests/assertj-integration-tests/assertj-core-osgi/pom.xml index b98f27bbd7..fc9dfcc2ff 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-osgi/pom.xml +++ b/assertj-tests/assertj-integration-tests/assertj-core-osgi/pom.xml @@ -16,7 +16,7 @@ ${project.build.directory}/${project.build.finalName}-tests.jar ${project.basedir}/../../../ false - 5.12.2 + 5.14.1 diff --git a/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/module-info.java b/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/module-info.java index aad69e0485..ac4389ea09 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/module-info.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/AssumptionsTest.java b/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/AssumptionsTest.java index ea6261908f..63672ade85 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/AssumptionsTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/AssumptionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/SimpleTest.java b/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/SimpleTest.java index b5f958a7a9..6083542b8a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/SimpleTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/SimpleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/soft/CustomSoftAssertionTest.java b/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/soft/CustomSoftAssertionTest.java index a206cddb6f..3ca356fe8f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/soft/CustomSoftAssertionTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-osgi/src/test/java/org/assertj/tests/core/osgi/soft/CustomSoftAssertionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/pom.xml b/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/pom.xml index b2e75fce29..63d2cd5d39 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/pom.xml +++ b/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-dependencies - 4.0.1 + 4.0.2 pom import diff --git a/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/src/test/java/org/assertj/tests/core/api/recursive/comparison/Issue_3533_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/src/test/java/org/assertj/tests/core/api/recursive/comparison/Issue_3533_Test.java index 83bdf609bf..a1122bf44b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/src/test/java/org/assertj/tests/core/api/recursive/comparison/Issue_3533_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/src/test/java/org/assertj/tests/core/api/recursive/comparison/Issue_3533_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/src/test/java/org/assertj/tests/core/api/recursive/comparison/Issue_3551_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/src/test/java/org/assertj/tests/core/api/recursive/comparison/Issue_3551_Test.java index d638dba8ee..1f4a47aad6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/src/test/java/org/assertj/tests/core/api/recursive/comparison/Issue_3551_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-spring-boot/src/test/java/org/assertj/tests/core/api/recursive/comparison/Issue_3551_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/pom.xml b/assertj-tests/assertj-integration-tests/assertj-core-tests/pom.xml index feb8fb2c94..5a360283a6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/pom.xml +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/pom.xml @@ -43,7 +43,7 @@ nl.jqno.equalsverifier equalsverifier - 4.3 + 4.3.1 test @@ -94,13 +94,13 @@ com.fasterxml.jackson.core jackson-core - 2.20.1 + 2.21.0 test com.fasterxml.jackson.core jackson-databind - 2.20.1 + 2.21.0 test diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/module-info.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/module-info.java index 48c98eb477..a84e90520f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/module-info.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/Module_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/Module_Test.java index 33c4397e81..38ce4ef454 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/Module_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/Module_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_allOf_with_ThrowingConsumer_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_allOf_with_ThrowingConsumer_Test.java index 077fbb5e75..1c1c04a63a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_allOf_with_ThrowingConsumer_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_allOf_with_ThrowingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_anyOf_with_ThrowingConsumer_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_anyOf_with_ThrowingConsumer_Test.java index 199ece77c8..0411bdb078 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_anyOf_with_ThrowingConsumer_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_anyOf_with_ThrowingConsumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatCode_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatCode_Test.java index 79b1f544e4..9d3fc63fc4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatCode_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatCode_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatCollection_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatCollection_Test.java index f3d8ca6629..d22c84b728 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatCollection_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatCollection_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatComparable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatComparable_Test.java index 7e8aca211d..a200e985eb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatComparable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatComparable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatExceptionOfType_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatExceptionOfType_Test.java index c75ea6fa0a..8d93c22477 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatExceptionOfType_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatExceptionOfType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatException_Test.java index f06e32477b..d6c92fc339 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIndexOutOfBoundsException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIndexOutOfBoundsException_Test.java index ecce0a36b9..9c9ffd1020 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIndexOutOfBoundsException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIndexOutOfBoundsException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIterable_Test.java index 53e9b4ff5c..7d723059a1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIterator_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIterator_Test.java index 9b09e2abc1..d92c6ce548 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIterator_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatIterator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatList_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatList_Test.java index 186ea461e1..6329602cf7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatList_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatList_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatNoException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatNoException_Test.java index f1c5feb5a9..cdecb462c0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatNoException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatNoException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatObject_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatObject_Test.java index be6f1ed07c..1b79032eb2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatObject_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatObject_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatPath_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatPath_Test.java index a08a628cd8..bbaa62851a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatPath_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatPath_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatPredicate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatPredicate_Test.java index 84617e22bc..4a01989500 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatPredicate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatPredicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatReflectiveOperationException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatReflectiveOperationException_Test.java index afc4b3e323..e97b48591e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatReflectiveOperationException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatReflectiveOperationException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatRuntimeException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatRuntimeException_Test.java index e47d18c3de..59fb9e0321 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatRuntimeException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatRuntimeException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatStream_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatStream_Test.java index 34ddcdbeea..87f89eb6ec 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatStream_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatStream_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatTemporal_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatTemporal_Test.java index 174ebb959d..dfc09442be 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatTemporal_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatTemporal_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatThrownBy_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatThrownBy_Test.java index 808fb6457a..0ac3ceb89f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatThrownBy_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThatThrownBy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_asString_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_asString_Test.java index 6e94a1eba6..e217c89702 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_asString_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_asString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inBinary_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inBinary_Test.java index 9f6acd32f8..48951ecb10 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inBinary_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inBinary_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inHexadecimal_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inHexadecimal_Test.java index 75bae3b329..460b3b74a6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inHexadecimal_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inHexadecimal_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inUnicode_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inUnicode_Test.java index 805b44bee0..56c7383b3f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inUnicode_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_inUnicode_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_AssertDelegateTarget_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_AssertDelegateTarget_Test.java index fd17f9c496..3a2101da9a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_AssertDelegateTarget_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_AssertDelegateTarget_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_AssertProvider_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_AssertProvider_Test.java index 5d37c600e8..868f5d20cf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_AssertProvider_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_AssertProvider_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BigDecimal_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BigDecimal_Test.java index d20e9ee403..f8746c77cd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BigDecimal_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BigDecimal_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BigInteger_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BigInteger_Test.java index c481cc19df..e5eada101a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BigInteger_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BigInteger_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BooleanArray_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BooleanArray_Test.java index e0bd5649a3..da9753c7db 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BooleanArray_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_BooleanArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Boolean_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Boolean_Test.java index 20e49abb27..bdaae042ca 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Boolean_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Boolean_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ByteArray_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ByteArray_Test.java index 9c2dc398da..1e8f3b4077 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ByteArray_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ByteArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Byte_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Byte_Test.java index 01cd3b54cc..60c9826acd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Byte_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Byte_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CharArray_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CharArray_Test.java index 727e5fa7bd..15f414d8b0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CharArray_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CharArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CharSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CharSequence_Test.java index 82cc6b46db..e61794294d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CharSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CharSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Character_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Character_Test.java index 116962e9ff..c7fe3299e3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Character_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Character_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Class_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Class_Test.java index b8346ed7a2..3e62aa04db 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Class_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Class_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Comparable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Comparable_Test.java index d53dfbacce..678144125b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Comparable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Comparable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CompletionStage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CompletionStage_Test.java index 4b409aa292..f66afb685e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CompletionStage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_CompletionStage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoubleArray_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoubleArray_Test.java index edecd43fbc..5508632bb1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoubleArray_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoubleArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoublePredicate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoublePredicate_Test.java index a75834f4dd..9a230f7342 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoublePredicate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoublePredicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoubleStream_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoubleStream_Test.java index 686bbb9646..eda2377ba3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoubleStream_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_DoubleStream_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Double_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Double_Test.java index 3ecae35c6b..15876a28d3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Double_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Double_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_File_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_File_Test.java index dc9af10bac..3e3b9b2488 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_File_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_File_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_FloatArray_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_FloatArray_Test.java index c22c0c6e9d..206b2d3399 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_FloatArray_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_FloatArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Float_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Float_Test.java index 741df55b6f..ad01634b42 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Float_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Float_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_InputStream_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_InputStream_Test.java index 91adae758e..7bda04ff54 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_InputStream_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_InputStream_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntArray_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntArray_Test.java index 1f3100524d..b8b270e36a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntArray_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntPredicate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntPredicate_Test.java index a42e921e9e..c00673bb12 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntPredicate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntPredicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntStream_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntStream_Test.java index 0defe3a5cb..a40f2b4d24 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntStream_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_IntStream_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Integer_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Integer_Test.java index 4f8d69695c..a4ac8a2097 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Integer_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Integer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Iterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Iterable_Test.java index b8c57035d9..8c95a4ab47 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Iterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Iterator_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Iterator_Test.java index bd6fd70755..0d5fb3d7de 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Iterator_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Iterator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_List_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_List_Test.java index 599308ebc5..095279bd8d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_List_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_List_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LocalDateTime_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LocalDateTime_Test.java index b9e2410859..ec0ea94fb9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LocalDateTime_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LocalDateTime_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LocalDate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LocalDate_Test.java index 6303aa60d8..62e0ef4479 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LocalDate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LocalDate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongArray_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongArray_Test.java index ef7e7e16bf..f6bc7ff3f0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongArray_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongPredicate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongPredicate_Test.java index a30bcdad11..49b146be8c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongPredicate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongPredicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongStream_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongStream_Test.java index 171a96ffc4..7256e48efb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongStream_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_LongStream_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Long_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Long_Test.java index 2c3b58008a..d419180b13 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Long_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Long_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Map_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Map_Test.java index c86f3536dc..d54f23cea7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Map_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Map_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ObjectArray_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ObjectArray_Test.java index 25909d7d8b..6df8816fb9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ObjectArray_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ObjectArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Object_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Object_Test.java index 38fb835bc6..74385cd84b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Object_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Object_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OffsetDateTime_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OffsetDateTime_Test.java index ceed9474c5..7747628468 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OffsetDateTime_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OffsetDateTime_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OffsetTime_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OffsetTime_Test.java index 8d9605977a..ffafeca712 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OffsetTime_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OffsetTime_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalDouble_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalDouble_Test.java index 8e177205c3..e38071a558 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalDouble_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalDouble_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalInt_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalInt_Test.java index 082f9f3124..93a6389ac3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalInt_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalInt_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalLong_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalLong_Test.java index e1391a6576..dde6a465ef 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalLong_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_OptionalLong_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Optional_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Optional_Test.java index 5ed274bc3d..e465092584 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Optional_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Optional_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Predicate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Predicate_Test.java index b606802c4b..25a961c15e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Predicate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ShortArray_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ShortArray_Test.java index edddb1caa2..f555704757 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ShortArray_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ShortArray_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Short_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Short_Test.java index efa57a3822..114329c088 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Short_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Spliterator_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Spliterator_Test.java index 8970cdbdfd..00243390ce 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Spliterator_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Spliterator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Stream_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Stream_Test.java index 30830da58f..d05849780a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Stream_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Stream_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Stream_startsWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Stream_startsWith_Test.java index 618b6efe3e..bcf7d4bbaa 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Stream_startsWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Stream_startsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_StringBuffer_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_StringBuffer_Test.java index ed03c81d09..429eeb5427 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_StringBuffer_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_StringBuffer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_StringBuilder_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_StringBuilder_Test.java index 4a34c739c9..4906e225ed 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_StringBuilder_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_StringBuilder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_String_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_String_Test.java index 93463dcc87..447d39c366 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_String_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Throwable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Throwable_Test.java index 476a22feec..bffdb733f0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Throwable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_Throwable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_URI_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_URI_Test.java index 8aad5332c5..0e858b66b8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_URI_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_URI_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_URL_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_URL_Test.java index 13ae2f1b07..12fc4d9526 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_URL_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_URL_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_YearMonth_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_YearMonth_Test.java index cb8d943846..98d7896a68 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_YearMonth_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_YearMonth_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ZonedDateTime_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ZonedDateTime_Test.java index c302a6274e..905eeadb4e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ZonedDateTime_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_ZonedDateTime_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_boolean_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_boolean_Test.java index 0d60d24dac..1bc9f3ac61 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_boolean_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_boolean_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_byte_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_byte_Test.java index 5eac3fb596..c533c59423 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_byte_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_byte_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_char_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_char_Test.java index abd7485664..c3d22113d3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_char_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_char_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_double_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_double_Test.java index e5379803bf..a93a879477 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_double_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_double_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_float_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_float_Test.java index 80bd4b9ee7..37d59934b1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_float_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_float_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_int_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_int_Test.java index f3dc63deee..72c85c5c56 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_int_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_int_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_long_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_long_Test.java index 104d709d47..80d15aae11 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_long_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_long_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_short_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_short_Test.java index dc7d5468a4..60f4f90c26 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_short_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertThat_with_primitive_short_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertWith_Test.java index 808fde583f..5edce3d27d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_assertWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_avoid_ambiguous_reference_compilation_error_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_avoid_ambiguous_reference_compilation_error_Test.java index da846221df..8f6bd46b09 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_avoid_ambiguous_reference_compilation_error_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_avoid_ambiguous_reference_compilation_error_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchException_Test.java index 00f6fd2b22..03a727b3e0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIOException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIOException_Test.java index a5d274e7ba..468d9ae81e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIOException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIOException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIllegalArgumentException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIllegalArgumentException_Test.java index e4396704fb..1403d5e66a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIllegalArgumentException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIllegalArgumentException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIllegalStateException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIllegalStateException_Test.java index 43abccea13..b11c094fa3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIllegalStateException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIllegalStateException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIndexOutOfBoundsException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIndexOutOfBoundsException_Test.java index 633355e984..1b855af2f0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIndexOutOfBoundsException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchIndexOutOfBoundsException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchNullPointerException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchNullPointerException_Test.java index 853e85fcaa..fcf457e5f0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchNullPointerException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchNullPointerException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchReflectiveOperationException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchReflectiveOperationException_Test.java index 43588c3cfc..7567ab9f14 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchReflectiveOperationException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchReflectiveOperationException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchRuntimeException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchRuntimeException_Test.java index 2d112fbf5e..54b6dd9541 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchRuntimeException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchRuntimeException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchThrowableOfType_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchThrowableOfType_Test.java index 9ee888b2cf..b38e21e420 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchThrowableOfType_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchThrowableOfType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchThrowable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchThrowable_Test.java index 36ceaa1f75..6a2e1e75f7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchThrowable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_catchThrowable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_from_with_Function_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_from_with_Function_Test.java index 0a52cb2ac1..24a37483c3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_from_with_Function_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_from_with_Function_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_linesOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_linesOf_Test.java index 4a7ff6cf59..73ea85ea24 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_linesOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_linesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_Assumptions_and_BDDAssumptions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_Assumptions_and_BDDAssumptions_Test.java index 355329a8fd..f1998553e5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_Assumptions_and_BDDAssumptions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_Assumptions_and_BDDAssumptions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_BDDAssertions_WithAssertions_and_soft_assertions_variants_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_BDDAssertions_WithAssertions_and_soft_assertions_variants_Test.java index 7576b4a457..26b2fd35c9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_BDDAssertions_WithAssertions_and_soft_assertions_variants_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_BDDAssertions_WithAssertions_and_soft_assertions_variants_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_InstanceOfAssertFactories_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_InstanceOfAssertFactories_Test.java index c01bd75ac4..81cb832069 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_InstanceOfAssertFactories_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_sync_with_InstanceOfAssertFactories_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_useRepresentation_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_useRepresentation_Test.java index 4cc31ec0cb..87141c9beb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_useRepresentation_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_useRepresentation_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_withinPercentage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_withinPercentage_Test.java index c0aefeaa1f..c8fc949e5e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_withinPercentage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/Assertions_withinPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/BaseAssertionsTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/BaseAssertionsTest.java index c257592e9c..8f4175595b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/BaseAssertionsTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/BaseAssertionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/abstract_/AbstractAssert_extracting_with_Function_and_AssertFactory_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/abstract_/AbstractAssert_extracting_with_Function_and_AssertFactory_Test.java index d2d0faa534..2daaeebdfc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/abstract_/AbstractAssert_extracting_with_Function_and_AssertFactory_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/abstract_/AbstractAssert_extracting_with_Function_and_AssertFactory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/abstract_/AbstractAssert_extracting_with_String_and_AssertFactory_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/abstract_/AbstractAssert_extracting_with_String_and_AssertFactory_Test.java index 5d7d6ba50c..8f2eddec02 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/abstract_/AbstractAssert_extracting_with_String_and_AssertFactory_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/abstract_/AbstractAssert_extracting_with_String_and_AssertFactory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isEqualTo_boolean_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isEqualTo_boolean_Test.java index 45c5f6cfdb..3b29545475 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isEqualTo_boolean_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isEqualTo_boolean_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isFalse_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isFalse_Test.java index 98d0131d40..f01af89392 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isFalse_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isFalse_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isNotEqualTo_boolean_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isNotEqualTo_boolean_Test.java index adae0310c2..2b1e1bbbeb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isNotEqualTo_boolean_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isNotEqualTo_boolean_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isTrue_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isTrue_Test.java index f33f3df502..7c5fbee5d1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isTrue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/boolean_/BooleanAssert_isTrue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/bytearray/ByteArrayAssert_asString_with_Charset_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/bytearray/ByteArrayAssert_asString_with_Charset_Test.java index 773247ec7f..c1d15d21ce 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/bytearray/ByteArrayAssert_asString_with_Charset_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/bytearray/ByteArrayAssert_asString_with_Charset_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,7 @@ */ package org.assertj.tests.core.api.bytearray; +import static java.lang.String.format; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatCode; import static org.assertj.core.api.Assumptions.assumeThat; @@ -91,7 +92,8 @@ void should_fail_with_soft_assertions_capturing_all_errors() { "-- error 1 --", shouldBeEqualMessage("\"Gerçek\"", "\"bar\""), "-- error 2 --", - "Expecting blank but was: \"Gerçek\""); + format("Expecting blank but was:%n" + + " \"Gerçek\"")); } @Test diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isASCII_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isASCII_Test.java index 6b46b45711..e9b392ba8c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isASCII_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isASCII_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isAlphabetic_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isAlphabetic_Test.java index 28e2cde1b7..d855e87528 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isAlphabetic_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isAlphabetic_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isAlphanumeric_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isAlphanumeric_Test.java index 9ebb636867..f8c2878156 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isAlphanumeric_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isAlphanumeric_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isBlank_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isBlank_Test.java index 30a122a6bc..aac612d415 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isBlank_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isBlank_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isHexadecimal_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isHexadecimal_Test.java index e21855edae..bac501e4ed 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isHexadecimal_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isHexadecimal_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isNotBlank_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isNotBlank_Test.java index 8a40bd88a3..5a65e214f7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isNotBlank_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isNotBlank_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isVisible_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isVisible_Test.java index f7099aa079..7c12a446e9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isVisible_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/charsequence/CharSequenceAssert_isVisible_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasAnnotation_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasAnnotation_Test.java index 26ae9d8515..4321bf78b1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasAnnotation_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasAnnotation_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasAnnotations_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasAnnotations_Test.java index 336ed47303..deefc87cbf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasAnnotations_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasAnnotations_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasNoPackage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasNoPackage_Test.java index 82e68e037c..97ae3804ad 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasNoPackage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasNoPackage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasNoSuperclass_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasNoSuperclass_Test.java index a1f1279712..b4d07089fd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasNoSuperclass_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasNoSuperclass_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPackage_with_Package_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPackage_with_Package_Test.java index db8e13b030..7079534508 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPackage_with_Package_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPackage_with_Package_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPackage_with_String_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPackage_with_String_Test.java index 58bafd8ab7..b80e2abba5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPackage_with_String_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPackage_with_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPermittedSubclasses_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPermittedSubclasses_Test.java index bf4b148594..e8ef9622e2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPermittedSubclasses_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasPermittedSubclasses_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasRecordComponents_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasRecordComponents_Test.java index cebbad1fff..44365b1e27 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasRecordComponents_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasRecordComponents_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasSuperclass_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasSuperclass_Test.java index f4feedb5dd..4d890c1dd6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasSuperclass_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_hasSuperclass_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAbstract_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAbstract_Test.java index 15f85a0400..1ea06b74ce 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAbstract_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAbstract_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAnnotation_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAnnotation_Test.java index c2449d46b5..ba9867fd8e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAnnotation_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAnnotation_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAssignableTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAssignableTo_Test.java index 4fe58e9c00..d0723f18ec 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAssignableTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isAssignableTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isFinal_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isFinal_Test.java index 92781a7d7c..418c6994c2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isFinal_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isFinal_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isInterface_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isInterface_Test.java index 704b5163cf..834de55eb3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isInterface_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isInterface_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotAnnotation_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotAnnotation_Test.java index 016355e088..9760cb8c8d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotAnnotation_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotAnnotation_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotFinal_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotFinal_Test.java index b37bc7e4d8..26a9020459 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotFinal_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotFinal_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotInterface_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotInterface_Test.java index 00332daeaa..bb78d6b172 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotInterface_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotInterface_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotPrimitive_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotPrimitive_Test.java index 01e3c18bf7..c862facdde 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotPrimitive_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotPrimitive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotRecord_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotRecord_Test.java index 705a002925..b77c02906a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotRecord_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotRecord_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotSealed_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotSealed_Test.java index e2336b8816..2b1c1d7bc0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotSealed_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotSealed_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotStatic_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotStatic_Test.java index eceece78f8..059bc15d33 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotStatic_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isNotStatic_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPackagePrivate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPackagePrivate_Test.java index 851d690352..bc3ba94893 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPackagePrivate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPackagePrivate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPrimitive_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPrimitive_Test.java index 0ce06cd33b..9c0787b57d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPrimitive_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPrimitive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPrivate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPrivate_Test.java index 0cef81e1a8..a1d20a1c90 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPrivate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPrivate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isProtected_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isProtected_Test.java index c8fbab9ff4..9ebd69893c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isProtected_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isProtected_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPublic_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPublic_Test.java index 46f2798d0e..7f41d221c7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPublic_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isPublic_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isRecord_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isRecord_Test.java index de71c0685a..e7d54b2617 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isRecord_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isRecord_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isSealed_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isSealed_Test.java index f63db9e862..40f09539a3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isSealed_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isSealed_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isStatic_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isStatic_Test.java index 5532bcedee..b9952ddb12 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isStatic_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/class_/ClassAssert_isStatic_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/collection/CollectionAssert_withElementAssert_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/collection/CollectionAssert_withElementAssert_Test.java new file mode 100644 index 0000000000..b0bddf7128 --- /dev/null +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/collection/CollectionAssert_withElementAssert_Test.java @@ -0,0 +1,101 @@ +/* + * Copyright 2012-2026 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.assertj.tests.core.api.collection; + +import static org.assertj.core.api.Assertions.assertThat; + +import java.util.Collection; +import java.util.LinkedHashSet; +import java.util.List; + +import org.assertj.core.api.AbstractCharSequenceAssert; +import org.assertj.core.api.AbstractCollectionAssert; +import org.assertj.core.api.AbstractStringAssert; +import org.assertj.core.api.AssertFactory; +import org.assertj.core.api.Assertions; +import org.assertj.core.api.ObjectAssert; +import org.junit.jupiter.api.Nested; +import org.junit.jupiter.api.Test; + +class CollectionAssert_withElementAssert_Test { + + @Nested + class With_List { + + @Test + void should_allow_chaining_element_specific_assertions_with_factory_returning_concrete_assertion() { + // GIVEN + Collection actual = List.of("Homer", "Marge"); + AssertFactory> assertFactory = Assertions::assertThat; + AbstractCollectionAssert, String, ObjectAssert> underTest = assertThat(actual); + // WHEN + AbstractCollectionAssert, String, AbstractStringAssert> result = underTest.withElementAssert(assertFactory); + // THEN + result.hasSize(2) + .first() + .startsWith("Hom"); + } + + @Test + void should_allow_chaining_element_specific_assertions_with_factory_returning_assertion_superclass() { + // GIVEN + Collection actual = List.of("Homer", "Marge"); + AssertFactory> assertFactory = Assertions::assertThat; + AbstractCollectionAssert, String, ObjectAssert> underTest = assertThat(actual); + // WHEN + AbstractCollectionAssert, String, AbstractCharSequenceAssert> result = underTest.withElementAssert(assertFactory); + // THEN + result.hasSize(2) + .first() + .startsWith("Hom"); + } + + } + + @Nested + class With_Set { + + @Test + void should_allow_chaining_element_specific_assertions_with_factory_returning_concrete_assertion() { + // GIVEN + Collection actual = new LinkedHashSet<>(List.of("Homer", "Marge")); + AssertFactory> assertFactory = Assertions::assertThat; + AbstractCollectionAssert, String, ObjectAssert> underTest = assertThat(actual); + // WHEN + AbstractCollectionAssert, String, AbstractStringAssert> result = underTest.withElementAssert(assertFactory); + // THEN + result.hasSize(2) + .first() + .startsWith("Hom"); + } + + @Test + void should_allow_chaining_element_specific_assertions_with_factory_returning_assertion_superclass() { + // GIVEN + Collection actual = new LinkedHashSet<>(List.of("Homer", "Marge")); + AssertFactory> assertFactory = Assertions::assertThat; + AbstractCollectionAssert, String, ObjectAssert> underTest = assertThat(actual); + // WHEN + AbstractCollectionAssert, String, AbstractCharSequenceAssert> result = underTest.withElementAssert(assertFactory); + // THEN + result.hasSize(2) + .first() + .startsWith("Hom"); + } + + } + +} diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasDays_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasDays_Test.java index db5abb1bec..1bc05707ff 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasDays_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasDays_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasHours_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasHours_Test.java index eb538b8b1f..4c3e8641f2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasHours_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasHours_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasMillis_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasMillis_Test.java index 77bfad0492..c6f6000ceb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasMillis_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasMillis_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasMinutes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasMinutes_Test.java index bd7564eeb7..eace211006 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasMinutes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasMinutes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasNanos_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasNanos_Test.java index cda57e4e2b..53cbc88645 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasNanos_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasNanos_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasSeconds_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasSeconds_Test.java index 30094c30b3..71a3f777bb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasSeconds_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_hasSeconds_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isCloseTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isCloseTo_Test.java index 6a26de9a17..cd845a523a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isCloseTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isNegative_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isNegative_Test.java index e7a7cd8380..465231ca51 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isNegative_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isPositive_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isPositive_Test.java index 6044d89aa7..49c80023d4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isPositive_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isZero_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isZero_Test.java index 25e32d1c12..80143ca8b9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isZero_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_isZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_withFormatter_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_withFormatter_Test.java index eb44903722..eca85eff44 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_withFormatter_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/duration/DurationAssert_withFormatter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/enumerable/AbstractEnumerableAssert_hasSameSizeAs_with_Array_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/enumerable/AbstractEnumerableAssert_hasSameSizeAs_with_Array_Test.java index 3db6767efa..0e09802af1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/enumerable/AbstractEnumerableAssert_hasSameSizeAs_with_Array_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/enumerable/AbstractEnumerableAssert_hasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_failBecauseExceptionWasNotThrown_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_failBecauseExceptionWasNotThrown_Test.java index 76c695fb19..2216e28d3b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_failBecauseExceptionWasNotThrown_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_failBecauseExceptionWasNotThrown_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_fail_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_fail_Test.java index 1845db1856..a6f6784b30 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_fail_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_fail_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_shouldHaveThrown_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_shouldHaveThrown_Test.java index 1bd82deaf7..174e6a14df 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_shouldHaveThrown_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/fail/Fail_shouldHaveThrown_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/AbstractFutureTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/AbstractFutureTest.java index b209d19226..6d9d086b7e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/AbstractFutureTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/AbstractFutureTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_completesExceptionallyWithin_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_completesExceptionallyWithin_Test.java index 24dec4c8cc..dce3417c41 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_completesExceptionallyWithin_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_completesExceptionallyWithin_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_failsWithin_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_failsWithin_Test.java index 6471bc411c..9265e0ff08 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_failsWithin_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_failsWithin_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCancelled_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCancelled_Test.java index 46a243786b..e550994d65 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCancelled_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCancelled_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedExceptionally_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedExceptionally_Test.java index c6a37b70cb..3f3e17ae44 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedExceptionally_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedExceptionally_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueMatchingWithin_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueMatchingWithin_Test.java index a3a7855731..5d389d1da3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueMatchingWithin_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueMatchingWithin_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueMatching_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueMatching_Test.java index 80b918e517..bfcc8efa79 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueMatching_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueMatching_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueSatisfying_Condition_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueSatisfying_Condition_Test.java index 785a613ed1..999d9c61e5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueSatisfying_Condition_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueSatisfying_Condition_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueSatisfying_Consumer_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueSatisfying_Consumer_Test.java index 43544f5f8f..2369ca6a07 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueSatisfying_Consumer_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValueSatisfying_Consumer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValue_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValue_Test.java index b6950a204b..24b259ddc5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompletedWithValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompleted_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompleted_Test.java index bedf8f4a0b..494096e850 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompleted_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isCompleted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isDone_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isDone_Test.java index 3f68c60a5f..d17da7fe42 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isDone_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isDone_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCancelled_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCancelled_Test.java index 4c38130f5e..072ac4999c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCancelled_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCancelled_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCompletedExceptionally_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCompletedExceptionally_Test.java index 9cc5e881d0..271109ae1a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCompletedExceptionally_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCompletedExceptionally_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCompleted_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCompleted_Test.java index 659d5f2a07..bf16b5df68 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCompleted_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotCompleted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotDone_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotDone_Test.java index 6c9f65c1b4..ba02fae30d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotDone_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_isNotDone_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_succeedsWithin_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_succeedsWithin_Test.java index 83995e970c..c9560f45a0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_succeedsWithin_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_succeedsWithin_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_succeedsWithin_duration_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_succeedsWithin_duration_Test.java index 4ff04e7a10..be420b9086 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_succeedsWithin_duration_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/CompletableFutureAssert_succeedsWithin_duration_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_failsWithin_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_failsWithin_Test.java index d4626f0160..7e34560233 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_failsWithin_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_failsWithin_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isCancelled_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isCancelled_Test.java index 06b4c429a9..4ed56f914b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isCancelled_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isCancelled_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isDone_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isDone_Test.java index eede11b146..c2efa60b1b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isDone_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isDone_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isNotCancelled_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isNotCancelled_Test.java index cca9590e44..7ef64bb8f2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isNotCancelled_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isNotCancelled_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isNotDone_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isNotDone_Test.java index 86737bdc4f..914a5aaaa5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isNotDone_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_isNotDone_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_succeedsWithin_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_succeedsWithin_Test.java index 20d03fc502..fc755a2a77 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_succeedsWithin_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_succeedsWithin_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_succeedsWithin_duration_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_succeedsWithin_duration_Test.java index ebf58c0ed6..b06f706297 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_succeedsWithin_duration_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureAssert_succeedsWithin_duration_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureTestHelper.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureTestHelper.java index b45c1eea35..d8dec35dca 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureTestHelper.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/future/FutureTestHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_asString_with_Charset_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_asString_with_Charset_Test.java index b15218df43..0f510dfb5b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_asString_with_Charset_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_asString_with_Charset_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasBinaryContent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasBinaryContent_Test.java index 2678fb8b84..b19733a196 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasBinaryContent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasBinaryContent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasContent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasContent_Test.java index 41ab562f74..5168ff32a2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasContent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasContent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasDigest_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasDigest_Test.java index c63fca6cda..e73368e575 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasDigest_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasDigest_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasSameContentAs_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasSameContentAs_Test.java index fbc2b14c87..b8eeda302c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasSameContentAs_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_hasSameContentAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_isEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_isEmpty_Test.java index fce6254bbe..8c694444d9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_isEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_isNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_isNotEmpty_Test.java index 03b72c63f6..f32e5a60b0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_isNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/InputStreamAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/UnmarkableByteArrayInputStream.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/UnmarkableByteArrayInputStream.java index 9a2d003576..9d28f50d42 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/UnmarkableByteArrayInputStream.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/inputstream/UnmarkableByteArrayInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/iterable/IterableAssert_withElementAssert_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/iterable/IterableAssert_withElementAssert_Test.java new file mode 100644 index 0000000000..3094d1e762 --- /dev/null +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/iterable/IterableAssert_withElementAssert_Test.java @@ -0,0 +1,100 @@ +/* + * Copyright 2012-2026 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.assertj.tests.core.api.iterable; + +import static org.assertj.core.api.Assertions.assertThat; + +import java.util.LinkedHashSet; +import java.util.List; + +import org.assertj.core.api.AbstractCharSequenceAssert; +import org.assertj.core.api.AbstractIterableAssert; +import org.assertj.core.api.AbstractStringAssert; +import org.assertj.core.api.AssertFactory; +import org.assertj.core.api.Assertions; +import org.assertj.core.api.ObjectAssert; +import org.junit.jupiter.api.Nested; +import org.junit.jupiter.api.Test; + +class IterableAssert_withElementAssert_Test { + + @Nested + class With_List { + + @Test + void should_allow_chaining_element_specific_assertions_with_factory_returning_concrete_assertion() { + // GIVEN + Iterable actual = List.of("Homer", "Marge"); + AssertFactory> assertFactory = Assertions::assertThat; + AbstractIterableAssert, String, ObjectAssert> underTest = assertThat(actual); + // WHEN + AbstractIterableAssert, String, AbstractStringAssert> result = underTest.withElementAssert(assertFactory); + // THEN + result.hasSize(2) + .first() + .startsWith("Hom"); + } + + @Test + void should_allow_chaining_element_specific_assertions_with_factory_returning_assertion_superclass() { + // GIVEN + Iterable actual = List.of("Homer", "Marge"); + AssertFactory> assertFactory = Assertions::assertThat; + AbstractIterableAssert, String, ObjectAssert> underTest = assertThat(actual); + // WHEN + AbstractIterableAssert, String, AbstractCharSequenceAssert> result = underTest.withElementAssert(assertFactory); + // THEN + result.hasSize(2) + .first() + .startsWith("Hom"); + } + + } + + @Nested + class With_Set { + + @Test + void should_allow_chaining_element_specific_assertions_with_factory_returning_concrete_assertion() { + // GIVEN + Iterable actual = new LinkedHashSet<>(List.of("Homer", "Marge")); + AssertFactory> assertFactory = Assertions::assertThat; + AbstractIterableAssert, String, ObjectAssert> underTest = assertThat(actual); + // WHEN + AbstractIterableAssert, String, AbstractStringAssert> result = underTest.withElementAssert(assertFactory); + // THEN + result.hasSize(2) + .first() + .startsWith("Hom"); + } + + @Test + void should_allow_chaining_element_specific_assertions_with_factory_returning_assertion_superclass() { + // GIVEN + Iterable actual = new LinkedHashSet<>(List.of("Homer", "Marge")); + AssertFactory> assertFactory = Assertions::assertThat; + AbstractIterableAssert, String, ObjectAssert> underTest = assertThat(actual); + // WHEN + AbstractIterableAssert, String, AbstractCharSequenceAssert> result = underTest.withElementAssert(assertFactory); + // THEN + result.hasSize(2) + .first() + .startsWith("Hom"); + } + + } + +} diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/AbstractSoftAssertionsExtensionIntegrationTests.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/AbstractSoftAssertionsExtensionIntegrationTests.java index be5029f255..74ac97f4a9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/AbstractSoftAssertionsExtensionIntegrationTests.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/AbstractSoftAssertionsExtensionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/BDDSoftAssertionsExtensionIntegrationTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/BDDSoftAssertionsExtensionIntegrationTest.java index e466bcba7c..1a7ea298d6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/BDDSoftAssertionsExtensionIntegrationTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/BDDSoftAssertionsExtensionIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/CustomSoftAssertions.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/CustomSoftAssertions.java index 79abac514c..714508f325 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/CustomSoftAssertions.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/CustomSoftAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/CustomSoftAssertionsExtensionIntegrationTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/CustomSoftAssertionsExtensionIntegrationTest.java index c3c1851b04..8e585016b8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/CustomSoftAssertionsExtensionIntegrationTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/CustomSoftAssertionsExtensionIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/ExtensionInjector.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/ExtensionInjector.java index 01123d7933..db148de8f2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/ExtensionInjector.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/ExtensionInjector.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionAPIIntegrationTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionAPIIntegrationTest.java index 9880633f8d..63a0695b7b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionAPIIntegrationTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionAPIIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionIntegrationTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionIntegrationTest.java index 8a3b15b139..309db615fa 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionIntegrationTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionUnitTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionUnitTest.java index 4a2cf34c14..b6ee66276a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionUnitTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtensionUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_InjectionSanityChecking_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_InjectionSanityChecking_Test.java index 98eb7943d7..652a4311d7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_InjectionSanityChecking_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_InjectionSanityChecking_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_Injection_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_Injection_Test.java index 5166721abf..a097687f77 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_Injection_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_Injection_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_PER_CLASS_Concurrency_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_PER_CLASS_Concurrency_Test.java index fe628501b7..b46c537151 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_PER_CLASS_Concurrency_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_PER_CLASS_Concurrency_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_PER_CLASS_Injection_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_PER_CLASS_Injection_Test.java index 972efe7f0e..59afde08fc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_PER_CLASS_Injection_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/SoftAssertionsExtension_PER_CLASS_Injection_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/TestKitUtils.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/TestKitUtils.java index dc593b5025..1f5e4e19fd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/TestKitUtils.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/junit/jupiter/TestKitUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/list/ListAssert_withElementAssert_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/list/ListAssert_withElementAssert_Test.java new file mode 100644 index 0000000000..1e1ecdc0f2 --- /dev/null +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/list/ListAssert_withElementAssert_Test.java @@ -0,0 +1,60 @@ +/* + * Copyright 2012-2026 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.assertj.tests.core.api.list; + +import static org.assertj.core.api.Assertions.assertThat; + +import java.util.List; + +import org.assertj.core.api.AbstractCharSequenceAssert; +import org.assertj.core.api.AbstractListAssert; +import org.assertj.core.api.AbstractStringAssert; +import org.assertj.core.api.AssertFactory; +import org.assertj.core.api.Assertions; +import org.assertj.core.api.ObjectAssert; +import org.junit.jupiter.api.Test; + +class ListAssert_withElementAssert_Test { + + @Test + void should_allow_chaining_element_specific_assertions_with_factory_returning_concrete_assertion() { + // GIVEN + List actual = List.of("Homer", "Marge"); + AssertFactory> assertFactory = Assertions::assertThat; + AbstractListAssert, String, ObjectAssert> underTest = assertThat(actual); + // WHEN + AbstractListAssert, String, AbstractStringAssert> result = underTest.withElementAssert(assertFactory); + // THEN + result.hasSize(2) + .first() + .startsWith("Hom"); + } + + @Test + void should_allow_chaining_element_specific_assertions_with_factory_returning_assertion_superclass() { + // GIVEN + List actual = List.of("Homer", "Marge"); + AssertFactory> assertFactory = Assertions::assertThat; + AbstractListAssert, String, ObjectAssert> underTest = assertThat(actual); + // WHEN + AbstractListAssert, String, AbstractCharSequenceAssert> result = underTest.withElementAssert(assertFactory); + // THEN + result.hasSize(2) + .first() + .startsWith("Hom"); + } + +} diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_doesNotReturn_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_doesNotReturn_Test.java index 4503c8386a..fba8fc90f5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_doesNotReturn_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_doesNotReturn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_Array_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_Array_Test.java index 23523f92c4..a421b25855 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_Array_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_Test.java index d96a48472c..53ef1db408 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_and_InstanceOfAssertFactory_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_and_InstanceOfAssertFactory_Test.java index 79d0f6ba35..750a4b5580 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_and_InstanceOfAssertFactory_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_Function_and_InstanceOfAssertFactory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_Array_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_Array_Test.java index 3435334788..654abbaafd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_Array_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_Test.java index 50660a54f7..90dfe47733 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_and_InstanceOfAssertFactory_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_and_InstanceOfAssertFactory_Test.java index 6d4ef6399d..0a97f2fce1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_and_InstanceOfAssertFactory_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_extracting_with_String_and_InstanceOfAssertFactory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_returns_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_returns_Test.java index cf57bfdf3f..23636bbdb1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_returns_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/object/ObjectAssert_returns_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_containsInstanceOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_containsInstanceOf_Test.java index 176a7eb0f6..536ef4f132 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_containsInstanceOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_containsInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_containsSame_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_containsSame_Test.java index e1d4425d53..5f18f934c2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_containsSame_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_containsSame_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_Test.java index 4f661dd98f..aed88a5f8f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,6 +20,7 @@ import static org.assertj.core.api.Assertions.catchThrowableOfType; import static org.assertj.core.api.BDDAssertions.then; import static org.assertj.core.error.OptionalShouldContain.shouldContain; +import static org.assertj.core.presentation.StandardRepresentation.STANDARD_REPRESENTATION; import static org.assertj.core.util.FailureMessages.actualIsNull; import static org.assertj.tests.core.util.AssertionsUtil.expectAssertionError; @@ -58,12 +59,11 @@ void should_fail_if_optional_does_not_contain_expected_value() { Optional actual = Optional.of("not-expected"); String expectedValue = "something"; // WHEN - AssertionFailedError error = catchThrowableOfType(AssertionFailedError.class, - () -> assertThat(actual).contains(expectedValue)); + var error = catchThrowableOfType(AssertionFailedError.class, () -> assertThat(actual).contains(expectedValue)); // THEN then(error).hasMessage(shouldContain(actual, expectedValue).create()); - then(error.getActual().getStringRepresentation()).isEqualTo(actual.get()); - then(error.getExpected().getStringRepresentation()).isEqualTo(expectedValue); + then(error.getActual().getStringRepresentation()).isEqualTo(STANDARD_REPRESENTATION.toStringOf(actual.get())); + then(error.getExpected().getStringRepresentation()).isEqualTo(STANDARD_REPRESENTATION.toStringOf(expectedValue)); } @Test diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_usingDefaultComparator_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_usingDefaultComparator_Test.java index 28d12e0848..d6655587f1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_usingDefaultComparator_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_usingDefaultComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_usingValueComparator_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_usingValueComparator_Test.java index 0b50bae48a..7496f6fb85 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_usingValueComparator_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_contains_usingValueComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_doesNotHaveValue_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_doesNotHaveValue_Test.java index eb2951e30e..37b5623e44 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_doesNotHaveValue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_doesNotHaveValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_flatMap_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_flatMap_Test.java index b1007407e8..de7ab3e73e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_flatMap_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_flatMap_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_get_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_get_Test.java index 4c361e30ca..d99dca2eaf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_get_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_get_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_get_with_InstanceOfAssertFactory_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_get_with_InstanceOfAssertFactory_Test.java index c76ca3c1ea..d8c23438c6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_get_with_InstanceOfAssertFactory_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_get_with_InstanceOfAssertFactory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueMatching_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueMatching_Test.java index 2b5a3b7f95..6b1b508216 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueMatching_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueMatching_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueSatisfying_Condition_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueSatisfying_Condition_Test.java index b0d6e04b18..fba7f0286b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueSatisfying_Condition_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueSatisfying_Condition_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueSatisfying_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueSatisfying_Test.java index 174845248e..81a4b61e0d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueSatisfying_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_hasValueSatisfying_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isEmpty_Test.java index b317d16723..bee9a60d30 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isNotEmpty_Test.java index 03d7f0c31c..3674c9c810 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isNotPresent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isNotPresent_Test.java index 702247fecb..cfc4081f63 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isNotPresent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isNotPresent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isPresent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isPresent_Test.java index 1550e04d3e..5d3b7dfd8f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isPresent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_isPresent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_map_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_map_Test.java index 3af3331e77..e597f6cb62 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_map_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optional/OptionalAssert_map_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValueCloseToOffset_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValueCloseToOffset_Test.java index c1e794c59f..466ae9bf20 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValueCloseToOffset_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValueCloseToOffset_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValueCloseToPercentage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValueCloseToPercentage_Test.java index 37d4cdd780..be2fc76838 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValueCloseToPercentage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValueCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValue_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValue_Test.java index bcd139db12..628a7e6697 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_hasValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isEmpty_Test.java index 835ca53d5f..f19a211b70 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isNotEmpty_Test.java index 207b359059..89d5353928 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isNotPresent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isNotPresent_Test.java index ca428a092f..fc2143e9f7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isNotPresent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isNotPresent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isPresent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isPresent_Test.java index 461bff52c1..74a006f8f3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isPresent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionaldouble/OptionalDoubleAssert_isPresent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_hasValue_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_hasValue_Test.java index 7363e1d948..88e333860f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_hasValue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_hasValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isEmpty_Test.java index d4f70eccb9..2b941ad650 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isNotEmpty_Test.java index 310bfa2196..22a0f7160a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isNotPresent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isNotPresent_Test.java index 4039111b6b..14491be443 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isNotPresent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isNotPresent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isPresent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isPresent_Test.java index 62b5a41c8b..41cb426790 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isPresent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/optionalint/OptionalIntAssert_isPresent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasDays_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasDays_Test.java index 4b5a21f674..9bebf8d237 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasDays_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasDays_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasMonths_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasMonths_Test.java index 688fb92ef2..f1ef8dbd13 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasMonths_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasMonths_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasYears_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasYears_Test.java index 385e0fb173..939e76e97c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasYears_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_hasYears_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_isNegative_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_isNegative_Test.java index ee5c3beee9..8876d5f61d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_isNegative_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_isNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_isPositive_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_isPositive_Test.java index 3e4aa51d14..43bddd52fb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_isPositive_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/period/PeriodAssert_isPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/AbstractRecursiveAssertionDriverTestBase.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/AbstractRecursiveAssertionDriverTestBase.java index 8db3195ab1..b4e9191e10 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/AbstractRecursiveAssertionDriverTestBase.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/AbstractRecursiveAssertionDriverTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_Test.java index 6da76f1112..552a779ab3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringAllNullFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringAllNullFields_Test.java index 95bf0664dc..6410439afa 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringAllNullFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringAllNullFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFieldsMatchingRegexes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFieldsMatchingRegexes_Test.java index 70b1f6451c..f6a20b44b6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFieldsMatchingRegexes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFieldsMatchingRegexes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFieldsOfTypes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFieldsOfTypes_Test.java index 749fe074f2..69e2191098 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFieldsOfTypes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFieldsOfTypes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFields_Test.java index 1c15247d61..81e4d2098f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringPrimitiveFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringPrimitiveFields_Test.java index bd8f63a2db..a7a3558f4e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringPrimitiveFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_allFieldsSatisfy_with_ignoringPrimitiveFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_hasNoNullFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_hasNoNullFields_Test.java index 3faa88a631..c31f0d6cb9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_hasNoNullFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_hasNoNullFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withCollectionPolicy_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withCollectionPolicy_Test.java index 1c55bc811e..1dfab43195 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withCollectionPolicy_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withCollectionPolicy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withIntrospectionStrategy_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withIntrospectionStrategy_Test.java index db786ceb2b..a594a6e71f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withIntrospectionStrategy_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withIntrospectionStrategy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withMapPolicy_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withMapPolicy_Test.java index df8f7f546f..e071a0cae9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withMapPolicy_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withMapPolicy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withOptionalPolicy_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withOptionalPolicy_Test.java index a18ae1303d..570cc58908 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withOptionalPolicy_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionAssert_withOptionalPolicy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionConfiguration_toString_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionConfiguration_toString_Test.java index 64c5e1b8e6..994ee70db1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionConfiguration_toString_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionConfiguration_toString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_AssertionApplicationTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_AssertionApplicationTest.java index 32f332c2ac..850e46feae 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_AssertionApplicationTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_AssertionApplicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_CollectionPolicyTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_CollectionPolicyTest.java index 808a5bac8c..d67eba0bfd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_CollectionPolicyTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_CollectionPolicyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_JavaClassLibraryRecursionTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_JavaClassLibraryRecursionTest.java index f8b307f401..ef05e02d47 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_JavaClassLibraryRecursionTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_JavaClassLibraryRecursionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_MapPolicyTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_MapPolicyTest.java index 3b05f0e21c..22acde17ce 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_MapPolicyTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_MapPolicyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_OptionalPolicy_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_OptionalPolicy_Test.java index 1fedc32853..3291d188fb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_OptionalPolicy_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_OptionalPolicy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_PrimitiveFieldHandlingTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_PrimitiveFieldHandlingTest.java index 55aeb2adcf..655bf9ac1c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_PrimitiveFieldHandlingTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_PrimitiveFieldHandlingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_RecursionTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_RecursionTest.java index 72180c8fc3..61644f9294 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_RecursionTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionDriver_RecursionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionNode_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionNode_Test.java index ed22da610b..4f0f9b9676 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionNode_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/assertion/RecursiveAssertionNode_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_compareTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_compareTo_Test.java index 2bc8b13e3c..f582a9602e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_compareTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_compareTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_multiLineDescription_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_multiLineDescription_Test.java index 74accb4ec9..4a57db766a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_multiLineDescription_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_multiLineDescription_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_rootComparisonDifference_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_rootComparisonDifference_Test.java index 4bf54e5e3a..dd6ee831e0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_rootComparisonDifference_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonDifference_rootComparisonDifference_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonKeyDifference_multiLineDescription_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonKeyDifference_multiLineDescription_Test.java index 2f20a719a5..2ebeed04e0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonKeyDifference_multiLineDescription_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/ComparisonKeyDifference_multiLineDescription_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/FieldComparators_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/FieldComparators_Test.java index 3b144b57e5..6b9d19f567 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/FieldComparators_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/FieldComparators_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/FieldMessages_registerMessage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/FieldMessages_registerMessage_Test.java index 87631d3dfe..86ce2470ac 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/FieldMessages_registerMessage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/FieldMessages_registerMessage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_BaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_BaseTest.java index 164aee8483..5ccad7cbb3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_BaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_BaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_defaultIntrospectionStrategy_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_defaultIntrospectionStrategy_Test.java index 5b1d4db976..bc1b83f8df 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_defaultIntrospectionStrategy_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_defaultIntrospectionStrategy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_isEqualTo_withIntrospectionStrategy_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_isEqualTo_withIntrospectionStrategy_Test.java index 479cdfd9d9..fc6b2d295b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_isEqualTo_withIntrospectionStrategy_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/RecursiveComparisonAssert_isEqualTo_withIntrospectionStrategy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_compare_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_compare_Test.java index b504edf0a9..df093dbe6d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_compare_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_compare_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_constructor_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_constructor_Test.java index 6714e72d64..4f5b102930 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_constructor_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_constructor_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_getDescription_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_getDescription_Test.java index 6a5e8652f1..e4e357dd4a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_getDescription_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/comparator/RecursiveComparator_getDescription_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_builder_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_builder_Test.java index ffc3a74d15..16bb56a710 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_builder_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_builder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_comparatorByType_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_comparatorByType_Test.java index f35be93194..0a528b4800 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_comparatorByType_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_comparatorByType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_fieldComparators_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_fieldComparators_Test.java index 23c3b5fc7a..0a8d5e83ae 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_fieldComparators_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_fieldComparators_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_fieldMessages_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_fieldMessages_Test.java index dc98b12fef..bdcbc114fc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_fieldMessages_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_fieldMessages_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_getActualNonIgnoreFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_getActualNonIgnoreFields_Test.java index a18bac120b..40656dd4a8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_getActualNonIgnoreFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_getActualNonIgnoreFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_hasCustomComparators_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_hasCustomComparators_Test.java index 18aeecee66..f703c5edc5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_hasCustomComparators_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_hasCustomComparators_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_ignoreFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_ignoreFields_Test.java index e72aac0086..e58c178b90 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_ignoreFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_ignoreFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_isOrIsChildOfAnyComparedFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_isOrIsChildOfAnyComparedFields_Test.java index fd9f5da7c5..ac4ff2d2b4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_isOrIsChildOfAnyComparedFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_isOrIsChildOfAnyComparedFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_multiLineDescription_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_multiLineDescription_Test.java index 055a3eeb7d..718097cd5a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_multiLineDescription_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_multiLineDescription_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreArrayOrder_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreArrayOrder_Test.java index fe448ac641..ae9fc6dfef 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreArrayOrder_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreArrayOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreCollectionOrder_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreCollectionOrder_Test.java index ec57686f40..1bc85dc35c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreCollectionOrder_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreCollectionOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreFields_Test.java index fe76855ebe..58756d27db 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreOverriddenEqualsOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreOverriddenEqualsOf_Test.java index d06fe58ccf..870e7983bf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreOverriddenEqualsOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldIgnoreOverriddenEqualsOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldNotEvaluate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldNotEvaluate_Test.java index d20a6ce4b3..49cf0a149d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldNotEvaluate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_shouldNotEvaluate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_someComparedFieldsHaveBeenSpecified_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_someComparedFieldsHaveBeenSpecified_Test.java index 15a980c903..9c3dae34ae 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_someComparedFieldsHaveBeenSpecified_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_someComparedFieldsHaveBeenSpecified_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_typeMessages_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_typeMessages_Test.java index b03a0641b8..b887e38da2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_typeMessages_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/configuration/RecursiveComparisonConfiguration_typeMessages_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_Test.java index 43b05e0e4c..80eb2c9b2d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_arrayValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_arrayValues_Test.java index 52ff1a0c91..d59e2d5f81 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_arrayValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_arrayValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_atomicValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_atomicValues_Test.java index dc792a49b2..dba2faedeb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_atomicValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_atomicValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_enumValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_enumValues_Test.java index f6af6f741c..c5599aa9f8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_enumValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_enumValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_getFieldName_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_getFieldName_Test.java index 5c43b15aff..7e67271038 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_getFieldName_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_getFieldName_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasNoContainerValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasNoContainerValues_Test.java index 2a73214c5d..1af65f53a9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasNoContainerValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasNoContainerValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasNoNullValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasNoNullValues_Test.java index 55a5cbac2f..c6e8a3131e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasNoNullValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasNoNullValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasPotentialCyclingValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasPotentialCyclingValues_Test.java index 42d03d0e69..fa81b80238 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasPotentialCyclingValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasPotentialCyclingValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasSomeJavaTypeValue_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasSomeJavaTypeValue_Test.java index c1d0469863..38fa26514c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasSomeJavaTypeValue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_hasSomeJavaTypeValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isActualAThrowable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isActualAThrowable_Test.java index ceeb7a0e35..e046e10e8a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isActualAThrowable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isActualAThrowable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isActualJavaType_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isActualJavaType_Test.java index 8012d5529f..7dbf79fdde 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isActualJavaType_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isActualJavaType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedAContainer_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedAContainer_Test.java index b5a1813429..da37822403 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedAContainer_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedAContainer_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedAThrowable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedAThrowable_Test.java index 81797b3238..35ba5ba8a3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedAThrowable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedAThrowable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedJavaType_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedJavaType_Test.java index d81d3da48f..8549f54583 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedJavaType_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_isExpectedJavaType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_iterableValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_iterableValues_Test.java index 9f9637ab00..019afb95cd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_iterableValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_iterableValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_mapValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_mapValues_Test.java index 1d6fe3faf6..01d8578afe 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_mapValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_mapValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_optionalValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_optionalValues_Test.java index 6b0b0319ad..c2c718dab4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_optionalValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_optionalValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_sameValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_sameValues_Test.java index 14ec197ee3..0b301e20da 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_sameValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/dualvalue/DualValue_sameValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingFields_getChildNodeValue_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingFields_getChildNodeValue_Test.java index 255453d876..b06307123b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingFields_getChildNodeValue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingFields_getChildNodeValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingFields_getChildrenNodeNamesOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingFields_getChildrenNodeNamesOf_Test.java index 07a8e421b6..6f1bf48b3e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingFields_getChildrenNodeNamesOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingFields_getChildrenNodeNamesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFieldsRecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFieldsRecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java index 0d57a7e47c..9c7d0d20e9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFieldsRecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFieldsRecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFields_getChildNodeValue_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFields_getChildNodeValue_Test.java index e0e64d9cca..852f0d1110 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFields_getChildNodeValue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFields_getChildNodeValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFields_getChildrenNodeNamesOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFields_getChildrenNodeNamesOf_Test.java index fe9dffe751..da1eb273cb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFields_getChildrenNodeNamesOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/ComparingSnakeOrCamelCaseFields_getChildrenNodeNamesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_assumptions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_assumptions_Test.java index 69b8130f80..390c945b07 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_assumptions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_assumptions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_bddSoftAssertions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_bddSoftAssertions_Test.java index 0db76fa829..3a34f53af6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_bddSoftAssertions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_bddSoftAssertions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_fluent_API_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_fluent_API_Test.java index 22026b68d6..c98e7029c5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_fluent_API_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_fluent_API_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_iterables_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_iterables_Test.java index b95ca89292..4783e671bb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_iterables_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_iterables_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_maps_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_maps_Test.java index dd82bfc961..f8aad8447a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_maps_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_maps_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_object_arrays_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_object_arrays_Test.java index ebf37676f2..3ed2d8ffc2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_object_arrays_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_object_arrays_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_optionals_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_optionals_Test.java index a5e4812efb..3d8bd8cbe9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_optionals_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_for_optionals_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_Test.java index c5cf377b64..cb16c6964b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_comparingOnlyFieldsOfTypes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_comparingOnlyFieldsOfTypes_Test.java index fe27447fe1..caddd14906 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_comparingOnlyFieldsOfTypes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_comparingOnlyFieldsOfTypes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_comparingOnlyFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_comparingOnlyFields_Test.java index 920ca20b9f..b6bfd17dba 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_comparingOnlyFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_comparingOnlyFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringArrayOrder_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringArrayOrder_Test.java index 875a0932bc..2a263a78b0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringArrayOrder_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringArrayOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringCollectionOrder_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringCollectionOrder_Test.java index 1469fea209..06ca2ed4f5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringCollectionOrder_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringCollectionOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringFieldsOfTypesMatchingRegexes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringFieldsOfTypesMatchingRegexes_Test.java index a76d6fd0ba..f76079937e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringFieldsOfTypesMatchingRegexes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringFieldsOfTypesMatchingRegexes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringFields_Test.java index b3bc12aad8..b66a2108a4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringOverriddenEquals_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringOverriddenEquals_Test.java index 9fe19d66b0..f03235b211 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringOverriddenEquals_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringOverriddenEquals_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java index 637eee1b0b..9c7258f525 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_java_objects_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_java_objects_Test.java index 4554e3b496..04dd8490b7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_java_objects_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_java_objects_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_strictTypeCheck_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_strictTypeCheck_Test.java index f8786676ed..2f4db73dd9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_strictTypeCheck_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_strictTypeCheck_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_usingOverriddenEquals_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_usingOverriddenEquals_Test.java index 934fc0f087..427d1d38bb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_usingOverriddenEquals_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_usingOverriddenEquals_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withComparatorsForFieldMatchingRegexes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withComparatorsForFieldMatchingRegexes_Test.java index eb82e01d08..ea71dd5b3a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withComparatorsForFieldMatchingRegexes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withComparatorsForFieldMatchingRegexes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withErrorMessageForFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withErrorMessageForFields_Test.java index b49ad27f63..9f0da812b2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withErrorMessageForFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withErrorMessageForFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withErrorMessageForType_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withErrorMessageForType_Test.java index f109f1bbb7..7923099206 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withErrorMessageForType_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withErrorMessageForType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withFieldComparators_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withFieldComparators_Test.java index e8309194ef..27d7d12137 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withFieldComparators_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withFieldComparators_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withTypeComparators_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withTypeComparators_Test.java index ca6110a0af..c86111a6ab 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withTypeComparators_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_withTypeComparators_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_arrays_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_arrays_Test.java index d2a4bc17cf..54ecf0a885 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_arrays_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_arrays_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_enums_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_enums_Test.java index edb412627d..0daea9d624 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_enums_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_enums_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_iterables_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_iterables_Test.java index 7a914e05e7..44dece452c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_iterables_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_iterables_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_java_types_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_java_types_Test.java index 886ccc7a0e..2481ddfa70 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_java_types_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_java_types_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_maps_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_maps_Test.java index 24b0cc1bfc..b4211241e8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_maps_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_maps_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_optional_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_optional_Test.java index 2cbdf368a8..a9ee893463 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_optional_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_optional_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_throwable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_throwable_Test.java index ff0f8ae398..54450caf24 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_throwable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isEqualTo_with_throwable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isIn_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isIn_Test.java index cc7815f509..070965c565 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isIn_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotEqualTo_Test.java index ae9f8e3d66..bd4496e5d5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotEqualTo_with_record_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotEqualTo_with_record_Test.java index 9357cbc8e3..405c9d216a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotEqualTo_with_record_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotEqualTo_with_record_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotIn_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotIn_Test.java index 0fee2e6d04..7840506ab8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotIn_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_isNotIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_softAssertions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_softAssertions_Test.java index 5af7c749b6..9d1f1a2c04 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_softAssertions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_softAssertions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_with_records_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_with_records_Test.java index bc736219a5..683d71378a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_with_records_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/RecursiveComparisonAssert_with_records_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/WithComparingFieldsIntrospectionStrategyBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/WithComparingFieldsIntrospectionStrategyBaseTest.java index 77bc4a8b2a..6f49bbcaa5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/WithComparingFieldsIntrospectionStrategyBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/WithComparingFieldsIntrospectionStrategyBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/WithComparingSnakeOrCamelCaseFieldsIntrospectionStrategyBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/WithComparingSnakeOrCamelCaseFieldsIntrospectionStrategyBaseTest.java index 32ad840365..3a2edc3f8e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/WithComparingSnakeOrCamelCaseFieldsIntrospectionStrategyBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/fields/WithComparingSnakeOrCamelCaseFieldsIntrospectionStrategyBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/LegacyRecursiveComparisonIntrospectionStrategy_getChildrenNodeNamesOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/LegacyRecursiveComparisonIntrospectionStrategy_getChildrenNodeNamesOf_Test.java index 2c4668c5f8..50df9ae140 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/LegacyRecursiveComparisonIntrospectionStrategy_getChildrenNodeNamesOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/LegacyRecursiveComparisonIntrospectionStrategy_getChildrenNodeNamesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_assumptions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_assumptions_Test.java index a16913026a..1d7a65368e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_assumptions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_assumptions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_bddSoftAssertions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_bddSoftAssertions_Test.java index afa74fd32e..c11c5a3e1f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_bddSoftAssertions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_bddSoftAssertions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_fluent_API_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_fluent_API_Test.java index 89d3881edb..1222537c6d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_fluent_API_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_fluent_API_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_iterables_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_iterables_Test.java index 0bf89ef27f..7f89b43315 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_iterables_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_iterables_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_maps_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_maps_Test.java index 86097196e7..84f377018a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_maps_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_maps_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_object_arrays_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_object_arrays_Test.java index 8f36a3c4c3..f104409b39 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_object_arrays_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_object_arrays_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_optionals_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_optionals_Test.java index 0058ecfe72..35572011b0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_optionals_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_for_optionals_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_Test.java index 73829831c1..8247d01d45 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_comparingOnlyFieldsOfTypes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_comparingOnlyFieldsOfTypes_Test.java index 424491047f..13d8465796 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_comparingOnlyFieldsOfTypes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_comparingOnlyFieldsOfTypes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_comparingOnlyFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_comparingOnlyFields_Test.java index d6c42e76bb..a3616f37f9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_comparingOnlyFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_comparingOnlyFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringCollectionOrder_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringCollectionOrder_Test.java index aa1f636110..381944b0c4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringCollectionOrder_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringCollectionOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringFieldsOfTypesMatchingRegexes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringFieldsOfTypesMatchingRegexes_Test.java index 2aedaea9ca..ec5e797045 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringFieldsOfTypesMatchingRegexes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringFieldsOfTypesMatchingRegexes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringFields_Test.java index 50ad0a443a..e58522d18c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringOverriddenEquals_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringOverriddenEquals_Test.java index e90fcc9655..d60a1c5506 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringOverriddenEquals_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringOverriddenEquals_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java index e85d25e1dd..3a7750cec5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_java_objects_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_java_objects_Test.java index 81d4eeabde..49af7d8328 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_java_objects_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_java_objects_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_strictTypeCheck_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_strictTypeCheck_Test.java index 2398c9f49e..2cc3fd206e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_strictTypeCheck_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_strictTypeCheck_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_usingOverriddenEquals_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_usingOverriddenEquals_Test.java index 1680d57370..69a35e86c4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_usingOverriddenEquals_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_usingOverriddenEquals_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withComparatorsForFieldMatchingRegexes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withComparatorsForFieldMatchingRegexes_Test.java index f50297fdc4..f1c06b7e26 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withComparatorsForFieldMatchingRegexes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withComparatorsForFieldMatchingRegexes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withErrorMessageForFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withErrorMessageForFields_Test.java index 34c68b4e7b..1e70be6507 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withErrorMessageForFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withErrorMessageForFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withErrorMessageForType_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withErrorMessageForType_Test.java index 389018eb13..a751adcea1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withErrorMessageForType_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withErrorMessageForType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withFieldComparators_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withFieldComparators_Test.java index 2f30fbb1d3..f4025e9b90 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withFieldComparators_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withFieldComparators_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withTypeComparators_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withTypeComparators_Test.java index a4f2158207..7596c77c07 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withTypeComparators_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_withTypeComparators_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_arrays_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_arrays_Test.java index e75fa0de92..c7b11e7208 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_arrays_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_arrays_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_enums_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_enums_Test.java index 7935f4d936..ed456d9242 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_enums_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_enums_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_iterables_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_iterables_Test.java index cad4aa2b12..6f7806ca1c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_iterables_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_iterables_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_java_types_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_java_types_Test.java index cb2ffabe52..f558a02d4e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_java_types_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_java_types_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_maps_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_maps_Test.java index 065f9859ce..5743317c43 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_maps_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_maps_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_optional_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_optional_Test.java index 5d440291c6..470d42081e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_optional_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isEqualTo_with_optional_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isIn_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isIn_Test.java index f6b8d58ebb..f3248db516 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isIn_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotEqualTo_Test.java index ef5a832e4a..eb8b993ec2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotEqualTo_with_record_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotEqualTo_with_record_Test.java index 018a9f8159..0c00727b01 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotEqualTo_with_record_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotEqualTo_with_record_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotIn_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotIn_Test.java index 07ddf199db..ac7331e694 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotIn_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_isNotIn_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_softAssertions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_softAssertions_Test.java index 089d36c213..8a25a9958b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_softAssertions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/RecursiveComparisonAssert_softAssertions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/WithLegacyIntrospectionStrategyBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/WithLegacyIntrospectionStrategyBaseTest.java index 8f032d3a7f..8dd4c75082 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/WithLegacyIntrospectionStrategyBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/legacy/WithLegacyIntrospectionStrategyBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/ComparingProperties_getChildNodeValue_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/ComparingProperties_getChildNodeValue_Test.java index 50e66f6585..2b7a0b610f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/ComparingProperties_getChildNodeValue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/ComparingProperties_getChildNodeValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/ComparingProperties_getChildrenNodeNamesOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/ComparingProperties_getChildrenNodeNamesOf_Test.java index 2d50ea1795..d2127f6387 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/ComparingProperties_getChildrenNodeNamesOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/ComparingProperties_getChildrenNodeNamesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java index 94eadc3768..935b59e29c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/RecursiveComparisonAssert_isEqualTo_ignoringTransientFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/RecursiveComparisonAssert_isEqualTo_withIntrospectionStrategy_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/RecursiveComparisonAssert_isEqualTo_withIntrospectionStrategy_Test.java index c3d03d3256..affb7b1258 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/RecursiveComparisonAssert_isEqualTo_withIntrospectionStrategy_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/RecursiveComparisonAssert_isEqualTo_withIntrospectionStrategy_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/WithComparingPropertiesIntrospectionStrategyBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/WithComparingPropertiesIntrospectionStrategyBaseTest.java index d43cfb485c..9a174cdfbe 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/WithComparingPropertiesIntrospectionStrategyBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/comparison/properties/WithComparingPropertiesIntrospectionStrategyBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Address.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Address.java index 8d1d24104b..3f3d38cd2c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Address.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Address.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AddressDto.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AddressDto.java index 82d1c705c2..a081462efd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AddressDto.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AddressDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysDifferentAddress.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysDifferentAddress.java index 4f67e0a53e..bdc3d9e551 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysDifferentAddress.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysDifferentAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysDifferentPerson.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysDifferentPerson.java index 144daa39be..c83689db74 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysDifferentPerson.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysDifferentPerson.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysEqualAddress.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysEqualAddress.java index b0350e0581..4481fcb054 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysEqualAddress.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysEqualAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysEqualPerson.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysEqualPerson.java index 4a2e8f49f1..21f0f3a906 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysEqualPerson.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/AlwaysEqualPerson.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Author.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Author.java index dd6328fb77..3b6f197872 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Author.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Author.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Color.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Color.java index f553b64ecc..9484085a70 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Color.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Color.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/ColorDto.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/ColorDto.java index 5b3c4ebab0..5c83ac7e18 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/ColorDto.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/ColorDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/ColorWithCode.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/ColorWithCode.java index 6cd92fe6c5..960b85d5dc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/ColorWithCode.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/ColorWithCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/DualValueUtil.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/DualValueUtil.java index 7b327be1c7..0261a02c4b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/DualValueUtil.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/DualValueUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/FriendlyPerson.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/FriendlyPerson.java index 21f26e586d..b1f91edc2f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/FriendlyPerson.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/FriendlyPerson.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Giant.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Giant.java index 7c64007b70..af8e419a78 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Giant.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Giant.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Home.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Home.java index 056dee74f9..4cb682cd45 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Home.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Home.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/HomeDto.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/HomeDto.java index a56e359cd8..7b869f8838 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/HomeDto.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/HomeDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Human.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Human.java index 06cf082487..f5d2c68f67 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Human.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Human.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Light.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Light.java index ae4f438b22..d17eea1f63 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Light.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Light.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/LightDto.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/LightDto.java index f9e5658c77..5f2a916bef 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/LightDto.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/LightDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Person.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Person.java index 27fc1005a1..2d2c5a95d1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Person.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/PersonDto.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/PersonDto.java index aec761eb90..f85aad30e0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/PersonDto.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/PersonDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/PersonDtoWithPersonNeighbour.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/PersonDtoWithPersonNeighbour.java index 1f1cd080f9..206f90bddd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/PersonDtoWithPersonNeighbour.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/PersonDtoWithPersonNeighbour.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Theme.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Theme.java index 8b22c896f3..5f9f561e34 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Theme.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Theme.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/TimeOffset.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/TimeOffset.java index 82064b461f..3d1e82429d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/TimeOffset.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/TimeOffset.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/TimeOffsetDto.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/TimeOffsetDto.java index 3178c54942..2eea9723a8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/TimeOffsetDto.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/TimeOffsetDto.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithGroupField.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithGroupField.java index 6fb7a1f630..459d339844 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithGroupField.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithGroupField.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithMap.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithMap.java index 606561fde6..95bc5db020 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithMap.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithObject.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithObject.java index 03efedfb0f..3ad8e6761e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithObject.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/WithObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Worker.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Worker.java index 22890118c4..48fbd65c7c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Worker.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/data/Worker.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_Test.java index 7da2938d4b..f0d6873ec4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_exactlyMatches_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_exactlyMatches_Test.java index 3614b6435c..39ef65add2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_exactlyMatches_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_exactlyMatches_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_field_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_field_Test.java index 5553dc9547..cc66577144 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_field_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_field_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hasChild_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hasChild_Test.java index 866f20e69d..3f98dcf380 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hasChild_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hasChild_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hasParent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hasParent_Test.java index e8e9446e80..80fd1c529d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hasParent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hasParent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hierarchyMatchesRegex_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hierarchyMatchesRegex_Test.java index 076f95a273..286c5d3ac9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hierarchyMatchesRegex_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hierarchyMatchesRegex_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hierarchyMatches_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hierarchyMatches_Test.java index 69eb11d7a1..1e9601001d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hierarchyMatches_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_hierarchyMatches_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_isRoot_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_isRoot_Test.java index b3d607b4c1..1f83169e03 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_isRoot_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_isRoot_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_isTopLevelField_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_isTopLevelField_Test.java index b9a517927f..d7b98835fb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_isTopLevelField_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/recursive/fieldlocation/FieldLocation_isTopLevelField_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_cause_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_cause_Test.java index 21f7c6c910..b422a1ed76 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_cause_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_cause_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_rootCause_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_rootCause_Test.java index 6e196f4296..4f8786c846 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_rootCause_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_rootCause_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_suppressedExceptions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_suppressedExceptions_Test.java index 99837c2220..24d5e0e26e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_suppressedExceptions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/api/throwable/ThrowableAssert_suppressedExceptions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/Configuration_apply_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/Configuration_apply_Test.java index 8a44d2a5a3..0dc57d7447 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/Configuration_apply_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/Configuration_apply_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/Configuration_describe_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/Configuration_describe_Test.java index b7cc912fbe..e07c3f238f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/Configuration_describe_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/Configuration_describe_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/NonDefaultConfiguration.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/NonDefaultConfiguration.java index f2ab085317..babfab580f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/NonDefaultConfiguration.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/configuration/NonDefaultConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Index_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Index_Test.java index 10110b5fde..f3a8ba8b73 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Index_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/MapEntry_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/MapEntry_Test.java index 3f195b7ac2..cd91a4cd5b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/MapEntry_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/MapEntry_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Offset_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Offset_Test.java index 39834d872f..e996482725 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Offset_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Offset_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Percentage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Percentage_Test.java index db0a8f083f..ddc2666118 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Percentage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/data/Percentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/Description_mostRelevantDescription_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/Description_mostRelevantDescription_Test.java index 4b070bd06e..7cebc2ed76 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/Description_mostRelevantDescription_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/Description_mostRelevantDescription_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/Description_toString_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/Description_toString_Test.java index 8d52e79b74..91e61b9bb0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/Description_toString_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/Description_toString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/EmptyTextDescription_emptyText_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/EmptyTextDescription_emptyText_Test.java index fec1e29595..e5eb243ae8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/EmptyTextDescription_emptyText_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/EmptyTextDescription_emptyText_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/JoinDescription_value_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/JoinDescription_value_Test.java index dad98da15b..4b451ac500 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/JoinDescription_value_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/JoinDescription_value_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_constructor_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_constructor_Test.java index 7ac50420db..09fb5e0a3f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_constructor_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_constructor_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_equals_hashCode_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_equals_hashCode_Test.java index 30e80cd552..9c699afe5d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_equals_hashCode_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_equals_hashCode_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_toString_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_toString_Test.java index 236a911347..46239732b4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_toString_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_toString_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_value_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_value_Test.java index e173f9fd3c..977ecc5628 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_value_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/description/TextDescription_value_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/ShouldBeEqual_assertj_elements_stack_trace_filtering_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/ShouldBeEqual_assertj_elements_stack_trace_filtering_Test.java index 7fd3eb9ebb..5279dac816 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/ShouldBeEqual_assertj_elements_stack_trace_filtering_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/ShouldBeEqual_assertj_elements_stack_trace_filtering_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/array2d/Array2dElementShouldBeDeepEqual_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/array2d/Array2dElementShouldBeDeepEqual_create_Test.java index 3b9534b56b..f62a0a1cb3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/array2d/Array2dElementShouldBeDeepEqual_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/array2d/Array2dElementShouldBeDeepEqual_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCancelled_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCancelled_create_Test.java index bd3190585a..e3751e8725 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCancelled_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCancelled_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCompletedWithin_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCompletedWithin_create_Test.java index 683b627a57..b31fbbf2f4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCompletedWithin_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCompletedWithin_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCompleted_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCompleted_create_Test.java index cad3fa7bde..975b2b7c7e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCompleted_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeCompleted_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeDone_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeDone_create_Test.java index 1fbc3a06ee..1cb4efa81c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeDone_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldBeDone_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveCompletedExceptionallyWithin_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveCompletedExceptionallyWithin_create_Test.java index 6f83da53aa..c4da125867 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveCompletedExceptionallyWithin_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveCompletedExceptionallyWithin_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveCompletedExceptionally_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveCompletedExceptionally_create_Test.java index b1bcf2a43d..47d3f36000 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveCompletedExceptionally_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveCompletedExceptionally_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveFailedWithin_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveFailedWithin_create_Test.java index 12b744eef4..d43d796a8d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveFailedWithin_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveFailedWithin_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveFailed_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveFailed_create_Test.java index 8d4d2c5a75..7372734559 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveFailed_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldHaveFailed_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeCancelled_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeCancelled_create_Test.java index 8778281efe..d6bdb5324b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeCancelled_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeCancelled_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeCompleted_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeCompleted_create_Test.java index e8fa46fa98..6fcb9a94de 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeCompleted_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeCompleted_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeDone_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeDone_create_Test.java index e04f7e13c2..eb787b5147 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeDone_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotBeDone_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotHaveCompletedExceptionally_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotHaveCompletedExceptionally_create_Test.java index 16e255f025..f939bb6e49 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotHaveCompletedExceptionally_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotHaveCompletedExceptionally_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotHaveFailed_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotHaveFailed_create_Test.java index 1756a442ef..db0fe9df7f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotHaveFailed_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/future/ShouldNotHaveFailed_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldBeEqualToWithSortedQueryParameters_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldBeEqualToWithSortedQueryParameters_create_Test.java index 8de909f8aa..535186e556 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldBeEqualToWithSortedQueryParameters_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldBeEqualToWithSortedQueryParameters_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveAnchor_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveAnchor_create_Test.java index 090bf4bfd5..2ae3b07599 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveAnchor_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveAnchor_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveAuthority_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveAuthority_create_Test.java index f8ce88fdad..91fb677997 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveAuthority_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveAuthority_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveFragment_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveFragment_create_Test.java index dc1fca4a8f..114674ddda 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveFragment_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveFragment_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveHost_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveHost_create_Test.java index f3a3c621b5..574e31970e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveHost_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveHost_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveNoHost_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveNoHost_create_Test.java index ac0c03784d..a0c721c394 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveNoHost_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveNoHost_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveParameter_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveParameter_create_Test.java index d4a1da0c48..3f0e484a18 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveParameter_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveParameter_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHavePath_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHavePath_create_Test.java index 71bc44dab4..d44fc04f5c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHavePath_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHavePath_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHavePort_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHavePort_create_Test.java index f9ddc4b919..fc65bbce49 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHavePort_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHavePort_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveQuery_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveQuery_create_Test.java index 7426bcad4a..48bc77a46a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveQuery_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveQuery_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveScheme_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveScheme_create_Test.java index 358c6b9b36..746f5283ce 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveScheme_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveScheme_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveUserInfo_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveUserInfo_create_Test.java index 5c8be6640c..8b4091d20d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveUserInfo_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/error/uri/ShouldHaveUserInfo_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_assertNotNull_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_assertNotNull_Test.java index d1076a5aad..7cb3c708cb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_assertNotNull_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_assertNotNull_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_extract_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_extract_Test.java index f4e4aebf20..27abf24a36 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_extract_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_extract_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_extract_tuples_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_extract_tuples_Test.java index e79de701a6..a0605556d1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_extract_tuples_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/FieldsOrPropertiesExtractor_extract_tuples_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_extractProperty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_extractProperty_Test.java index e066ac758d..55a5df39ad 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_extractProperty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_extractProperty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_from_with_Collection_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_from_with_Collection_Test.java index fe15c74e52..de8e5ed1a6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_from_with_Collection_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_from_with_Collection_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_from_with_array_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_from_with_array_Test.java index 9f3eaab35a..ee41d3e2b3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_from_with_array_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_from_with_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_ofType_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_ofType_Test.java index 8d88b08e6b..e7ecafdc3f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_ofType_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Properties_ofType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Tuple_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Tuple_Test.java index d8d3853b85..bc16fc1d91 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Tuple_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/groups/Tuple_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/ClassesBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/ClassesBaseTest.java index adb14c4e4a..4627d6451b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/ClassesBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/ClassesBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_digestDiff_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_digestDiff_Test.java index bf3191ad81..b1c2627046 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_digestDiff_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_digestDiff_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_fromHex_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_fromHex_Test.java index 8c5c1f9ce4..d1a5271d7a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_fromHex_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_fromHex_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_toHex_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_toHex_Test.java index 4f76034d99..226c9bba9c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_toHex_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/Digests_toHex_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/SpliteratorsBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/SpliteratorsBaseTest.java index e0cc405b44..5a3baeec53 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/SpliteratorsBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/SpliteratorsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/StringsBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/StringsBaseTest.java index b99d96a75f..885d439c5c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/StringsBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/StringsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_BaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_BaseTest.java index 3b4f5832bd..35d1a520fe 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_BaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_BaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertContains_at_Index_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertContains_at_Index_Test.java index 893bd12984..1f70a2ca86 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertContains_at_Index_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertDoesNotContain_at_Index_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertDoesNotContain_at_Index_Test.java index 29872c6313..0a9c1f6734 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertDoesNotContain_at_Index_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertEmpty_Test.java index a838a86eaa..faab0c420e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertHasDimensions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertHasDimensions_Test.java index 6431e5d74d..accaa11a85 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertHasDimensions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertHasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertHasSameDimensionsAs_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertHasSameDimensionsAs_Test.java index 185dd9c58f..71e76142e7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertHasSameDimensionsAs_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertHasSameDimensionsAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNotEmpty_Test.java index ab4c49c114..b506bd7f5f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNullOrEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNullOrEmpty_Test.java index 6319f44742..f6b242418b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNullOrEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNumberOfRows_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNumberOfRows_Test.java index fdd69c061d..7be95891b0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNumberOfRows_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/arrays2d/Arrays2D_assertNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasDeclaredFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasDeclaredFields_Test.java index 701feca930..acf2883dfb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasDeclaredFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasDeclaredFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasDeclaredMethods_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasDeclaredMethods_Test.java index d923b61664..fe2c5a2c9a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasDeclaredMethods_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasDeclaredMethods_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasMethods_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasMethods_Test.java index e5a4ceb1c6..549a34d10f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasMethods_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasMethods_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasOnlyDeclaredFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasOnlyDeclaredFields_Test.java index c20919bcab..f8d4ddf501 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasOnlyDeclaredFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasOnlyDeclaredFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasOnlyPublicFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasOnlyPublicFields_Test.java index 9d26ecb310..89ba480cfc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasOnlyPublicFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasOnlyPublicFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasPublicFields_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasPublicFields_Test.java index f8f7fd362d..6b7dee80dd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasPublicFields_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasPublicFields_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasPublicMethods_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasPublicMethods_Test.java index e681a34421..d34a7d2621 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasPublicMethods_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertHasPublicMethods_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertIsAssignableFrom_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertIsAssignableFrom_Test.java index 746e8a6d34..57251f17f6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertIsAssignableFrom_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/classes/Classes_assertIsAssignableFrom_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/failures/Failures_failure_with_ErrorMessage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/failures/Failures_failure_with_ErrorMessage_Test.java index 202cd4de5b..48651d352a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/failures/Failures_failure_with_ErrorMessage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/failures/Failures_failure_with_ErrorMessage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/BinaryDiff_diff_InputStream_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/BinaryDiff_diff_InputStream_Test.java index 629509c842..69b7abd00a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/BinaryDiff_diff_InputStream_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/BinaryDiff_diff_InputStream_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/BinaryDiff_diff_InputStream_bytes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/BinaryDiff_diff_InputStream_bytes_Test.java index 15bcd692fd..c79eb6100b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/BinaryDiff_diff_InputStream_bytes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/BinaryDiff_diff_InputStream_bytes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/Diff_diff_InputStream_String_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/Diff_diff_InputStream_String_Test.java index 8f7de11b0a..28cb677ff6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/Diff_diff_InputStream_String_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/Diff_diff_InputStream_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/Diff_diff_InputStream_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/Diff_diff_InputStream_Test.java index 09d8af4627..f488a2e4e2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/Diff_diff_InputStream_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/inputstreams/Diff_diff_InputStream_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArraysBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArraysBaseTest.java index 54ff31e2f7..65cae82ae6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArraysBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArraysWithConditionBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArraysWithConditionBaseTest.java index 8bb887392d..3cd75654df 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArraysWithConditionBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArraysWithConditionBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreAtLeast_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreAtLeast_Test.java index 824cf8c09a..e2ec9bf86c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreAtLeast_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreAtLeast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreAtMost_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreAtMost_Test.java index 7a793e502c..673f53a690 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreAtMost_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreAtMost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreExactly_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreExactly_Test.java index 68652ce2ae..8a79a886b5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreExactly_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreNot_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreNot_Test.java index c848d2e4b6..6b782ca731 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreNot_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAreNot_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAre_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAre_Test.java index e7a09f2a8a..142bd4de18 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAre_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertAre_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsAll_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsAll_Test.java index a8410335bb..d987e863cf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsAll_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsAll_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsAnyOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsAnyOf_Test.java index 120362b908..78f8c4846e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsAnyOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsExactlyInAnyOrder_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsExactlyInAnyOrder_Test.java index 4b2d276c16..67888e30b4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsExactlyInAnyOrder_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsExactly_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsExactly_Test.java index dd8d5d85e3..aa4a5038c6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsExactly_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsNull_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsNull_Test.java index daf76a25de..25c2cb88ee 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsNull_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsNull_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnlyNulls_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnlyNulls_Test.java index c40a26ab7f..d177dbd70f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnlyNulls_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnlyNulls_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnlyOnce_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnlyOnce_Test.java index 3c408826ca..1b46436be9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnlyOnce_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnly_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnly_Test.java index 7d35226ac2..1ba74b4651 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnly_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsSequence_Test.java index 969f2878d5..e80b6630c1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsSubsequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsSubsequence_Test.java index 85a956fd32..f72781ad27 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsSubsequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContainsSubsequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContains_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContains_Test.java index a2085e56e5..e38dad334c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContains_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContains_at_Index_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContains_at_Index_Test.java index 455f482c57..b2066dd2e6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContains_at_Index_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoNotHave_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoNotHave_Test.java index 22ce640269..4e96e07e2a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoNotHave_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoNotHave_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainAnyElementsOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainAnyElementsOf_Test.java index 78b6a313b8..fc5e02573f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainAnyElementsOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainAnyElementsOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainNull_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainNull_Test.java index b7cb938743..87e5ee1c96 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainNull_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainNull_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainSequence_Test.java index fee9303b0e..ba34a5f52d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainSubsequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainSubsequence_Test.java index 36535dfbd4..091576b77c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainSubsequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContainSubsequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContain_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContain_Test.java index 5da146b48a..7f6a24888d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContain_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContain_at_Index_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContain_at_Index_Test.java index ef15c47b42..9b5f8aaa84 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotHaveAnyElementsOfTypes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotHaveAnyElementsOfTypes_Test.java index 15eb0dec77..b39ec2a546 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotHaveAnyElementsOfTypes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotHaveAnyElementsOfTypes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotHaveDuplicates_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotHaveDuplicates_Test.java index 4c32e2bfc6..d212d8c4ce 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotHaveDuplicates_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertDoesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEmpty_Test.java index 2bfa9acd2b..9625f323ee 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEndsWithFirstAndRest_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEndsWithFirstAndRest_Test.java index d68d50eaec..3529109f4f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEndsWithFirstAndRest_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEndsWithFirstAndRest_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEndsWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEndsWith_Test.java index 89981803c3..70c12de263 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEndsWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasAtLeastOneElementOfType_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasAtLeastOneElementOfType_Test.java index ab694a4453..ecce08c360 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasAtLeastOneElementOfType_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasAtLeastOneElementOfType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasExactlyElementsOfTypes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasExactlyElementsOfTypes_Test.java index df3d83b734..cc3a7b9fe2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasExactlyElementsOfTypes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasExactlyElementsOfTypes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasOnlyElementsOfType_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasOnlyElementsOfType_Test.java index 368db58ac3..4ee20ff772 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasOnlyElementsOfType_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasOnlyElementsOfType_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasOnlyElementsOfTypes_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasOnlyElementsOfTypes_Test.java index 26f28731a4..a55ff618e8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasOnlyElementsOfTypes_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasOnlyElementsOfTypes_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSameSizeAs_with_Array_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSameSizeAs_with_Array_Test.java index ca3c112390..b9467f35c9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSameSizeAs_with_Iterable_Test.java index c138c35f0b..92094bda58 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeBetween_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeBetween_Test.java index dc22e61425..1766935a24 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeBetween_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeGreaterThanOrEqualTo_Test.java index 045183f6f7..2dbb01d31d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeGreaterThan_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeGreaterThan_Test.java index 9e1a238d63..2178cc5dda 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeGreaterThan_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeLessThanOrEqualTo_Test.java index dfc1fdcfa0..d868490768 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeLessThan_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeLessThan_Test.java index 1464891166..91ade2213d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeLessThan_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSize_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSize_Test.java index cdceda137f..af9f5b5c61 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSize_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveAtLeast_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveAtLeast_Test.java index d032285133..f3d40fd204 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveAtLeast_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveAtLeast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveAtMost_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveAtMost_Test.java index f8360b508a..0bf257ec4f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveAtMost_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveAtMost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveExactly_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveExactly_Test.java index 61af3fb672..1335b80cd6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveExactly_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveNot_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveNot_Test.java index 68183b9379..bc917e540e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveNot_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHaveNot_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHave_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHave_Test.java index 5bb22ab842..098129e3f3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHave_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertHave_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSortedAccordingToComparator_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSortedAccordingToComparator_Test.java index 94c6d3e399..ef50ca2667 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSortedAccordingToComparator_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSorted_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSorted_Test.java index c6a5103028..e0da8ed997 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSorted_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSubsetOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSubsetOf_Test.java index 1a23be6a8d..3efc811afd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSubsetOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertIsSubsetOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertNotEmpty_Test.java index faea290376..0dfb4b36c2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertNullOrEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertNullOrEmpty_Test.java index 4645e40816..af857d6f6d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertNullOrEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertStartsWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertStartsWith_Test.java index fed64aa38c..311fc0be0c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertStartsWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/objectarrays/ObjectArrays_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/PathsBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/PathsBaseTest.java index 88a3ac9fc9..5fe9e554b0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/PathsBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/PathsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/PathsSimpleBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/PathsSimpleBaseTest.java index de7ecfd134..12cdf053e1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/PathsSimpleBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/PathsSimpleBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertEndsWithRaw_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertEndsWithRaw_Test.java index a79b6aae7a..0912343590 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertEndsWithRaw_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertEndsWithRaw_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertEndsWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertEndsWith_Test.java index 8c0e268c59..e7368128cd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertEndsWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertExistsNoFollowLinks_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertExistsNoFollowLinks_Test.java index 19345735ab..98928356ed 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertExistsNoFollowLinks_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertExistsNoFollowLinks_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertExists_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertExists_Test.java index 541d794532..c8c6b722e2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertExists_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertExists_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasBinaryContent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasBinaryContent_Test.java index 3c97ba8cad..459bdee37b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasBinaryContent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasBinaryContent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_MessageDigest_and_Byte_array_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_MessageDigest_and_Byte_array_Test.java index 267107dedd..0677a0e273 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_MessageDigest_and_Byte_array_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_MessageDigest_and_Byte_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_MessageDigest_and_String_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_MessageDigest_and_String_Test.java index f4b25e53bb..b99d5dc91e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_MessageDigest_and_String_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_MessageDigest_and_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_String_and_Byte_array_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_String_and_Byte_array_Test.java index 40ca3e6f6f..cda097d940 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_String_and_Byte_array_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_String_and_Byte_array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_String_and_String_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_String_and_String_Test.java index 332788f87a..d28fc8efd7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_String_and_String_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasDigest_with_String_and_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasExtension_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasExtension_Test.java index 0fb2a3234f..1b328f447a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasExtension_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasExtension_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasFileName_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasFileName_Test.java index 66b9519483..1a51b8b949 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasFileName_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasFileName_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasFileSystem_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasFileSystem_Test.java index e4a6ed73ea..c0dd0d8732 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasFileSystem_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasFileSystem_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoExtension_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoExtension_Test.java index ac5c057b2f..6e28811354 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoExtension_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoExtension_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoParentRaw_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoParentRaw_Test.java index 9b45377898..42560493e5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoParentRaw_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoParentRaw_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoParent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoParent_Test.java index 7a5ada4973..e001f71daa 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoParent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasNoParent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasParentRaw_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasParentRaw_Test.java index 04956fb9fb..8a01c9055c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasParentRaw_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasParentRaw_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasParent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasParent_Test.java index c76ba79564..3b2da8cd97 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasParent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasParent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameBinaryContentAs_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameBinaryContentAs_Test.java index c06401a7c3..805215bc5f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameBinaryContentAs_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameBinaryContentAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameFileSystemAsPath_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameFileSystemAsPath_Test.java index 9ff1d501a5..b4b662fbc1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameFileSystemAsPath_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameFileSystemAsPath_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameTextualContentAs_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameTextualContentAs_Test.java index d1c8573c71..9d576bfc59 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameTextualContentAs_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSameTextualContentAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSize_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSize_Test.java index df01628990..9d408e87a2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSize_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasTextualContent_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasTextualContent_Test.java index 7211327ef5..a7c78f5aa6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasTextualContent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertHasTextualContent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsAbsolute_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsAbsolute_Test.java index 9d0f9285c9..6e07f41318 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsAbsolute_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsAbsolute_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsCanonical_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsCanonical_Test.java index 18a5ce3d6e..512caba56f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsCanonical_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsCanonical_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryContaining_with_Predicate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryContaining_with_Predicate_Test.java index 88c43b44eb..7b3967b9a4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryContaining_with_Predicate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryContaining_with_Predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryContaining_with_String_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryContaining_with_String_Test.java index c4ef882d0a..ebe0721724 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryContaining_with_String_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryContaining_with_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryNotContaining_with_Predicate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryNotContaining_with_Predicate_Test.java index 4edef117da..bae032a394 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryNotContaining_with_Predicate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryNotContaining_with_Predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryNotContaining_with_String_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryNotContaining_with_String_Test.java index c112749487..f1864e3811 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryNotContaining_with_String_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryNotContaining_with_String_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryRecursivelyContaining_Predicate_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryRecursivelyContaining_Predicate_Test.java index b81d71d922..4177bff837 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryRecursivelyContaining_Predicate_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryRecursivelyContaining_Predicate_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java index ef9af39d3d..bbd8fb8515 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectoryRecursivelyContaining_SyntaxAndPattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectory_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectory_Test.java index 1cb572ff61..15f1c2c98d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectory_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsDirectory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsEmptyDirectory_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsEmptyDirectory_Test.java index 3548bde1c8..b9361775c1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsEmptyDirectory_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsEmptyDirectory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsEmptyFile_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsEmptyFile_Test.java index ee9a76fcf5..e3cbe45bac 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsEmptyFile_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsEmptyFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsExecutable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsExecutable_Test.java index d4a47e05a2..fbe42d3acd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsExecutable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsExecutable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNormalized_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNormalized_Test.java index 79aec1047f..a20202d621 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNormalized_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNormalized_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNotEmptyDirectory_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNotEmptyDirectory_Test.java index c1a8f2fed9..9417f0f2d6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNotEmptyDirectory_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNotEmptyDirectory_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNotEmptyFile_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNotEmptyFile_Test.java index 6d01bed2d7..c52db66bae 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNotEmptyFile_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsNotEmptyFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsReadable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsReadable_Test.java index 5eb9b24641..bbe06dc229 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsReadable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsReadable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsRegularFile_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsRegularFile_Test.java index 9e65241861..8b5054eaa4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsRegularFile_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsRegularFile_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsRelative_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsRelative_Test.java index db5b6f9c47..7c50eeb065 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsRelative_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsRelative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsSymbolicLink_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsSymbolicLink_Test.java index 36addd0b2c..8764a04385 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsSymbolicLink_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsSymbolicLink_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsWritable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsWritable_Test.java index 720b7f732e..867900b2a7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsWritable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertIsWritable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertNotExists_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertNotExists_Test.java index eddbe5f03b..59ca882184 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertNotExists_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertNotExists_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertStartsWithRaw_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertStartsWithRaw_Test.java index 9fbaed53fa..9314124fcb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertStartsWithRaw_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertStartsWithRaw_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertStartsWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertStartsWith_Test.java index 1c01e1b576..36f92aca68 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertStartsWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/paths/Paths_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArraysBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArraysBaseTest.java index 42575b14e3..d9680ff484 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArraysBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertContains_at_Index_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertContains_at_Index_Test.java index 6aacdf3bc3..411c7c227c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertContains_at_Index_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertDoesNotContain_at_Index_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertDoesNotContain_at_Index_Test.java index eef8196286..64f690ce95 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertEmpty_Test.java index 9d911f61b5..73e78a80bc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertHasDimensions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertHasDimensions_Test.java index 12fadd3e36..a954205922 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertHasDimensions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertHasDimensions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertHasSameDimensionsAs_with_Array_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertHasSameDimensionsAs_with_Array_Test.java index 30ee4bedae..0b73f476e9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertHasSameDimensionsAs_with_Array_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertHasSameDimensionsAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNotEmpty_Test.java index d900a6326e..3c1081131b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNullOrEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNullOrEmpty_Test.java index fc433b9119..513a6f9f69 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNullOrEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNumberOfRows_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNumberOfRows_Test.java index 1a1394222c..682b6a5c39 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNumberOfRows_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/short2darrays/Short2DArrays_assertNumberOfRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArraysBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArraysBaseTest.java index c7ea3c0d82..1dbff240cf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArraysBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArraysBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsAnyOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsAnyOf_Test.java index a91fdb44b4..bc724cf272 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsAnyOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsExactlyInAnyOrder_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsExactlyInAnyOrder_Test.java index 47ddefc6ed..894c018041 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsExactlyInAnyOrder_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsExactlyInAnyOrder_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsExactly_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsExactly_Test.java index 93f0d11177..ee060f9cba 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsExactly_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsExactly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsOnlyOnce_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsOnlyOnce_Test.java index 3dce7c52a5..e7c9677d39 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsOnlyOnce_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsOnly_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsOnly_Test.java index f7332c8688..b064927b08 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsOnly_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsOnly_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsSequence_Test.java index 0e58637dbc..15ba77ab95 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContains_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContains_Test.java index 55ef0710de..a334e71764 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContains_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContains_at_Index_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContains_at_Index_Test.java index e5740acf2b..46b1ecf9cf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContains_at_Index_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertContains_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotContain_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotContain_Test.java index 6e1d7038ab..49540b4d78 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotContain_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotContain_at_Index_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotContain_at_Index_Test.java index bdeafaade7..476ea06512 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotContain_at_Index_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotContain_at_Index_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotHaveDuplicates_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotHaveDuplicates_Test.java index fa2fdcab7f..1e03d3e48b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotHaveDuplicates_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertDoesNotHaveDuplicates_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertEmpty_Test.java index 0c459f03c5..48e04f4966 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertEndsWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertEndsWith_Test.java index f548b6dc07..d16d6b8b0a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertEndsWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSameSizeAs_with_Array_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSameSizeAs_with_Array_Test.java index 44f071059e..31f256d5c4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSameSizeAs_with_Iterable_Test.java index 348b0a8314..7a00989820 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeBetween_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeBetween_Test.java index 3ecbce8416..e0befa2d1b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeBetween_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeGreaterThanOrEqualTo_Test.java index ceb3f2e098..aced8880c4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeGreaterThan_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeGreaterThan_Test.java index 71b00bcd62..f0cfe2e36e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeGreaterThan_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeLessThanOrEqualTo_Test.java index b71b65b442..e34d73682f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeLessThan_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeLessThan_Test.java index 96af3f0e06..13da2b0252 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeLessThan_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSize_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSize_Test.java index f6399afa05..20b05f8ed6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSize_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertIsSortedAccordingToComparator_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertIsSortedAccordingToComparator_Test.java index 99952b9884..6651a42046 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertIsSortedAccordingToComparator_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertIsSortedAccordingToComparator_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertIsSorted_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertIsSorted_Test.java index 948bfda1bd..d80db0b461 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertIsSorted_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertIsSorted_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertNotEmpty_Test.java index 1d44403615..b3cf05b058 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertNullOrEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertNullOrEmpty_Test.java index 717a3d1fa8..61b69ae148 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertNullOrEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertStartsWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertStartsWith_Test.java index 7cd3007e05..afd4ccd5df 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertStartsWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shortarrays/ShortArrays_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/ShortsBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/ShortsBaseTest.java index 4c651e9c70..9ec26e872c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/ShortsBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/ShortsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertEqual_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertEqual_Test.java index 3e1448c796..28849e2b6e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertEqual_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertGreaterThanOrEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertGreaterThanOrEqualTo_Test.java index f851b9c36a..8ffdf8acec 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertGreaterThanOrEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertGreaterThan_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertGreaterThan_Test.java index 602de6f64a..222b22601f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertGreaterThan_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsBetween_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsBetween_Test.java index 0a0b886948..3d58cc3419 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsBetween_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsCloseToPercentage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsCloseToPercentage_Test.java index 479fbd77c1..f276068df3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsCloseToPercentage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsCloseTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsCloseTo_Test.java index 80f08450bc..5f974acf32 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsCloseTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsEven_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsEven_Test.java index 45160ff9b5..67fcb04f90 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsEven_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsEven_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNegative_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNegative_Test.java index 2c12740887..784e644b20 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNegative_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotCloseToPercentage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotCloseToPercentage_Test.java index d03e4e00c4..305117b93f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotCloseToPercentage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotCloseToPercentage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotCloseTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotCloseTo_Test.java index f2af374b46..44d9e2cd20 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotCloseTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotCloseTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotNegative_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotNegative_Test.java index d689778ac5..c05e142dda 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotNegative_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotNegative_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotPositive_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotPositive_Test.java index 69307f394a..359f7c5794 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotPositive_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotZero_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotZero_Test.java index 7ca6cf2a49..9977e674c8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotZero_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsNotZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsOdd_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsOdd_Test.java index ffd0b9f855..84277c9bf5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsOdd_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsOdd_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsOne_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsOne_Test.java index 9fc24bf965..a9bcb251ef 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsOne_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsOne_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsPositive_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsPositive_Test.java index 3135eee213..071daf8044 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsPositive_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsPositive_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsStrictlyBetween_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsStrictlyBetween_Test.java index cb5ccebb6e..1b1beed310 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsStrictlyBetween_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsStrictlyBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsZero_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsZero_Test.java index 8480f07b74..76262e3dad 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsZero_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertIsZero_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertLessThanOrEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertLessThanOrEqualTo_Test.java index 2496b582d3..b49920b022 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertLessThanOrEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertLessThan_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertLessThan_Test.java index 646d587814..f024d8b562 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertLessThan_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertNotEqual_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertNotEqual_Test.java index 638f04fd68..28a814fa2a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertNotEqual_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/shorts/Shorts_assertNotEqual_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/spliterator/Spliterators_assertHasCharacteristics_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/spliterator/Spliterators_assertHasCharacteristics_Test.java index 197509b9ff..d9db62bf9d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/spliterator/Spliterators_assertHasCharacteristics_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/spliterator/Spliterators_assertHasCharacteristics_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/spliterator/Spliterators_assertHasOnlyCharacteristics_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/spliterator/Spliterators_assertHasOnlyCharacteristics_Test.java index 382c91a62e..0fb2942ab9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/spliterator/Spliterators_assertHasOnlyCharacteristics_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/spliterator/Spliterators_assertHasOnlyCharacteristics_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsAnyOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsAnyOf_Test.java index d04a618d03..fd88f1029f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsAnyOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsIgnoringCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsIgnoringCase_Test.java index 34632242bf..897aa6ff54 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsIgnoringCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsIgnoringCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsIgnoringNewlines_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsIgnoringNewlines_Test.java index 7ed24dca19..46636494de 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsIgnoringNewlines_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsIgnoringNewlines_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsOnlyDigits_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsOnlyDigits_Test.java index 1089198fb4..1a36825727 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsOnlyDigits_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsOnlyDigits_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsOnlyOnce_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsOnlyOnce_Test.java index 6016e76ee3..648601642b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsOnlyOnce_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsOnlyOnce_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsPattern_CharSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsPattern_CharSequence_Test.java index 26f8238ba5..64a98e3d2d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsPattern_CharSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsPattern_CharSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsPattern_Pattern_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsPattern_Pattern_Test.java index b7ba435913..e391323347 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsPattern_Pattern_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsPattern_Pattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsSequence_Test.java index d19bec07fb..8953cd844e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsSubsequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsSubsequence_Test.java index 7cb06d3820..94853d6cd3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsSubsequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContainsSubsequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContains_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContains_Test.java index 7250f86388..48bf98a296 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContains_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertContains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainIgnoringCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainIgnoringCase_Test.java index 3b8eb4fa0d..05d4ba9df0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainIgnoringCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainIgnoringCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainPattern_CharSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainPattern_CharSequence_Test.java index 96ccf6aa7a..56a49b6ad8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainPattern_CharSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainPattern_CharSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainPattern_Pattern_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainPattern_Pattern_Test.java index 469036460d..e29ccb68af 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainPattern_Pattern_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainPattern_Pattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainSequence_Test.java index dfea098247..af851e90ce 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainSubsequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainSubsequence_Test.java index 387cd7eeb2..5829201c71 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainSubsequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContainSubsequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContain_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContain_Test.java index 8097bb031d..81d2768a2a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContain_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotEndWithIgnoringCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotEndWithIgnoringCase_Test.java index 338ecfea07..a609f1a041 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotEndWithIgnoringCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotEndWithIgnoringCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotEndWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotEndWith_Test.java index ddd7468996..cd7a53501c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotEndWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotEndWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotMatch_CharSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotMatch_CharSequence_Test.java index 157ae88404..7234540470 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotMatch_CharSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotMatch_CharSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotMatch_Pattern_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotMatch_Pattern_Test.java index 7d9fc26d3a..ec49e37ca3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotMatch_Pattern_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotMatch_Pattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotStartWithIgnoringCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotStartWithIgnoringCase_Test.java index 856ffc45c2..ed5775ebaf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotStartWithIgnoringCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotStartWithIgnoringCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotStartWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotStartWith_Test.java index 0fc1d44909..8a898d3abe 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotStartWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertDoesNotStartWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEmpty_Test.java index bec54b21a4..aecb535f9a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEndsWithIgnoringCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEndsWithIgnoringCase_Test.java index 410fa2ef3c..ad74669b4e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEndsWithIgnoringCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEndsWithIgnoringCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEndsWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEndsWith_Test.java index bccaf7c293..63d9cd1c8c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEndsWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEndsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsIgnoringCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsIgnoringCase_Test.java index 31726ff1b5..4ce48e3ba5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsIgnoringCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsIgnoringCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsIgnoringWhitespace_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsIgnoringWhitespace_Test.java index 1becdf06cc..142e53b1a7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsIgnoringWhitespace_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsIgnoringWhitespace_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingPunctuationAndWhitespace_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingPunctuationAndWhitespace_Test.java index f62062b401..ab3bbb64e8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingPunctuationAndWhitespace_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingPunctuationAndWhitespace_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingUnicode_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingUnicode_Test.java index 7dec8ff6fe..9e33680726 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingUnicode_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingUnicode_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingWhitespace_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingWhitespace_Test.java index 19e1acca9c..1763c49ada 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingWhitespace_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertEqualsNormalizingWhitespace_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasLinesCount_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasLinesCount_Test.java index abc5793367..0fd04e0b83 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasLinesCount_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasLinesCount_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_Array_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_Array_Test.java index 111bcea79f..9bac568909 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_Array_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_Array_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_CharSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_CharSequence_Test.java index 290b90ce9b..eb8eca8770 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_CharSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_CharSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_Iterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_Iterable_Test.java index 515234ae82..54a74c1685 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_Iterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSameSizeAs_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeBetween_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeBetween_Test.java index 4ddefd26cb..f07f8eae14 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeBetween_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeBetween_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeGreaterThanOrEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeGreaterThanOrEqualTo_Test.java index 3b30e4bbfd..40d30564c4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeGreaterThanOrEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeGreaterThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeGreaterThan_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeGreaterThan_Test.java index 7c783f6423..cd13d00bf6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeGreaterThan_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeGreaterThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeLessThanOrEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeLessThanOrEqualTo_Test.java index 7ea8292419..0f041efa8f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeLessThanOrEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeLessThanOrEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeLessThan_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeLessThan_Test.java index 0c51c99dbf..36d655c702 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeLessThan_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSizeLessThan_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSize_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSize_Test.java index 4cb63cc9b5..de2fd11d4e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSize_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertHasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsBase64Url_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsBase64Url_Test.java index 96f648ee04..15715e1341 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsBase64Url_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsBase64Url_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsBase64_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsBase64_Test.java index c5272b7f3c..ab3ced0969 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsBase64_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsBase64_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsEqualToIgnoringNewlines_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsEqualToIgnoringNewlines_Test.java index 5d9ee46721..6aa729b4bd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsEqualToIgnoringNewlines_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsEqualToIgnoringNewlines_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsEqualToNormalizingNewlines_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsEqualToNormalizingNewlines_Test.java index 3af3a9e94a..be9a0a8851 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsEqualToNormalizingNewlines_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsEqualToNormalizingNewlines_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsLowerCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsLowerCase_Test.java index 3e742b3d7f..a67f10cfa1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsLowerCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsLowerCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsMixedCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsMixedCase_Test.java index c942024e5c..6c6d4a0e07 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsMixedCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsMixedCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsSubstringOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsSubstringOf_Test.java index 14d52bd26c..5b79d5ae7d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsSubstringOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsSubstringOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsUpperCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsUpperCase_Test.java index effdebb204..5b9101e7bc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsUpperCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsUpperCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsXmlEqualCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsXmlEqualCase_Test.java deleted file mode 100644 index 3aa4e8761e..0000000000 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertIsXmlEqualCase_Test.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * Copyright 2012-2025 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.assertj.tests.core.internal.strings; - -import static org.assertj.core.api.Assertions.assertThat; -import static org.assertj.core.api.Assertions.assertThatExceptionOfType; -import static org.assertj.core.api.Assertions.assertThatNullPointerException; -import static org.assertj.core.api.Assertions.catchThrowable; -import static org.assertj.core.error.ShouldBeEqual.shouldBeEqual; -import static org.assertj.tests.core.testkit.TestData.someInfo; -import static org.assertj.core.util.FailureMessages.actualIsNull; -import static org.assertj.core.util.xml.XmlStringPrettyFormatter.xmlPrettyFormat; -import static org.mockito.Mockito.verify; - -import org.assertj.core.api.AssertionInfo; -import org.assertj.tests.core.internal.StringsBaseTest; -import org.junit.jupiter.api.Test; - -/** - * Tests for - * {@link org.assertj.core.internal.Strings#assertXmlEqualsTo(org.assertj.core.api.AssertionInfo, CharSequence, CharSequence)} - * . - * - * @author Joel Costigliola - */ -class Strings_assertIsXmlEqualCase_Test extends StringsBaseTest { - - @Test - void should_pass_if_both_Strings_are_XML_equals() { - String actual = " Java Tutorials and Examples 1 en-us"; - String expected = String.format("%n" - + "Java Tutorials and Examples 1en-us%n" - + ""); - strings.assertXmlEqualsTo(someInfo(), actual, expected); - } - - @Test - void should_fail_if_actual_is_null() { - assertThatExceptionOfType(AssertionError.class).isThrownBy(() -> strings.assertXmlEqualsTo(someInfo(), null, - "yoda")) - .withMessage(actualIsNull()); - } - - @Test - void should_fail_if_expected_is_null() { - assertThatNullPointerException().isThrownBy(() -> strings.assertXmlEqualsTo(someInfo(), "yoda", null)) - .withMessage("The char sequence to look for should not be null"); - } - - @Test - void should_fail_if_both_Strings_are_not_XML_equals() { - String actual = "Java Tutorials"; - String expected = "Java Tutorials and Examples"; - AssertionInfo info = someInfo(); - - Throwable error = catchThrowable(() -> strings.assertXmlEqualsTo(info, actual, expected)); - - assertThat(error).isInstanceOf(AssertionError.class); - verify(failures).failure(info, shouldBeEqual(xmlPrettyFormat(actual), xmlPrettyFormat(expected), info.representation())); - } - - @Test - void should_pass_if_both_Strings_are_XML_equals_case_insensitively() { - String actual = "Java Tutorials"; - String expected = "JAVA Tutorials"; - stringsWithCaseInsensitiveComparisonStrategy.assertXmlEqualsTo(someInfo(), actual, expected); - } - - @Test - void should_fail_if_both_Strings_are_not_XML_equal_regardless_of_case() { - AssertionInfo info = someInfo(); - String actual = "Java Tutorials"; - String expected = "Java Tutorials and Examples"; - - Throwable error = catchThrowable(() -> stringsWithCaseInsensitiveComparisonStrategy.assertXmlEqualsTo(someInfo(), actual, - expected)); - - assertThat(error).isInstanceOf(AssertionError.class); - verify(failures).failure(info, shouldBeEqual(xmlPrettyFormat(actual), xmlPrettyFormat(expected), - info.representation())); - } - -} diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertMatches_CharSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertMatches_CharSequence_Test.java index 2b9b40ed5f..8cf6b4b71f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertMatches_CharSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertMatches_CharSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertMatches_Pattern_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertMatches_Pattern_Test.java index 58eb5a9288..a28cc2032d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertMatches_Pattern_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertMatches_Pattern_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEmpty_Test.java index 302b8c1ac8..d5514861f5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsIgnoringCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsIgnoringCase_Test.java index 51a7ad2496..3fa8e9582a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsIgnoringCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsIgnoringCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsIgnoringWhitespace_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsIgnoringWhitespace_Test.java index e2a20a831e..4c57d4bb5e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsIgnoringWhitespace_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsIgnoringWhitespace_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsNormalizingWhitespace_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsNormalizingWhitespace_Test.java index 2bafef1eac..982a368628 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsNormalizingWhitespace_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNotEqualsNormalizingWhitespace_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNullOrEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNullOrEmpty_Test.java index b2ebde9e9f..ea0c2ec168 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNullOrEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertStartsWithIgnoringCase_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertStartsWithIgnoringCase_Test.java index 569bd409a1..7e2d1fe7f2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertStartsWithIgnoringCase_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertStartsWithIgnoringCase_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertStartsWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertStartsWith_Test.java index d2f67baa6d..20234f07fc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertStartsWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/strings/Strings_assertStartsWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/ThrowablesBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/ThrowablesBaseTest.java index 4cee0e8012..f5f35a11ec 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/ThrowablesBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/ThrowablesBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseExactlyInstanceOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseExactlyInstanceOf_Test.java index 334730c3db..f8d2f3b9f2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseExactlyInstanceOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseExactlyInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseInstanceOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseInstanceOf_Test.java index e6a09db70d..2bbe19ff96 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseInstanceOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseReference_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseReference_Test.java index 815c0ebfe2..112ef2c5df 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseReference_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCauseReference_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCause_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCause_Test.java index 70c0e0a768..936cd5beaf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCause_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasCause_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageContainingAll_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageContainingAll_Test.java index cd38f77e1f..542d070782 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageContainingAll_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageContainingAll_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageContaining_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageContaining_Test.java index 81806c2044..2a9bfcb4e3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageContaining_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageContaining_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageEnding_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageEnding_Test.java index 644a025efc..8b333d703f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageEnding_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageEnding_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageFindingMatch_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageFindingMatch_Test.java index dda30cdd8b..281acb7e41 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageFindingMatch_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageFindingMatch_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageMatching_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageMatching_Test.java index 93512b37d5..ae424370da 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageMatching_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageMatching_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageNotContainingAny_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageNotContainingAny_Test.java index d2ee72165e..18a46ec8ed 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageNotContainingAny_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageNotContainingAny_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageNotContaining_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageNotContaining_Test.java index 9049e98585..484e1fb3ff 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageNotContaining_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageNotContaining_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageStartingWith_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageStartingWith_Test.java index 6d4e3e9ba8..5f6943af34 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageStartingWith_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessageStartingWith_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessage_Test.java index d765044a4d..f63a633fd4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasMessage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasNoCause_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasNoCause_Test.java index c610df8083..c3d5990f84 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasNoCause_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasNoCause_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasNoSuppressedExceptions_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasNoSuppressedExceptions_Test.java index 80d2c9316a..80624d3242 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasNoSuppressedExceptions_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasNoSuppressedExceptions_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseExactlyInstanceOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseExactlyInstanceOf_Test.java index 48b3738e98..593b6a2f52 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseExactlyInstanceOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseExactlyInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseInstanceOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseInstanceOf_Test.java index 925dc16dd2..8c3a7f2b6a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseInstanceOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseInstanceOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseMessage_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseMessage_Test.java index 71852f28dd..2970e02848 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseMessage_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCauseMessage_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCause_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCause_Test.java index 3778581594..074398774c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCause_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasRootCause_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasStackTraceContaining_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasStackTraceContaining_Test.java index db6a1ac539..9cb416f5b1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasStackTraceContaining_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasStackTraceContaining_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasSuppressedException_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasSuppressedException_Test.java index a1f4d215ba..d4020ef5e4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasSuppressedException_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/throwables/Throwables_assertHasSuppressedException_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/UrisBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/UrisBaseTest.java index a391268ff0..ba26c0a8b7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/UrisBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/UrisBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasAuthority_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasAuthority_Test.java index 5da65733cf..0f857da3a2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasAuthority_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasAuthority_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasFragment_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasFragment_Test.java index 67b50fd4e6..a2ae6f5ab1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasFragment_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasFragment_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasHost_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasHost_Test.java index ffeb77bba4..8a520ab75c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasHost_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasHost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasNoHost_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasNoHost_Test.java index 889e93e7de..afa20865ec 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasNoHost_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasNoHost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasNoParameter_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasNoParameter_Test.java index aa83831de2..f378fe84ba 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasNoParameter_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasNoParameter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasParameter_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasParameter_Test.java index 71f6dd4de1..b6196bdb51 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasParameter_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasParameter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasPath_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasPath_Test.java index a48bb76ed4..f8fd490263 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasPath_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasPath_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasPort_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasPort_Test.java index 47fffc3587..d77a88ef96 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasPort_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasPort_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasQuery_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasQuery_Test.java index 809d63efd0..2e1bdafd3a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasQuery_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasQuery_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasScheme_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasScheme_Test.java index 10d3026c77..96510a5320 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasScheme_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasScheme_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasUserInfo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasUserInfo_Test.java index 79ceafaf5e..01dfcc8830 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasUserInfo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_assertHasUserInfo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_getParameters_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_getParameters_Test.java index 3247c1e09d..4d45d23649 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_getParameters_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/uris/Uris_getParameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/UrlsBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/UrlsBaseTest.java index 29dc2f9bce..9c930db98f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/UrlsBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/UrlsBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasAnchor_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasAnchor_Test.java index 01a4c172d1..bbf4c4d0a2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasAnchor_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasAnchor_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasAuthority_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasAuthority_Test.java index 568097ddaf..868b78d507 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasAuthority_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasAuthority_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasHost_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasHost_Test.java index 25743c0cf6..884c1d3db9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasHost_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasHost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasNoHost_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasNoHost_Test.java index f1355336e7..6569aaac0b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasNoHost_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasNoHost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasNoParameter_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasNoParameter_Test.java index f37f9712d6..492706c6dc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasNoParameter_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasNoParameter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasParameter_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasParameter_Test.java index 817c5fc824..29408f3b56 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasParameter_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasParameter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasPath_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasPath_Test.java index f5f440b381..6a12cf2375 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasPath_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasPath_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasPort_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasPort_Test.java index d09b87aa8d..ea5264de4a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasPort_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasPort_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasProtocol_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasProtocol_Test.java index 53ef92b9bf..34cb63b1c1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasProtocol_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasProtocol_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasQuery_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasQuery_Test.java index 430b421927..4325764e34 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasQuery_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasQuery_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasUserInfo_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasUserInfo_Test.java index 05f1e33741..87f1835d69 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasUserInfo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertHasUserInfo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertIsEqualToWithSortedQueryParameters_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertIsEqualToWithSortedQueryParameters_Test.java index 90a411896d..6c1b2167a6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertIsEqualToWithSortedQueryParameters_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/internal/urls/Urls_assertIsEqualToWithSortedQueryParameters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/matcher/AssertionMatcher_matches_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/matcher/AssertionMatcher_matches_Test.java index 67d982bbeb..a898226a13 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/matcher/AssertionMatcher_matches_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/matcher/AssertionMatcher_matches_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/BaseNavigableIterableAssert_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/BaseNavigableIterableAssert_Test.java index b2c9b3ef46..c498031dca 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/BaseNavigableIterableAssert_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/BaseNavigableIterableAssert_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/BaseNavigableListAssert_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/BaseNavigableListAssert_Test.java index 9eff67533f..087348e935 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/BaseNavigableListAssert_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/BaseNavigableListAssert_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/ClassBasedNavigableList_withDefault_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/ClassBasedNavigableList_withDefault_Test.java index 795ae263c1..b1f9fb161e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/ClassBasedNavigableList_withDefault_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/ClassBasedNavigableList_withDefault_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/GenericNavigableAssert_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/GenericNavigableAssert_Test.java index cc95dbd509..f6b1d927af 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/GenericNavigableAssert_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/navigation/GenericNavigableAssert_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/AbstractBaseRepresentationTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/AbstractBaseRepresentationTest.java index 9ecdccf521..b646d853b3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/AbstractBaseRepresentationTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/AbstractBaseRepresentationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/CompositeRepresentation_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/CompositeRepresentation_Test.java index 22d11e120a..33bfe38e0e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/CompositeRepresentation_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/CompositeRepresentation_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_array_format_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_array_format_Test.java index 2ec52dfa28..e8ffa6f2a6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_array_format_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_array_format_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_custom_formatter_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_custom_formatter_Test.java index b16f4206a7..3cae6345d9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_custom_formatter_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_custom_formatter_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_duration_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_duration_Test.java index ecc2342ba7..ba06d370d1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_duration_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_duration_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_format_CompletableFuture_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_format_CompletableFuture_Test.java index 9348d42201..1ba8451c89 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_format_CompletableFuture_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_format_CompletableFuture_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_iterable_format_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_iterable_format_Test.java index 41273af97a..7b42dc75b1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_iterable_format_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_iterable_format_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_map_format_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_map_format_Test.java index 9bed43ba96..b29104786e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_map_format_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_map_format_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_static_setters_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_static_setters_Test.java index ec9aface3b..daf96befc0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_static_setters_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_static_setters_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_throwable_format_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_throwable_format_Test.java index a7b72293e1..916bbc6567 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_throwable_format_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_throwable_format_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_toStringOf_AtomicReferences_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_toStringOf_AtomicReferences_Test.java index e321b98392..1309399b97 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_toStringOf_AtomicReferences_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_toStringOf_AtomicReferences_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_toStringOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_toStringOf_Test.java index 5b92263d7f..dab650c2ce 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_toStringOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_toStringOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_unambiguousToStringOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_unambiguousToStringOf_Test.java index ee4f746cc0..a65e52434d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_unambiguousToStringOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/presentation/StandardRepresentation_unambiguousToStringOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AbsValueComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AbsValueComparator.java index 73856210d6..84319588db 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AbsValueComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AbsValueComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AlwaysDifferentComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AlwaysDifferentComparator.java index b58f020b88..bf02446d81 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AlwaysDifferentComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AlwaysDifferentComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AlwaysEqualComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AlwaysEqualComparator.java index ebe21e3f4e..af0f5937c3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AlwaysEqualComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AlwaysEqualComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Animal.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Animal.java index 4967fbc033..93c7cd5b38 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Animal.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Animal.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AssertionErrorExpectedException.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AssertionErrorExpectedException.java index dd7c608944..b45808a959 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AssertionErrorExpectedException.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AssertionErrorExpectedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AtPrecisionComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AtPrecisionComparator.java index cdb23d1c9c..943904a375 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AtPrecisionComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/AtPrecisionComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/BiPredicates.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/BiPredicates.java index fb0198573c..ab32ae30fa 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/BiPredicates.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/BiPredicates.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/BooleanArrays.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/BooleanArrays.java index e5ef82dcd2..4251353349 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/BooleanArrays.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/BooleanArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ByteArrays.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ByteArrays.java index d178faa320..2cf133bbcf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ByteArrays.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ByteArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CartoonCharacter.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CartoonCharacter.java index 1912fbec01..32e9b933bc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CartoonCharacter.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CartoonCharacter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharSequenceComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharSequenceComparator.java index 58236ebdc6..5de9c88aa8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharSequenceComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharSequenceComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharacterComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharacterComparator.java index e6a0b9f6bc..623744b2a9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharacterComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharacterComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharacterComparatorTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharacterComparatorTest.java index 30497bf28d..205136e0a7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharacterComparatorTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveCharacterComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveStringComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveStringComparator.java index 7cb97322a7..b371def651 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveStringComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveStringComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveStringComparatorTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveStringComparatorTest.java index bf92eefa40..470b79f85c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveStringComparatorTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CaseInsensitiveStringComparatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CharArrays.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CharArrays.java index 389fe60f4e..4dac0b69fc 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CharArrays.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/CharArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Charsets.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Charsets.java index ebbfcc34ca..2928d3c965 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Charsets.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Charsets.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ClasspathResources.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ClasspathResources.java index 56a3952811..2ea6feb719 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ClasspathResources.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ClasspathResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ConfigurationForTests.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ConfigurationForTests.java index 95b0aee3f4..a7ea063b18 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ConfigurationForTests.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ConfigurationForTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/DoubleArrays.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/DoubleArrays.java index 211472156b..a034654850 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/DoubleArrays.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/DoubleArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Employee.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Employee.java index 086a9f85f8..aadb214e04 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Employee.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Employee.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/EqualsHashCodeContractAssert.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/EqualsHashCodeContractAssert.java index b4a6053ef4..528c5f944b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/EqualsHashCodeContractAssert.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/EqualsHashCodeContractAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/EqualsHashCodeContractTestCase.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/EqualsHashCodeContractTestCase.java index 24ffecb95b..25f39d5109 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/EqualsHashCodeContractTestCase.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/EqualsHashCodeContractTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ErrorMessagesForTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ErrorMessagesForTest.java index cfebeaa18c..5b60c01dad 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ErrorMessagesForTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ErrorMessagesForTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FieldTestUtils.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FieldTestUtils.java index d7bea991f3..3f1e1c286d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FieldTestUtils.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FieldTestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FloatArrays.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FloatArrays.java index 23f8c4acfc..fd5b37483d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FloatArrays.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FloatArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FluentJedi.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FluentJedi.java index de1f5bab5c..0ed6ca8ccd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FluentJedi.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/FluentJedi.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/IllegalVehicleAssert.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/IllegalVehicleAssert.java index c55f4240a3..810cd18073 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/IllegalVehicleAssert.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/IllegalVehicleAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/IntArrays.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/IntArrays.java index 8b6ed7eeeb..e74001d02d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/IntArrays.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/IntArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Jedi.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Jedi.java index 5e7059df41..0df901be8c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Jedi.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Jedi.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/JediCondition.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/JediCondition.java index 0f04ad790f..554f62002b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/JediCondition.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/JediCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/JediPowerCondition.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/JediPowerCondition.java index 186d6fd5c4..ed71efc349 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/JediPowerCondition.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/JediPowerCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/LongArrays.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/LongArrays.java index 5d59356dfa..f2c2dff194 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/LongArrays.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/LongArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Maps.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Maps.java index d069898386..bdeae570ce 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Maps.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Maps.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/MutatesGlobalConfiguration.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/MutatesGlobalConfiguration.java index f4a40b1e7f..8db774b08b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/MutatesGlobalConfiguration.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/MutatesGlobalConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Name.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Name.java index 4f69146ad0..37d3933a34 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Name.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Name.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/NavigationMethodBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/NavigationMethodBaseTest.java index 95ca7b4a5b..ea80bf637d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/NavigationMethodBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/NavigationMethodBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/NeverEqualComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/NeverEqualComparator.java index a412d9f8ed..1428a63d93 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/NeverEqualComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/NeverEqualComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ObjectArrays.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ObjectArrays.java index a770225d1e..57d5986b80 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ObjectArrays.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ObjectArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/OtherStringTestComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/OtherStringTestComparator.java index ce5fe78d77..e0e1f1a49c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/OtherStringTestComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/OtherStringTestComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/OtherStringTestComparatorWithAt.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/OtherStringTestComparatorWithAt.java index cb929652ff..c46a77075f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/OtherStringTestComparatorWithAt.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/OtherStringTestComparatorWithAt.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Patient.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Patient.java index 46a5eca114..943f6b970c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Patient.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Patient.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Person.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Person.java index 31111570d3..ba94309c98 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Person.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/PersonCaseInsensitiveNameComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/PersonCaseInsensitiveNameComparator.java index 4ced51b419..b7a944072c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/PersonCaseInsensitiveNameComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/PersonCaseInsensitiveNameComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Player.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Player.java index 4afd0625b4..86371867bf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Player.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Player.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/PotentialMvpCondition.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/PotentialMvpCondition.java index ac92b054fd..0de20268ab 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/PotentialMvpCondition.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/PotentialMvpCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ShortArrays.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ShortArrays.java index 4270f9ddf8..e756466cc6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ShortArrays.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ShortArrays.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StackTraceUtils.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StackTraceUtils.java index 82c173eb1a..98c71c8363 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StackTraceUtils.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StackTraceUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringHashCodeTestComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringHashCodeTestComparator.java index 1e67ed120f..cbbc93a88d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringHashCodeTestComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringHashCodeTestComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringSpliterator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringSpliterator.java index 91461c414d..881b51e764 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringSpliterator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringSpliterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringStream.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringStream.java index a8e5437dd2..39b48c599b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringStream.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringTestComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringTestComparator.java index 0ba2e37785..a6b51f7853 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringTestComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/StringTestComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/SymmetricDateComparator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/SymmetricDateComparator.java index a5102ec0f4..2a5af73202 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/SymmetricDateComparator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/SymmetricDateComparator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestClassWithRandomId.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestClassWithRandomId.java index 1d7a27c094..ce0c4d0e1f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestClassWithRandomId.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestClassWithRandomId.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestCondition.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestCondition.java index 5aac2a8d7f..c936c051b6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestCondition.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestData.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestData.java index 47e9591b9e..1beb3ed473 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestData.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestData.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestDescription.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestDescription.java index fec0cab88a..8716290f8b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestDescription.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TestDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ThrowingCallableFactory.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ThrowingCallableFactory.java index 9773859691..3a41648c44 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ThrowingCallableFactory.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/ThrowingCallableFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacter.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacter.java index 4e76a56aed..392a09ada4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacter.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacterAssert.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacterAssert.java index 05d12301a9..9834d4d884 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacterAssert.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacterAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacterAssertFactory.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacterAssertFactory.java index f3db7164de..38a3e2151d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacterAssertFactory.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TolkienCharacterAssertFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TypeCanonizer.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TypeCanonizer.java index 98f969aca1..21cc217e51 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TypeCanonizer.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TypeCanonizer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TypeCanonizerTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TypeCanonizerTest.java index b4a5b9a925..36b63d2ba0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TypeCanonizerTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/TypeCanonizerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Vehicle.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Vehicle.java index d2c10b114a..4410858deb 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Vehicle.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/Vehicle.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/VehicleAssert.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/VehicleAssert.java index 434372c2eb..d284010181 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/VehicleAssert.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/VehicleAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/VehicleFactory.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/VehicleFactory.java index bdc04c064e..fc7df6ec14 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/VehicleFactory.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/VehicleFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/WithPlayerData.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/WithPlayerData.java index 1fe87ee653..bbff534cd4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/WithPlayerData.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/WithPlayerData.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/DefaultDisplayNameGenerator.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/DefaultDisplayNameGenerator.java index 00ecd3b67d..6ff63564c3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/DefaultDisplayNameGenerator.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/DefaultDisplayNameGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java index 51b2fe0058..70aa75034f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/params/converter/Hex.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/params/converter/Hex.java index 9a35454028..47389a58ed 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/params/converter/Hex.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/testkit/junit/jupiter/params/converter/Hex.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/util/AssertionsUtil.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/util/AssertionsUtil.java index 3eb143b874..c6c32aa129 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/util/AssertionsUtil.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/assertj/tests/core/util/AssertionsUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/soft/SoftAssertionsFieldInjectionExample.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/soft/SoftAssertionsFieldInjectionExample.java index 4deae05a72..5e653b92f0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/soft/SoftAssertionsFieldInjectionExample.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/soft/SoftAssertionsFieldInjectionExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/soft/SoftAssertionsParameterInjectionExample.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/soft/SoftAssertionsParameterInjectionExample.java index 5bc0db028a..55119d7ba5 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/soft/SoftAssertionsParameterInjectionExample.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/soft/SoftAssertionsParameterInjectionExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/CustomAsserts_filter_stacktrace_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/CustomAsserts_filter_stacktrace_Test.java index 2385170443..9db3e6287c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/CustomAsserts_filter_stacktrace_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/CustomAsserts_filter_stacktrace_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/DefaultAssertionErrorCollector_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/DefaultAssertionErrorCollector_Test.java index 9465d27e79..2a9d39ba66 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/DefaultAssertionErrorCollector_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/DefaultAssertionErrorCollector_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Remove_assertJ_stacktrace_elements_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Remove_assertJ_stacktrace_elements_Test.java index 092d7ef584..bc8b87a39b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Remove_assertJ_stacktrace_elements_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Remove_assertJ_stacktrace_elements_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/SoftAssertionsErrorDescriptionTest.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/SoftAssertionsErrorDescriptionTest.java index 8d720e29d1..a6c82caea1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/SoftAssertionsErrorDescriptionTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/SoftAssertionsErrorDescriptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/StandardRepresentation_MultipleAssertionsError_format_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/StandardRepresentation_MultipleAssertionsError_format_Test.java index 50b0a464fa..0217d8ad3b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/StandardRepresentation_MultipleAssertionsError_format_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/StandardRepresentation_MultipleAssertionsError_format_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_addLineNumberToErrorMessages_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_addLineNumberToErrorMessages_Test.java index ce9b77db21..880cafa3b2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_addLineNumberToErrorMessages_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_addLineNumberToErrorMessages_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_getFirstStackTraceElementFromTest_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_getFirstStackTraceElementFromTest_Test.java index 464cf38f3b..26e7fcd106 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_getFirstStackTraceElementFromTest_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_getFirstStackTraceElementFromTest_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_removeAssertJElementFromStackTrace_Test.java b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_removeAssertJElementFromStackTrace_Test.java index 8a891a02c1..5502b19814 100644 --- a/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_removeAssertJElementFromStackTrace_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-core-tests/src/test/java/org/example/test/Throwables_removeAssertJElementFromStackTrace_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/module-info.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/module-info.java index dc89af9832..7a1c901e76 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/module-info.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/Module_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/Module_Test.java index 1c3e028e0d..d369cb4426 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/Module_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/Module_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_assertThat_with_Multimap_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_assertThat_with_Multimap_Test.java index a17e56c3ef..89f60b2d2f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_assertThat_with_Multimap_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_assertThat_with_Multimap_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_assertThat_with_Optional_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_assertThat_with_Optional_Test.java index 0db05ed9d8..e14909560a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_assertThat_with_Optional_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_assertThat_with_Optional_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_sync_with_InstanceOfAssertFactories_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_sync_with_InstanceOfAssertFactories_Test.java index abf0a13a96..09df5d3f5e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_sync_with_InstanceOfAssertFactories_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/Assertions_sync_with_InstanceOfAssertFactories_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_hasSameContentAs_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_hasSameContentAs_Test.java index ca0726a054..78200520dd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_hasSameContentAs_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_hasSameContentAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_hasSize_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_hasSize_Test.java index 35ec64dab4..d7405e6118 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_hasSize_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_hasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_isEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_isEmpty_Test.java index 906a19c655..962b567c82 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_isEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/ByteSourceAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/InstanceOfAssertFactoriesTest.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/InstanceOfAssertFactoriesTest.java index 78261cd562..e50b242fee 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/InstanceOfAssertFactoriesTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/InstanceOfAssertFactoriesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssertBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssertBaseTest.java index e581b01a09..939da31682 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssertBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssertBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsAllEntriesOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsAllEntriesOf_Test.java index dac67d1b31..88f3ea69d2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsAllEntriesOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsAllEntriesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsKeys_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsKeys_Test.java index c0e8520e93..c31b2a9548 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsKeys_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsKeys_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsValues_Test.java index ce38a78674..4396dae1bf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_containsValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_contains_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_contains_Test.java index 98857229de..41d5be2a74 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_contains_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_contains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_doesNotContainKeys_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_doesNotContainKeys_Test.java index 7ba6e2c712..4a21afac03 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_doesNotContainKeys_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_doesNotContainKeys_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_hasSameEntriesAs_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_hasSameEntriesAs_Test.java index 1309b1c769..2756a5d168 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_hasSameEntriesAs_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_hasSameEntriesAs_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_hasSize_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_hasSize_Test.java index adc0695f1a..aaa391465c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_hasSize_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_hasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_isEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_isEmpty_Test.java index 5f4881a6ce..ad6be84e49 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_isEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_isNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_isNotEmpty_Test.java index d4dede31f6..291e72f25f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_isNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultimapAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_containsAtLeast_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_containsAtLeast_Test.java index e831eac405..c07165a1a4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_containsAtLeast_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_containsAtLeast_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_containsAtMost_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_containsAtMost_Test.java index 4a4e85fddf..94ae395e11 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_containsAtMost_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_containsAtMost_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_contains_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_contains_Test.java index e1f0b2a6fe..7a63122d80 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_contains_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/MultisetAssert_contains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_contains_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_contains_Test.java index 40e1a62e50..9aa4592fc7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_contains_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_contains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_extractingCharSequence_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_extractingCharSequence_Test.java index 93c848173b..4090e805b8 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_extractingCharSequence_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_extractingCharSequence_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_extractingValue_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_extractingValue_Test.java index 6f5aa33cfd..2acc39c8b1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_extractingValue_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_extractingValue_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_isAbsent_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_isAbsent_Test.java index 66ea27b383..e07d86a012 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_isAbsent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_isAbsent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_isPresent_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_isPresent_Test.java index f4ef33abf6..4c7bed487a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_isPresent_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/OptionalAssert_isPresent_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_contains_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_contains_Test.java index 9edaea1914..a6fc6dea2a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_contains_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_contains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_doesNotContain_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_doesNotContain_Test.java index 07b37af607..08747d96da 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_doesNotContain_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_doesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasClosedLowerBound_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasClosedLowerBound_Test.java index 8eb8c03e84..bf09f01533 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasClosedLowerBound_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasClosedLowerBound_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasClosedUpperBound_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasClosedUpperBound_Test.java index 2fe3b50b85..dd21805272 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasClosedUpperBound_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasClosedUpperBound_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasLowerEndpointEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasLowerEndpointEqualTo_Test.java index 2ee73d7686..9f4e4191ca 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasLowerEndpointEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasLowerEndpointEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasOpenedLowerBound_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasOpenedLowerBound_Test.java index 36dbbe9103..c1402c987d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasOpenedLowerBound_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasOpenedLowerBound_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasOpenedUpperBound_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasOpenedUpperBound_Test.java index 5d675c5fa5..a427dd228a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasOpenedUpperBound_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasOpenedUpperBound_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasUpperEndpointEqualTo_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasUpperEndpointEqualTo_Test.java index edd82c789c..de909ae0c0 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasUpperEndpointEqualTo_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_hasUpperEndpointEqualTo_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_isEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_isEmpty_Test.java index 3135288055..38c23ebe03 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_isEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_isNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_isNotEmpty_Test.java index f1a8929c5b..a3f0411b11 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_isNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssertBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssertBaseTest.java index 6b873a5da5..3d9e7cf7a9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssertBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssertBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_containsKeys_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_containsKeys_Test.java index b5e491c38c..aecd37cd34 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_containsKeys_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_containsKeys_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_containsValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_containsValues_Test.java index 1fed2e3ca8..6e2c54af14 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_containsValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_containsValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_contains_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_contains_Test.java index 662fd361fe..d569419fff 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_contains_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_contains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_isEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_isEmpty_Test.java index d69f42769c..86fbd954df 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_isEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_isNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_isNotEmpty_Test.java index 173902fae4..22cecb96f9 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_isNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeMapAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAll_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAll_Test.java index c9f79c5478..f25245b895 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAll_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAll_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAnyOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAnyOf_Test.java index 4625fb582a..1f604649b1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAnyOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAnyRangesOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAnyRangesOf_Test.java index 1698bb3e8b..4aef5fd76b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAnyRangesOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_containsAnyRangesOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_contains_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_contains_Test.java index 1c5f86fca0..f48aafd3b4 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_contains_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_contains_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotContainAll_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotContainAll_Test.java index 528f166f2b..cbd70bf992 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotContainAll_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotContainAll_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotContain_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotContain_Test.java index 58f1811ac2..4996208d35 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotContain_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotContain_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEncloseAnyRangesOf_with_Iterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEncloseAnyRangesOf_with_Iterable_Test.java index f5bff494ca..420a01d4a2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEncloseAnyRangesOf_with_Iterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEncloseAnyRangesOf_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEncloseAnyRangesOf_with_RangeSet_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEncloseAnyRangesOf_with_RangeSet_Test.java index a769e032e0..126bac4c31 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEncloseAnyRangesOf_with_RangeSet_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEncloseAnyRangesOf_with_RangeSet_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEnclose_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEnclose_Test.java index ea2938f319..7f6ea6c9fe 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEnclose_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotEnclose_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersectAnyRangeFrom_with_Iterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersectAnyRangeFrom_with_Iterable_Test.java index 8432280b27..f9b93c8bee 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersectAnyRangeFrom_with_Iterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersectAnyRangeFrom_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersectAnyRangeFrom_with_RangeSet_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersectAnyRangeFrom_with_RangeSet_Test.java index ebf080104b..af2dcd77a2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersectAnyRangeFrom_with_RangeSet_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersectAnyRangeFrom_with_RangeSet_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersect_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersect_Test.java index 2a007871eb..96ba21e839 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersect_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_doesNotIntersect_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAll_with_Iterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAll_with_Iterable_Test.java index a4aaa01714..e8dc70cefa 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAll_with_Iterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAll_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAll_with_RangeSet_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAll_with_RangeSet_Test.java index 597a59640e..28fcf4b99e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAll_with_RangeSet_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAll_with_RangeSet_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyOf_Test.java index fe25198ae2..e7cf32ac1c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyRangesOf_with_Iterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyRangesOf_with_Iterable_Test.java index e0d590218c..878dd5c0c7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyRangesOf_with_Iterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyRangesOf_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyRangesOf_with_RangeSet_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyRangesOf_with_RangeSet_Test.java index edec56f666..618ec57764 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyRangesOf_with_RangeSet_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_enclosesAnyRangesOf_with_RangeSet_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_encloses_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_encloses_Test.java index 58c45aeb3e..b0c405c7c2 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_encloses_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_encloses_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_hasSize_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_hasSize_Test.java index b7c3ea63de..9d72e0d90f 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_hasSize_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_hasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAll_with_Iterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAll_with_Iterable_Test.java index 8c4031505d..1e5806c502 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAll_with_Iterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAll_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAll_with_RangeSet_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAll_with_RangeSet_Test.java index 54962a083b..f840b53f5b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAll_with_RangeSet_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAll_with_RangeSet_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyOf_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyOf_Test.java index 6939b2655f..ccf0dfccdf 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyOf_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyOf_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyRangesOf_with_Iterable_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyRangesOf_with_Iterable_Test.java index 71d4b2a2a0..3e043028d3 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyRangesOf_with_Iterable_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyRangesOf_with_Iterable_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyRangesOf_with_RangeSet_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyRangesOf_with_RangeSet_Test.java index cd765b0f85..8f9d79bc43 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyRangesOf_with_RangeSet_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersectsAnyRangesOf_with_RangeSet_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersects_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersects_Test.java index 8376e83f47..40c80c2f75 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersects_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_intersects_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isEmpty_Test.java index 3ef19a0aed..330e41f539 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isNotEmpty_Test.java index 2bd1cde329..4df3d906d1 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isNullOrEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isNullOrEmpty_Test.java index a91322a2c1..a0e28b6cb6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isNullOrEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/RangeSetAssert_isNullOrEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssertBaseTest.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssertBaseTest.java index c70a71af19..b028d18b5d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssertBaseTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssertBaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_columnCount_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_columnCount_Test.java index c17e41bb6a..d94115462a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_columnCount_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_columnCount_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsCells_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsCells_Test.java index a5d7d16eba..2e16488ef6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsCells_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsCells_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsColumns_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsColumns_Test.java index 4563936197..8c062003ff 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsColumns_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsColumns_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsRows_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsRows_Test.java index ca21e4cc1f..dc47334d62 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsRows_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsRows_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsValues_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsValues_Test.java index 02c1d9b4ee..048e02b245 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsValues_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_containsValues_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasColumnCount_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasColumnCount_Test.java index 88d374bbc8..fd2a7cf60b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasColumnCount_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasColumnCount_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasRowCount_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasRowCount_Test.java index 8cf6ac759e..de4bf5d79a 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasRowCount_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasRowCount_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasSize_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasSize_Test.java index e1b37fbec0..114b85cafd 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasSize_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_hasSize_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_isEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_isEmpty_Test.java index aa0611e28e..10331c1d90 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_isEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_isEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_isNotEmpty_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_isNotEmpty_Test.java index ac415d4bfc..c018c16a7d 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_isNotEmpty_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_isNotEmpty_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_rowCount_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_rowCount_Test.java index 8f8ff87e83..8a106d2126 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_rowCount_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_rowCount_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_size_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_size_Test.java index 51482a03c5..b51cc0d968 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_size_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/api/TableAssert_size_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldEncloseAnyOf_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldEncloseAnyOf_create_Test.java index c1a7f845b5..c3c3270f44 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldEncloseAnyOf_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldEncloseAnyOf_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldEnclose_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldEnclose_create_Test.java index 277ad1decd..f214e25537 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldEnclose_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldEnclose_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldIntersectAnyOf_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldIntersectAnyOf_create_Test.java index de04c4065a..16ad44f174 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldIntersectAnyOf_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldIntersectAnyOf_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldIntersect_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldIntersect_create_Test.java index 3fef2bc079..a38171917e 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldIntersect_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldIntersect_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldNotEnclose_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldNotEnclose_create_Test.java index 5aabb663cd..d357e1f055 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldNotEnclose_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldNotEnclose_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldNotIntersect_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldNotIntersect_create_Test.java index f750e7fa45..96aa75641b 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldNotIntersect_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/RangeSetShouldNotIntersect_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/ShouldHaveSameContentTest_create_Test.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/ShouldHaveSameContentTest_create_Test.java index 9f8b4765e5..f72e2c2e89 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/ShouldHaveSameContentTest_create_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/error/ShouldHaveSameContentTest_create_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/AssertionErrors.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/AssertionErrors.java index f4adda7ba4..0e76bc906c 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/AssertionErrors.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/AssertionErrors.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/junit/jupiter/DefaultDisplayNameGenerator.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/junit/jupiter/DefaultDisplayNameGenerator.java index a06aae5dd5..ba62e10218 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/junit/jupiter/DefaultDisplayNameGenerator.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/junit/jupiter/DefaultDisplayNameGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java index 7ad41babb1..9acd8fad03 100644 --- a/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java +++ b/assertj-tests/assertj-integration-tests/assertj-guava-tests/src/test/java/org/assertj/tests/guava/testkit/junit/jupiter/DefaultDisplayNameGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/ClasspathResources.java b/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/ClasspathResources.java index 91e0503c80..7fbc2d39e7 100644 --- a/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/ClasspathResources.java +++ b/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/ClasspathResources.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/Convert_JUnit5_Assertions_To_AssertJ_Test.java b/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/Convert_JUnit5_Assertions_To_AssertJ_Test.java index 9944a09bea..ea7b66ffc6 100644 --- a/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/Convert_JUnit5_Assertions_To_AssertJ_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/Convert_JUnit5_Assertions_To_AssertJ_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/Convert_JUnit_Assertions_To_AssertJ_Test.java b/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/Convert_JUnit_Assertions_To_AssertJ_Test.java index 6123b68516..a84f0abb45 100644 --- a/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/Convert_JUnit_Assertions_To_AssertJ_Test.java +++ b/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/Convert_JUnit_Assertions_To_AssertJ_Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/ShellScriptExecutor.java b/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/ShellScriptExecutor.java index 701a66e82a..83e8cd6f26 100644 --- a/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/ShellScriptExecutor.java +++ b/assertj-tests/assertj-integration-tests/assertj-scripts/src/test/java/org/assertj/scripts/ShellScriptExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-performance-tests/src/test/java/module-info.java b/assertj-tests/assertj-performance-tests/src/test/java/module-info.java index c341f5c52b..7923e2055a 100644 --- a/assertj-tests/assertj-performance-tests/src/test/java/module-info.java +++ b/assertj-tests/assertj-performance-tests/src/test/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/ContainsOnlyPerfTest.java b/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/ContainsOnlyPerfTest.java index d7fe7617a0..3f5095d2d9 100644 --- a/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/ContainsOnlyPerfTest.java +++ b/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/ContainsOnlyPerfTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/SoftAssertionsPerfTest.java b/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/SoftAssertionsPerfTest.java index 9e569ff5af..c93a9b7ff7 100644 --- a/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/SoftAssertionsPerfTest.java +++ b/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/SoftAssertionsPerfTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/TypeComparatorsPerfTest.java b/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/TypeComparatorsPerfTest.java index 153451ab52..d3b8e79a21 100644 --- a/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/TypeComparatorsPerfTest.java +++ b/assertj-tests/assertj-performance-tests/src/test/java/org/assertj/tests/core/perf/TypeComparatorsPerfTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2025 the original author or authors. + * Copyright 2012-2026 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index 5d3c68ec56..9ad3a2678e 100644 --- a/pom.xml +++ b/pom.xml @@ -121,11 +121,11 @@ ${project.basedir} true - 0.9.0 + 0.10.0 1.7.3 5.0.0 3.5.0 - 3.14.1 + 3.15.0 3.1.1 3.1.4 3.6.2 @@ -139,7 +139,7 @@ 3.5.4 3.5.4 5.5.0.6356 - 3.1.0 + 3.2.1 @@ -193,7 +193,7 @@ limitations under the License. - 2025 + 2026 true @@ -368,6 +368,20 @@ limitations under the License. + + + Central Portal Snapshots + central-portal-snapshots + https://central.sonatype.com/repository/maven-snapshots/ + + false + + + true + + + + publish