diff --git a/gradle/spotless/eclipse-public-license-2.0.java b/gradle/spotless/eclipse-public-license-2.0.java index 6b53db1..89ee9d9 100644 --- a/gradle/spotless/eclipse-public-license-2.0.java +++ b/gradle/spotless/eclipse-public-license-2.0.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/ClassDescriptor.java b/src/main/java/org/junit/support/testng/engine/ClassDescriptor.java index 0b1409e..3e84cf5 100644 --- a/src/main/java/org/junit/support/testng/engine/ClassDescriptor.java +++ b/src/main/java/org/junit/support/testng/engine/ClassDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/ConfiguringListener.java b/src/main/java/org/junit/support/testng/engine/ConfiguringListener.java index a789d99..7224dd6 100644 --- a/src/main/java/org/junit/support/testng/engine/ConfiguringListener.java +++ b/src/main/java/org/junit/support/testng/engine/ConfiguringListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/DefaultListener.java b/src/main/java/org/junit/support/testng/engine/DefaultListener.java index be93026..f4bf5f8 100644 --- a/src/main/java/org/junit/support/testng/engine/DefaultListener.java +++ b/src/main/java/org/junit/support/testng/engine/DefaultListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/DiscoveryListener.java b/src/main/java/org/junit/support/testng/engine/DiscoveryListener.java index c65de29..8be4c7e 100644 --- a/src/main/java/org/junit/support/testng/engine/DiscoveryListener.java +++ b/src/main/java/org/junit/support/testng/engine/DiscoveryListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/ExecutionListener.java b/src/main/java/org/junit/support/testng/engine/ExecutionListener.java index 9aaed47..bbf1a05 100644 --- a/src/main/java/org/junit/support/testng/engine/ExecutionListener.java +++ b/src/main/java/org/junit/support/testng/engine/ExecutionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/InvocationDescriptor.java b/src/main/java/org/junit/support/testng/engine/InvocationDescriptor.java index 727804c..30a0c53 100644 --- a/src/main/java/org/junit/support/testng/engine/InvocationDescriptor.java +++ b/src/main/java/org/junit/support/testng/engine/InvocationDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/IsTestNGTestClass.java b/src/main/java/org/junit/support/testng/engine/IsTestNGTestClass.java index cbdfe3c..b4a651e 100644 --- a/src/main/java/org/junit/support/testng/engine/IsTestNGTestClass.java +++ b/src/main/java/org/junit/support/testng/engine/IsTestNGTestClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/LoggingListener.java b/src/main/java/org/junit/support/testng/engine/LoggingListener.java index 579042f..7fc7cd0 100644 --- a/src/main/java/org/junit/support/testng/engine/LoggingListener.java +++ b/src/main/java/org/junit/support/testng/engine/LoggingListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/MethodDescriptor.java b/src/main/java/org/junit/support/testng/engine/MethodDescriptor.java index 9da6c7d..d5371ea 100644 --- a/src/main/java/org/junit/support/testng/engine/MethodDescriptor.java +++ b/src/main/java/org/junit/support/testng/engine/MethodDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/MethodSignature.java b/src/main/java/org/junit/support/testng/engine/MethodSignature.java index 365a6fd..a20aaca 100644 --- a/src/main/java/org/junit/support/testng/engine/MethodSignature.java +++ b/src/main/java/org/junit/support/testng/engine/MethodSignature.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/TestAnnotationUtils.java b/src/main/java/org/junit/support/testng/engine/TestAnnotationUtils.java index e33f41b..205c4f7 100644 --- a/src/main/java/org/junit/support/testng/engine/TestAnnotationUtils.java +++ b/src/main/java/org/junit/support/testng/engine/TestAnnotationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/TestClassRegistry.java b/src/main/java/org/junit/support/testng/engine/TestClassRegistry.java index 3e6ea8c..0bcc445 100644 --- a/src/main/java/org/junit/support/testng/engine/TestClassRegistry.java +++ b/src/main/java/org/junit/support/testng/engine/TestClassRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/TestDescriptorFactory.java b/src/main/java/org/junit/support/testng/engine/TestDescriptorFactory.java index 5d512af..ccf3972 100644 --- a/src/main/java/org/junit/support/testng/engine/TestDescriptorFactory.java +++ b/src/main/java/org/junit/support/testng/engine/TestDescriptorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/TestNGEngineDescriptor.java b/src/main/java/org/junit/support/testng/engine/TestNGEngineDescriptor.java index a5365a3..9973d5e 100644 --- a/src/main/java/org/junit/support/testng/engine/TestNGEngineDescriptor.java +++ b/src/main/java/org/junit/support/testng/engine/TestNGEngineDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/TestNGSelectorResolver.java b/src/main/java/org/junit/support/testng/engine/TestNGSelectorResolver.java index c283cfb..7a423d6 100644 --- a/src/main/java/org/junit/support/testng/engine/TestNGSelectorResolver.java +++ b/src/main/java/org/junit/support/testng/engine/TestNGSelectorResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junit/support/testng/engine/TestNGTestEngine.java b/src/main/java/org/junit/support/testng/engine/TestNGTestEngine.java index 0124e72..16daae5 100644 --- a/src/main/java/org/junit/support/testng/engine/TestNGTestEngine.java +++ b/src/main/java/org/junit/support/testng/engine/TestNGTestEngine.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/module/java/module-info.java b/src/module/java/module-info.java index e516fd3..1bd2593 100644 --- a/src/module/java/module-info.java +++ b/src/module/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junit/support/testng/engine/AbstractIntegrationTests.java b/src/test/java/org/junit/support/testng/engine/AbstractIntegrationTests.java index 9f2e41b..a3148d9 100644 --- a/src/test/java/org/junit/support/testng/engine/AbstractIntegrationTests.java +++ b/src/test/java/org/junit/support/testng/engine/AbstractIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junit/support/testng/engine/ConfigurationMethodIntegrationTests.java b/src/test/java/org/junit/support/testng/engine/ConfigurationMethodIntegrationTests.java index 0fadfd7..92f4218 100644 --- a/src/test/java/org/junit/support/testng/engine/ConfigurationMethodIntegrationTests.java +++ b/src/test/java/org/junit/support/testng/engine/ConfigurationMethodIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junit/support/testng/engine/ConfigurationParametersIntegrationTests.java b/src/test/java/org/junit/support/testng/engine/ConfigurationParametersIntegrationTests.java index 5a91f05..8bae4da 100644 --- a/src/test/java/org/junit/support/testng/engine/ConfigurationParametersIntegrationTests.java +++ b/src/test/java/org/junit/support/testng/engine/ConfigurationParametersIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junit/support/testng/engine/DataProviderIntegrationTests.java b/src/test/java/org/junit/support/testng/engine/DataProviderIntegrationTests.java index 59105d0..5c410fd 100644 --- a/src/test/java/org/junit/support/testng/engine/DataProviderIntegrationTests.java +++ b/src/test/java/org/junit/support/testng/engine/DataProviderIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junit/support/testng/engine/DiscoveryIntegrationTests.java b/src/test/java/org/junit/support/testng/engine/DiscoveryIntegrationTests.java index 98d1802..c107159 100644 --- a/src/test/java/org/junit/support/testng/engine/DiscoveryIntegrationTests.java +++ b/src/test/java/org/junit/support/testng/engine/DiscoveryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junit/support/testng/engine/ReportingIntegrationTests.java b/src/test/java/org/junit/support/testng/engine/ReportingIntegrationTests.java index a8e147e..b3e4ee7 100644 --- a/src/test/java/org/junit/support/testng/engine/ReportingIntegrationTests.java +++ b/src/test/java/org/junit/support/testng/engine/ReportingIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junit/support/testng/engine/RequiresTestNGVersion.java b/src/test/java/org/junit/support/testng/engine/RequiresTestNGVersion.java index e989723..4af6585 100644 --- a/src/test/java/org/junit/support/testng/engine/RequiresTestNGVersion.java +++ b/src/test/java/org/junit/support/testng/engine/RequiresTestNGVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junit/support/testng/engine/TestContext.java b/src/test/java/org/junit/support/testng/engine/TestContext.java index a463ff0..4a7caec 100644 --- a/src/test/java/org/junit/support/testng/engine/TestContext.java +++ b/src/test/java/org/junit/support/testng/engine/TestContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junit/support/testng/engine/TestNGVersionAppendingDisplayNameGenerator.java b/src/test/java/org/junit/support/testng/engine/TestNGVersionAppendingDisplayNameGenerator.java index 5051962..6549026 100644 --- a/src/test/java/org/junit/support/testng/engine/TestNGVersionAppendingDisplayNameGenerator.java +++ b/src/test/java/org/junit/support/testng/engine/TestNGVersionAppendingDisplayNameGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/AnonymousClassTestCase.java b/src/testFixtures/java/example/basics/AnonymousClassTestCase.java index c1d172e..30686a2 100644 --- a/src/testFixtures/java/example/basics/AnonymousClassTestCase.java +++ b/src/testFixtures/java/example/basics/AnonymousClassTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/ClassLevelOnlyAnnotationTestCase.java b/src/testFixtures/java/example/basics/ClassLevelOnlyAnnotationTestCase.java index bd1d5c9..58b8dc2 100644 --- a/src/testFixtures/java/example/basics/ClassLevelOnlyAnnotationTestCase.java +++ b/src/testFixtures/java/example/basics/ClassLevelOnlyAnnotationTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/CustomAttributeTestCase.java b/src/testFixtures/java/example/basics/CustomAttributeTestCase.java index 44cfb73..8ad4130 100644 --- a/src/testFixtures/java/example/basics/CustomAttributeTestCase.java +++ b/src/testFixtures/java/example/basics/CustomAttributeTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/DefaultVisibilityBaseTestCase.java b/src/testFixtures/java/example/basics/DefaultVisibilityBaseTestCase.java index 19af9c6..f7a2397 100644 --- a/src/testFixtures/java/example/basics/DefaultVisibilityBaseTestCase.java +++ b/src/testFixtures/java/example/basics/DefaultVisibilityBaseTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/DefaultVisibilityWithDeclaredMethodTestCase.java b/src/testFixtures/java/example/basics/DefaultVisibilityWithDeclaredMethodTestCase.java index 34f4912..d2a03ef 100644 --- a/src/testFixtures/java/example/basics/DefaultVisibilityWithDeclaredMethodTestCase.java +++ b/src/testFixtures/java/example/basics/DefaultVisibilityWithDeclaredMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/DefaultVisibilityWithoutDeclaredMethodTestCase.java b/src/testFixtures/java/example/basics/DefaultVisibilityWithoutDeclaredMethodTestCase.java index 2fc6828..c952e21 100644 --- a/src/testFixtures/java/example/basics/DefaultVisibilityWithoutDeclaredMethodTestCase.java +++ b/src/testFixtures/java/example/basics/DefaultVisibilityWithoutDeclaredMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/DryRunTestCase.java b/src/testFixtures/java/example/basics/DryRunTestCase.java index 05ce16b..1b2e874 100644 --- a/src/testFixtures/java/example/basics/DryRunTestCase.java +++ b/src/testFixtures/java/example/basics/DryRunTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/ExpectedExceptionsTestCase.java b/src/testFixtures/java/example/basics/ExpectedExceptionsTestCase.java index 2d8b9e2..208c77c 100644 --- a/src/testFixtures/java/example/basics/ExpectedExceptionsTestCase.java +++ b/src/testFixtures/java/example/basics/ExpectedExceptionsTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/IgnoredTestCase.java b/src/testFixtures/java/example/basics/IgnoredTestCase.java index 1272b62..0ac5f8e 100644 --- a/src/testFixtures/java/example/basics/IgnoredTestCase.java +++ b/src/testFixtures/java/example/basics/IgnoredTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/InheritedClassLevelOnlyAnnotationTestCase.java b/src/testFixtures/java/example/basics/InheritedClassLevelOnlyAnnotationTestCase.java index 0998dcf..431934d 100644 --- a/src/testFixtures/java/example/basics/InheritedClassLevelOnlyAnnotationTestCase.java +++ b/src/testFixtures/java/example/basics/InheritedClassLevelOnlyAnnotationTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/InheritingSubClassTestCase.java b/src/testFixtures/java/example/basics/InheritingSubClassTestCase.java index 979660e..c020ae5 100644 --- a/src/testFixtures/java/example/basics/InheritingSubClassTestCase.java +++ b/src/testFixtures/java/example/basics/InheritingSubClassTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/JUnitTestCase.java b/src/testFixtures/java/example/basics/JUnitTestCase.java index 3cebebb..5fcce4c 100644 --- a/src/testFixtures/java/example/basics/JUnitTestCase.java +++ b/src/testFixtures/java/example/basics/JUnitTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/NestedTestClass.java b/src/testFixtures/java/example/basics/NestedTestClass.java index 5616ac8..10e362d 100644 --- a/src/testFixtures/java/example/basics/NestedTestClass.java +++ b/src/testFixtures/java/example/basics/NestedTestClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/ParallelExecutionTestCase.java b/src/testFixtures/java/example/basics/ParallelExecutionTestCase.java index 3c6b060..d272070 100644 --- a/src/testFixtures/java/example/basics/ParallelExecutionTestCase.java +++ b/src/testFixtures/java/example/basics/ParallelExecutionTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/RetriedTestCase.java b/src/testFixtures/java/example/basics/RetriedTestCase.java index 4c6e5a2..0331ade 100644 --- a/src/testFixtures/java/example/basics/RetriedTestCase.java +++ b/src/testFixtures/java/example/basics/RetriedTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/SimpleTestCase.java b/src/testFixtures/java/example/basics/SimpleTestCase.java index 5146daa..5fc297e 100644 --- a/src/testFixtures/java/example/basics/SimpleTestCase.java +++ b/src/testFixtures/java/example/basics/SimpleTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/SuccessPercentageTestCase.java b/src/testFixtures/java/example/basics/SuccessPercentageTestCase.java index 921a6ee..04567b8 100644 --- a/src/testFixtures/java/example/basics/SuccessPercentageTestCase.java +++ b/src/testFixtures/java/example/basics/SuccessPercentageTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/TimeoutTestCase.java b/src/testFixtures/java/example/basics/TimeoutTestCase.java index 556d5a3..c0bace9 100644 --- a/src/testFixtures/java/example/basics/TimeoutTestCase.java +++ b/src/testFixtures/java/example/basics/TimeoutTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/basics/TwoMethodsTestCase.java b/src/testFixtures/java/example/basics/TwoMethodsTestCase.java index 56ffbc3..c187b3b 100644 --- a/src/testFixtures/java/example/basics/TwoMethodsTestCase.java +++ b/src/testFixtures/java/example/basics/TwoMethodsTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/methods/AbortedBeforeClassConfigurationMethodTestCase.java b/src/testFixtures/java/example/configuration/methods/AbortedBeforeClassConfigurationMethodTestCase.java index 71fed66..704db90 100644 --- a/src/testFixtures/java/example/configuration/methods/AbortedBeforeClassConfigurationMethodTestCase.java +++ b/src/testFixtures/java/example/configuration/methods/AbortedBeforeClassConfigurationMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/methods/FailingAfterClassConfigurationMethodTestCase.java b/src/testFixtures/java/example/configuration/methods/FailingAfterClassConfigurationMethodTestCase.java index 888cc8a..2199a9f 100644 --- a/src/testFixtures/java/example/configuration/methods/FailingAfterClassConfigurationMethodTestCase.java +++ b/src/testFixtures/java/example/configuration/methods/FailingAfterClassConfigurationMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/methods/FailingAfterMethodConfigurationMethodTestCase.java b/src/testFixtures/java/example/configuration/methods/FailingAfterMethodConfigurationMethodTestCase.java index 9b07004..288925a 100644 --- a/src/testFixtures/java/example/configuration/methods/FailingAfterMethodConfigurationMethodTestCase.java +++ b/src/testFixtures/java/example/configuration/methods/FailingAfterMethodConfigurationMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/methods/FailingAfterSuiteConfigurationMethodTestCase.java b/src/testFixtures/java/example/configuration/methods/FailingAfterSuiteConfigurationMethodTestCase.java index cd72841..724f9f6 100644 --- a/src/testFixtures/java/example/configuration/methods/FailingAfterSuiteConfigurationMethodTestCase.java +++ b/src/testFixtures/java/example/configuration/methods/FailingAfterSuiteConfigurationMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/methods/FailingAfterTestConfigurationMethodTestCase.java b/src/testFixtures/java/example/configuration/methods/FailingAfterTestConfigurationMethodTestCase.java index b388380..99983f1 100644 --- a/src/testFixtures/java/example/configuration/methods/FailingAfterTestConfigurationMethodTestCase.java +++ b/src/testFixtures/java/example/configuration/methods/FailingAfterTestConfigurationMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/methods/FailingBeforeClassConfigurationMethodTestCase.java b/src/testFixtures/java/example/configuration/methods/FailingBeforeClassConfigurationMethodTestCase.java index c918849..6623606 100644 --- a/src/testFixtures/java/example/configuration/methods/FailingBeforeClassConfigurationMethodTestCase.java +++ b/src/testFixtures/java/example/configuration/methods/FailingBeforeClassConfigurationMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/methods/FailingBeforeMethodConfigurationMethodTestCase.java b/src/testFixtures/java/example/configuration/methods/FailingBeforeMethodConfigurationMethodTestCase.java index 17a2564..928ba1b 100644 --- a/src/testFixtures/java/example/configuration/methods/FailingBeforeMethodConfigurationMethodTestCase.java +++ b/src/testFixtures/java/example/configuration/methods/FailingBeforeMethodConfigurationMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/methods/FailingBeforeSuiteConfigurationMethodTestCase.java b/src/testFixtures/java/example/configuration/methods/FailingBeforeSuiteConfigurationMethodTestCase.java index 78dbc58..b7c959a 100644 --- a/src/testFixtures/java/example/configuration/methods/FailingBeforeSuiteConfigurationMethodTestCase.java +++ b/src/testFixtures/java/example/configuration/methods/FailingBeforeSuiteConfigurationMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/methods/FailingBeforeTestConfigurationMethodTestCase.java b/src/testFixtures/java/example/configuration/methods/FailingBeforeTestConfigurationMethodTestCase.java index 478a96f..17468cb 100644 --- a/src/testFixtures/java/example/configuration/methods/FailingBeforeTestConfigurationMethodTestCase.java +++ b/src/testFixtures/java/example/configuration/methods/FailingBeforeTestConfigurationMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/methods/GroupsConfigurationMethodsTestCase.java b/src/testFixtures/java/example/configuration/methods/GroupsConfigurationMethodsTestCase.java index 49533f3..dc58b87 100644 --- a/src/testFixtures/java/example/configuration/methods/GroupsConfigurationMethodsTestCase.java +++ b/src/testFixtures/java/example/configuration/methods/GroupsConfigurationMethodsTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/parameters/DataProviderThreadCountTestCase.java b/src/testFixtures/java/example/configuration/parameters/DataProviderThreadCountTestCase.java index e636b13..7dd5449 100644 --- a/src/testFixtures/java/example/configuration/parameters/DataProviderThreadCountTestCase.java +++ b/src/testFixtures/java/example/configuration/parameters/DataProviderThreadCountTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/parameters/InvocationTrackingListener.java b/src/testFixtures/java/example/configuration/parameters/InvocationTrackingListener.java index 8d74c12..32be5cb 100644 --- a/src/testFixtures/java/example/configuration/parameters/InvocationTrackingListener.java +++ b/src/testFixtures/java/example/configuration/parameters/InvocationTrackingListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/parameters/ParallelMethodsTestCase.java b/src/testFixtures/java/example/configuration/parameters/ParallelMethodsTestCase.java index 06b5fea..8261869 100644 --- a/src/testFixtures/java/example/configuration/parameters/ParallelMethodsTestCase.java +++ b/src/testFixtures/java/example/configuration/parameters/ParallelMethodsTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/parameters/PreserveOrderTestCase.java b/src/testFixtures/java/example/configuration/parameters/PreserveOrderTestCase.java index 27bc606..678d7d1 100644 --- a/src/testFixtures/java/example/configuration/parameters/PreserveOrderTestCase.java +++ b/src/testFixtures/java/example/configuration/parameters/PreserveOrderTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/parameters/ReturnValuesTestCase.java b/src/testFixtures/java/example/configuration/parameters/ReturnValuesTestCase.java index 12e4008..e71bf87 100644 --- a/src/testFixtures/java/example/configuration/parameters/ReturnValuesTestCase.java +++ b/src/testFixtures/java/example/configuration/parameters/ReturnValuesTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/parameters/SystemPropertyProvidingListener.java b/src/testFixtures/java/example/configuration/parameters/SystemPropertyProvidingListener.java index 233217d..a243b13 100644 --- a/src/testFixtures/java/example/configuration/parameters/SystemPropertyProvidingListener.java +++ b/src/testFixtures/java/example/configuration/parameters/SystemPropertyProvidingListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/configuration/parameters/SystemPropertyReadingTestCase.java b/src/testFixtures/java/example/configuration/parameters/SystemPropertyReadingTestCase.java index e0a31af..1500c24 100644 --- a/src/testFixtures/java/example/configuration/parameters/SystemPropertyReadingTestCase.java +++ b/src/testFixtures/java/example/configuration/parameters/SystemPropertyReadingTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/dataproviders/DataProviderMethodEmptyListTestCase.java b/src/testFixtures/java/example/dataproviders/DataProviderMethodEmptyListTestCase.java index bad54ba..f38d567 100644 --- a/src/testFixtures/java/example/dataproviders/DataProviderMethodEmptyListTestCase.java +++ b/src/testFixtures/java/example/dataproviders/DataProviderMethodEmptyListTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/dataproviders/DataProviderMethodErrorHandlingTestCase.java b/src/testFixtures/java/example/dataproviders/DataProviderMethodErrorHandlingTestCase.java index 8ab4168..358f079 100644 --- a/src/testFixtures/java/example/dataproviders/DataProviderMethodErrorHandlingTestCase.java +++ b/src/testFixtures/java/example/dataproviders/DataProviderMethodErrorHandlingTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/dataproviders/DataProviderMethodTestCase.java b/src/testFixtures/java/example/dataproviders/DataProviderMethodTestCase.java index 6648701..48964a3 100644 --- a/src/testFixtures/java/example/dataproviders/DataProviderMethodTestCase.java +++ b/src/testFixtures/java/example/dataproviders/DataProviderMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/dataproviders/DataProviders.java b/src/testFixtures/java/example/dataproviders/DataProviders.java index ab4c29d..7ecf7b1 100644 --- a/src/testFixtures/java/example/dataproviders/DataProviders.java +++ b/src/testFixtures/java/example/dataproviders/DataProviders.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/dataproviders/FactoryMethodTestCase.java b/src/testFixtures/java/example/dataproviders/FactoryMethodTestCase.java index 4a5fb0b..6fa8814 100644 --- a/src/testFixtures/java/example/dataproviders/FactoryMethodTestCase.java +++ b/src/testFixtures/java/example/dataproviders/FactoryMethodTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/dataproviders/FactoryWithDataProviderTestCase.java b/src/testFixtures/java/example/dataproviders/FactoryWithDataProviderTestCase.java index f274432..2255118 100644 --- a/src/testFixtures/java/example/dataproviders/FactoryWithDataProviderTestCase.java +++ b/src/testFixtures/java/example/dataproviders/FactoryWithDataProviderTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/testFixtures/java/example/dataproviders/ParallelDataProviderTestCase.java b/src/testFixtures/java/example/dataproviders/ParallelDataProviderTestCase.java index 57399bd..e5bd436 100644 --- a/src/testFixtures/java/example/dataproviders/ParallelDataProviderTestCase.java +++ b/src/testFixtures/java/example/dataproviders/ParallelDataProviderTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which