Browse Source

Polish

pull/31981/head
Stéphane Nicoll 2 years ago
parent
commit
1f2d29ee08
  1. 4
      spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscovererTests.java
  2. 4
      spring-aop/src/test/java/org/springframework/aop/aspectj/TypePatternClassFilterTests.java
  3. 4
      spring-aop/src/test/java/org/springframework/aop/interceptor/DebugInterceptorTests.java
  4. 4
      spring-aop/src/test/java/org/springframework/aop/interceptor/SimpleTraceInterceptorTests.java
  5. 4
      spring-aop/src/test/java/org/springframework/aop/scope/DefaultScopedObjectTests.java
  6. 4
      spring-aop/src/test/java/org/springframework/aop/scope/ScopedProxyUtilsTests.java
  7. 4
      spring-aop/src/test/java/org/springframework/aop/support/ClassFiltersTests.java
  8. 4
      spring-aop/src/test/java/org/springframework/aop/support/RootClassFilterTests.java
  9. 4
      spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java
  10. 4
      spring-aspects/src/test/java/org/springframework/scheduling/aspectj/AnnotationAsyncExecutionAspectTests.java
  11. 4
      spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java
  12. 2
      spring-beans/src/test/java/org/springframework/beans/PropertyAccessorUtilsTests.java
  13. 2
      spring-beans/src/test/java/org/springframework/beans/factory/annotation/CustomAutowireConfigurerTests.java
  14. 4
      spring-beans/src/test/java/org/springframework/beans/factory/annotation/InjectAnnotationBeanPostProcessorTests.java
  15. 2
      spring-beans/src/test/java/org/springframework/beans/factory/annotation/ParameterResolutionTests.java
  16. 2
      spring-beans/src/test/java/org/springframework/beans/factory/config/CustomScopeConfigurerTests.java
  17. 2
      spring-beans/src/test/java/org/springframework/beans/factory/config/FieldRetrievingFactoryBeanTests.java
  18. 2
      spring-beans/src/test/java/org/springframework/beans/factory/config/MethodInvokingFactoryBeanTests.java
  19. 2
      spring-beans/src/test/java/org/springframework/beans/factory/config/PropertiesFactoryBeanTests.java
  20. 2
      spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPathFactoryBeanTests.java
  21. 4
      spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurerTests.java
  22. 2
      spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyResourceConfigurerTests.java
  23. 2
      spring-beans/src/test/java/org/springframework/beans/factory/config/ServiceLocatorFactoryBeanTests.java
  24. 2
      spring-beans/src/test/java/org/springframework/beans/factory/parsing/ConstructorArgumentEntryTests.java
  25. 2
      spring-beans/src/test/java/org/springframework/beans/factory/parsing/PassThroughSourceExtractorTests.java
  26. 2
      spring-beans/src/test/java/org/springframework/beans/factory/parsing/PropertyEntryTests.java
  27. 2
      spring-beans/src/test/java/org/springframework/beans/factory/support/AutowireUtilsTests.java
  28. 2
      spring-beans/src/test/java/org/springframework/beans/factory/support/DefinitionMetadataEqualsHashCodeTests.java
  29. 4
      spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedListTests.java
  30. 4
      spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedSetTests.java
  31. 2
      spring-beans/src/test/java/org/springframework/beans/factory/support/Spr8954Tests.java
  32. 2
      spring-beans/src/test/java/org/springframework/beans/factory/wiring/BeanWiringInfoTests.java
  33. 2
      spring-beans/src/test/java/org/springframework/beans/factory/wiring/ClassNameBeanWiringInfoResolverTests.java
  34. 2
      spring-beans/src/test/java/org/springframework/beans/factory/xml/DelegatingEntityResolverTests.java
  35. 4
      spring-beans/src/test/java/org/springframework/beans/factory/xml/ResourceEntityResolverTests.java
  36. 2
      spring-beans/src/test/java/org/springframework/beans/propertyeditors/ByteArrayPropertyEditorTests.java
  37. 2
      spring-beans/src/test/java/org/springframework/beans/propertyeditors/CharArrayPropertyEditorTests.java
  38. 2
      spring-beans/src/test/java/org/springframework/beans/propertyeditors/CustomCollectionEditorTests.java
  39. 2
      spring-beans/src/test/java/org/springframework/beans/propertyeditors/CustomEditorTests.java
  40. 2
      spring-beans/src/test/java/org/springframework/beans/propertyeditors/InputStreamEditorTests.java
  41. 2
      spring-beans/src/test/java/org/springframework/beans/propertyeditors/ReaderEditorTests.java
  42. 2
      spring-beans/src/test/java/org/springframework/beans/propertyeditors/ResourceBundleEditorTests.java
  43. 2
      spring-beans/src/test/java/org/springframework/beans/support/PropertyComparatorTests.java
  44. 2
      spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerTests.java
  45. 2
      spring-context/src/test/java/org/springframework/beans/factory/xml/support/CustomNamespaceHandlerTests.java
  46. 4
      spring-context/src/test/java/org/springframework/context/annotation/AnnotationBeanNameGeneratorTests.java
  47. 2
      spring-context/src/test/java/org/springframework/context/annotation/AnnotationScopeMetadataResolverTests.java
  48. 4
      spring-context/src/test/java/org/springframework/context/annotation/ComponentScanAnnotationTests.java
  49. 4
      spring-context/src/test/java/org/springframework/context/annotation/EnableLoadTimeWeavingTests.java
  50. 2
      spring-context/src/test/java/org/springframework/context/annotation/Spr8954Tests.java
  51. 2
      spring-context/src/test/java/org/springframework/context/expression/FactoryBeanAccessTests.java
  52. 2
      spring-context/src/test/java/org/springframework/context/expression/MapAccessorTests.java
  53. 2
      spring-context/src/test/java/org/springframework/context/expression/MethodBasedEvaluationContextTests.java
  54. 4
      spring-context/src/test/java/org/springframework/context/support/GenericXmlApplicationContextTests.java
  55. 2
      spring-context/src/test/java/org/springframework/format/datetime/standard/InstantFormatterTests.java
  56. 2
      spring-context/src/test/java/org/springframework/instrument/classloading/ReflectiveLoadTimeWeaverTests.java
  57. 4
      spring-context/src/test/java/org/springframework/jmx/support/JmxUtilsTests.java
  58. 2
      spring-context/src/test/java/org/springframework/jndi/JndiPropertySourceTests.java
  59. 2
      spring-context/src/test/java/org/springframework/scheduling/annotation/AnnotationAsyncExecutionInterceptorTests.java
  60. 4
      spring-context/src/test/java/org/springframework/scheduling/concurrent/ThreadPoolTaskExecutorTests.java
  61. 4
      spring-context/src/test/java/org/springframework/scheduling/config/ScheduledTaskRegistrarTests.java
  62. 4
      spring-context/src/test/java/org/springframework/scheduling/support/BitsCronFieldTests.java
  63. 2
      spring-context/src/test/java/org/springframework/scheduling/support/CronTriggerTests.java
  64. 4
      spring-context/src/test/java/org/springframework/scheduling/support/QuartzCronFieldTests.java
  65. 2
      spring-context/src/test/java/org/springframework/scripting/support/StaticScriptSourceTests.java
  66. 2
      spring-context/src/test/java/org/springframework/validation/DataBinderConstructTests.java
  67. 2
      spring-context/src/test/java/org/springframework/validation/DataBinderTests.java
  68. 2
      spring-context/src/test/java/org/springframework/validation/ValidationUtilsTests.java
  69. 2
      spring-context/src/test/java/org/springframework/validation/beanvalidation/MethodValidationAdapterTests.java
  70. 4
      spring-core/src/test/java/org/springframework/core/AttributeAccessorSupportTests.java
  71. 4
      spring-core/src/test/java/org/springframework/core/CollectionFactoryTests.java
  72. 4
      spring-core/src/test/java/org/springframework/core/ConventionsTests.java
  73. 4
      spring-core/src/test/java/org/springframework/core/OrderComparatorTests.java
  74. 4
      spring-core/src/test/java/org/springframework/core/ReactiveAdapterRegistryTests.java
  75. 4
      spring-core/src/test/java/org/springframework/core/SimpleAliasRegistryTests.java
  76. 4
      spring-core/src/test/java/org/springframework/core/SortedPropertiesTests.java
  77. 2
      spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java
  78. 4
      spring-core/src/test/java/org/springframework/core/annotation/AnnotationAttributesTests.java
  79. 2
      spring-core/src/test/java/org/springframework/core/annotation/AnnotationUtilsTests.java
  80. 2
      spring-core/src/test/java/org/springframework/core/codec/CharBufferDecoderTests.java
  81. 2
      spring-core/src/test/java/org/springframework/core/codec/StringDecoderTests.java
  82. 4
      spring-core/src/test/java/org/springframework/core/convert/converter/DefaultConversionServiceTests.java
  83. 4
      spring-core/src/test/java/org/springframework/core/convert/support/GenericConversionServiceTests.java
  84. 4
      spring-core/src/test/java/org/springframework/core/convert/support/ObjectToObjectConverterTests.java
  85. 4
      spring-core/src/test/java/org/springframework/core/env/JOptCommandLinePropertySourceTests.java
  86. 2
      spring-core/src/test/java/org/springframework/core/env/PropertySourceTests.java
  87. 4
      spring-core/src/test/java/org/springframework/core/env/SimpleCommandLineArgsParserTests.java
  88. 4
      spring-core/src/test/java/org/springframework/core/env/SimpleCommandLinePropertySourceTests.java
  89. 2
      spring-core/src/test/java/org/springframework/core/env/StandardEnvironmentTests.java
  90. 4
      spring-core/src/test/java/org/springframework/core/env/SystemEnvironmentPropertySourceTests.java
  91. 4
      spring-core/src/test/java/org/springframework/core/io/ClassPathResourceTests.java
  92. 4
      spring-core/src/test/java/org/springframework/core/io/ModuleResourceTests.java
  93. 4
      spring-core/src/test/java/org/springframework/core/io/PathResourceTests.java
  94. 4
      spring-core/src/test/java/org/springframework/core/io/ResourceEditorTests.java
  95. 4
      spring-core/src/test/java/org/springframework/core/io/ResourceTests.java
  96. 5
      spring-core/src/test/java/org/springframework/core/io/buffer/LimitedDataBufferListTests.java
  97. 2
      spring-core/src/test/java/org/springframework/core/io/support/EncodedResourceTests.java
  98. 4
      spring-core/src/test/java/org/springframework/core/io/support/PropertySourceProcessorTests.java
  99. 4
      spring-core/src/test/java/org/springframework/core/io/support/ResourcePropertySourceTests.java
  100. 4
      spring-core/src/test/java/org/springframework/core/io/support/ResourceRegionTests.java
  101. Some files were not shown because too many files have changed in this diff Show More

4
spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscovererTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -29,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
/**
* Unit tests for {@link AspectJAdviceParameterNameDiscoverer}.
* Tests for {@link AspectJAdviceParameterNameDiscoverer}.
*
* @author Adrian Colyer
* @author Chris Beams

4
spring-aop/src/test/java/org/springframework/aop/aspectj/TypePatternClassFilterTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +31,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -31,7 +31,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
/**
* Unit tests for the {@link TypePatternClassFilter} class.
* Tests for {@link TypePatternClassFilter}.
*
* @author Rod Johnson
* @author Rick Evans

4
spring-aop/src/test/java/org/springframework/aop/interceptor/DebugInterceptorTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +30,7 @@ import static org.mockito.Mockito.times; @@ -30,7 +30,7 @@ import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
/**
* Unit tests for the {@link DebugInterceptor} class.
* Tests for {@link DebugInterceptor}.
*
* @author Rick Evans
* @author Chris Beams

4
spring-aop/src/test/java/org/springframework/aop/interceptor/SimpleTraceInterceptorTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +29,7 @@ import static org.mockito.Mockito.times; @@ -29,7 +29,7 @@ import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
/**
* Unit tests for the {@link SimpleTraceInterceptor} class.
* Tests for {@link SimpleTraceInterceptor}.
*
* @author Rick Evans
* @author Chris Beams

4
spring-aop/src/test/java/org/springframework/aop/scope/DefaultScopedObjectTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +24,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -24,7 +24,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.mockito.Mockito.mock;
/**
* Unit tests for the {@link DefaultScopedObject} class.
* Tests for {@link DefaultScopedObject}.
*
* @author Rick Evans
* @author Chris Beams

4
spring-aop/src/test/java/org/springframework/aop/scope/ScopedProxyUtilsTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -22,7 +22,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -22,7 +22,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for {@link ScopedProxyUtils}.
* Tests for {@link ScopedProxyUtils}.
*
* @author Sam Brannen
* @since 5.1.10

4
spring-aop/src/test/java/org/springframework/aop/support/ClassFiltersTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +29,7 @@ import static org.mockito.Mockito.mock; @@ -29,7 +29,7 @@ import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
/**
* Unit tests for {@link ClassFilters}.
* Tests for {@link ClassFilters}.
*
* @author Rod Johnson
* @author Chris Beams

4
spring-aop/src/test/java/org/springframework/aop/support/RootClassFilterTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +24,7 @@ import org.springframework.beans.testfixture.beans.ITestBean; @@ -24,7 +24,7 @@ import org.springframework.beans.testfixture.beans.ITestBean;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link RootClassFilter}.
* Tests for {@link RootClassFilter}.
*
* @author Sam Brannen
* @since 5.1.10

4
spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -25,7 +25,7 @@ import org.springframework.beans.factory.annotation.Qualifier; @@ -25,7 +25,7 @@ import org.springframework.beans.factory.annotation.Qualifier;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link AnnotationMatchingPointcut}.
* Tests for {@link AnnotationMatchingPointcut}.
*
* @author Sam Brannen
* @since 5.1.10

4
spring-aspects/src/test/java/org/springframework/scheduling/aspectj/AnnotationAsyncExecutionAspectTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +41,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -41,7 +41,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.springframework.core.testfixture.TestGroup.LONG_RUNNING;
/**
* Unit tests for {@link AnnotationAsyncExecutionAspect}.
* Tests for {@link AnnotationAsyncExecutionAspect}.
*
* @author Ramnivas Laddad
* @author Stephane Nicoll

4
spring-beans/src/test/java/org/springframework/beans/BeanUtilsTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -52,7 +52,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -52,7 +52,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.assertj.core.api.SoftAssertions.assertSoftly;
/**
* Unit tests for {@link BeanUtils}.
* Tests for {@link BeanUtils}.
*
* @author Juergen Hoeller
* @author Rob Harrop

2
spring-beans/src/test/java/org/springframework/beans/PropertyAccessorUtilsTests.java

@ -21,7 +21,7 @@ import org.junit.jupiter.api.Test; @@ -21,7 +21,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link PropertyAccessorUtils}.
* Tests for {@link PropertyAccessorUtils}.
*
* @author Juergen Hoeller
* @author Chris Beams

2
spring-beans/src/test/java/org/springframework/beans/factory/annotation/CustomAutowireConfigurerTests.java

@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.springframework.core.testfixture.io.ResourceTestUtils.qualifiedResource;
/**
* Unit tests for {@link CustomAutowireConfigurer}.
* Tests for {@link CustomAutowireConfigurer}.
*
* @author Mark Fisher
* @author Juergen Hoeller

4
spring-beans/src/test/java/org/springframework/beans/factory/annotation/InjectAnnotationBeanPostProcessorTests.java

@ -50,8 +50,8 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -50,8 +50,8 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
/**
* Unit tests for {@link org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor}
* processing the JSR-330 {@link jakarta.inject.Inject} annotation.
* Tests for {@link AutowiredAnnotationBeanPostProcessor} processing
* the JSR-330 {@link jakarta.inject.Inject} annotation.
*
* @author Juergen Hoeller
* @since 3.0

2
spring-beans/src/test/java/org/springframework/beans/factory/annotation/ParameterResolutionTests.java

@ -35,7 +35,7 @@ import static org.mockito.BDDMockito.given; @@ -35,7 +35,7 @@ import static org.mockito.BDDMockito.given;
import static org.mockito.Mockito.mock;
/**
* Unit tests for {@link ParameterResolutionDelegate}.
* Tests for {@link ParameterResolutionDelegate}.
*
* @author Sam Brannen
* @author Juergen Hoeller

2
spring-beans/src/test/java/org/springframework/beans/factory/config/CustomScopeConfigurerTests.java

@ -29,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -29,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.mockito.Mockito.mock;
/**
* Unit tests for {@link CustomScopeConfigurer}.
* Tests for {@link CustomScopeConfigurer}.
*
* @author Rick Evans
* @author Juergen Hoeller

2
spring-beans/src/test/java/org/springframework/beans/factory/config/FieldRetrievingFactoryBeanTests.java

@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.springframework.core.testfixture.io.ResourceTestUtils.qualifiedResource;
/**
* Unit tests for {@link FieldRetrievingFactoryBean}.
* Tests for {@link FieldRetrievingFactoryBean}.
*
* @author Juergen Hoeller
* @author Chris Beams

2
spring-beans/src/test/java/org/springframework/beans/factory/config/MethodInvokingFactoryBeanTests.java

@ -31,7 +31,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType; @@ -31,7 +31,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for {@link MethodInvokingFactoryBean} and {@link MethodInvokingBean}.
* Tests for {@link MethodInvokingFactoryBean} and {@link MethodInvokingBean}.
*
* @author Colin Sampaleanu
* @author Juergen Hoeller

2
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertiesFactoryBeanTests.java

@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.springframework.core.testfixture.io.ResourceTestUtils.qualifiedResource;
/**
* Unit tests for {@link PropertiesFactoryBean}.
* Tests for {@link PropertiesFactoryBean}.
*
* @author Juergen Hoeller
* @author Chris Beams

2
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPathFactoryBeanTests.java

@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.springframework.core.testfixture.io.ResourceTestUtils.qualifiedResource;
/**
* Unit tests for {@link PropertyPathFactoryBean}.
* Tests for {@link PropertyPathFactoryBean}.
*
* @author Juergen Hoeller
* @author Chris Beams

4
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurerTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +39,7 @@ import static org.springframework.beans.factory.support.BeanDefinitionBuilder.ro @@ -39,7 +39,7 @@ import static org.springframework.beans.factory.support.BeanDefinitionBuilder.ro
import static org.springframework.beans.factory.support.BeanDefinitionReaderUtils.registerWithGeneratedName;
/**
* Unit tests for {@link PropertyPlaceholderConfigurer}.
* Tests for {@link PropertyPlaceholderConfigurer}.
*
* @author Chris Beams
* @author Sam Brannen

2
spring-beans/src/test/java/org/springframework/beans/factory/config/PropertyResourceConfigurerTests.java

@ -49,7 +49,7 @@ import static org.springframework.beans.factory.support.BeanDefinitionBuilder.ge @@ -49,7 +49,7 @@ import static org.springframework.beans.factory.support.BeanDefinitionBuilder.ge
import static org.springframework.core.testfixture.io.ResourceTestUtils.qualifiedResource;
/**
* Unit tests for various {@link PropertyResourceConfigurer} implementations including:
* Tests for various {@link PropertyResourceConfigurer} implementations including:
* {@link PropertyPlaceholderConfigurer}, {@link PropertyOverrideConfigurer} and
* {@link PreferencesPlaceholderConfigurer}.
*

2
spring-beans/src/test/java/org/springframework/beans/factory/config/ServiceLocatorFactoryBeanTests.java

@ -34,7 +34,7 @@ import static org.mockito.Mockito.mock; @@ -34,7 +34,7 @@ import static org.mockito.Mockito.mock;
import static org.springframework.beans.factory.support.BeanDefinitionBuilder.genericBeanDefinition;
/**
* Unit tests for {@link ServiceLocatorFactoryBean}.
* Tests for {@link ServiceLocatorFactoryBean}.
*
* @author Colin Sampaleanu
* @author Rick Evans

2
spring-beans/src/test/java/org/springframework/beans/factory/parsing/ConstructorArgumentEntryTests.java

@ -21,7 +21,7 @@ import org.junit.jupiter.api.Test; @@ -21,7 +21,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for {@link ConstructorArgumentEntry}.
* Tests for {@link ConstructorArgumentEntry}.
*
* @author Rick Evans
* @author Chris Beams

2
spring-beans/src/test/java/org/springframework/beans/factory/parsing/PassThroughSourceExtractorTests.java

@ -21,7 +21,7 @@ import org.junit.jupiter.api.Test; @@ -21,7 +21,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link PassThroughSourceExtractor}.
* Tests for {@link PassThroughSourceExtractor}.
*
* @author Rick Evans
* @author Chris Beams

2
spring-beans/src/test/java/org/springframework/beans/factory/parsing/PropertyEntryTests.java

@ -21,7 +21,7 @@ import org.junit.jupiter.api.Test; @@ -21,7 +21,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for {@link PropertyEntry}.
* Tests for {@link PropertyEntry}.
*
* @author Rick Evans
* @author Chris Beams

2
spring-beans/src/test/java/org/springframework/beans/factory/support/AutowireUtilsTests.java

@ -27,7 +27,7 @@ import org.springframework.util.ReflectionUtils; @@ -27,7 +27,7 @@ import org.springframework.util.ReflectionUtils;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link AutowireUtils}.
* Tests for {@link AutowireUtils}.
*
* @author Juergen Hoeller
* @author Sam Brannen

2
spring-beans/src/test/java/org/springframework/beans/factory/support/DefinitionMetadataEqualsHashCodeTests.java

@ -25,7 +25,7 @@ import org.springframework.beans.testfixture.beans.TestBean; @@ -25,7 +25,7 @@ import org.springframework.beans.testfixture.beans.TestBean;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@code equals()} and {@code hashCode()} in bean definitions.
* Tests for {@code equals()} and {@code hashCode()} in bean definitions.
*
* @author Rob Harrop
* @author Sam Brannen

4
spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedListTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
/**
* Unit tests for {@link ManagedList}.
* Tests for {@link ManagedList}.
*
* @author Rick Evans
* @author Juergen Hoeller

4
spring-beans/src/test/java/org/springframework/beans/factory/support/ManagedSetTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
/**
* Unit tests for {@link ManagedSet}.
* Tests for {@link ManagedSet}.
*
* @author Rick Evans
* @author Juergen Hoeller

2
spring-beans/src/test/java/org/springframework/beans/factory/support/Spr8954Tests.java

@ -30,7 +30,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -30,7 +30,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for SPR-8954, in which a custom {@link InstantiationAwareBeanPostProcessor}
* Tests for SPR-8954, in which a custom {@link InstantiationAwareBeanPostProcessor}
* forces the predicted type of a FactoryBean, effectively preventing retrieval of the
* bean from calls to #getBeansOfType(FactoryBean.class). The implementation of
* {@link AbstractBeanFactory#isFactoryBean(String, RootBeanDefinition)} now ensures that

2
spring-beans/src/test/java/org/springframework/beans/factory/wiring/BeanWiringInfoTests.java

@ -22,7 +22,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -22,7 +22,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for the BeanWiringInfo class.
* Tests for {@link BeanWiringInfo}.
*
* @author Rick Evans
* @author Sam Brannen

2
spring-beans/src/test/java/org/springframework/beans/factory/wiring/ClassNameBeanWiringInfoResolverTests.java

@ -22,7 +22,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -22,7 +22,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for the ClassNameBeanWiringInfoResolver class.
* Tests for {@link ClassNameBeanWiringInfoResolver}.
*
* @author Rick Evans
*/

2
spring-beans/src/test/java/org/springframework/beans/factory/xml/DelegatingEntityResolverTests.java

@ -23,7 +23,7 @@ import org.xml.sax.InputSource; @@ -23,7 +23,7 @@ import org.xml.sax.InputSource;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for the {@link DelegatingEntityResolver} class.
* Tests for {@link DelegatingEntityResolver}.
*
* @author Rick Evans
* @author Chris Beams

4
spring-beans/src/test/java/org/springframework/beans/factory/xml/ResourceEntityResolverTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType; @@ -29,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import static org.mockito.Mockito.mock;
/**
* Unit tests for ResourceEntityResolver.
* Tests for {@link ResourceEntityResolver}.
*
* @author Simon Baslé
* @author Sam Brannen

2
spring-beans/src/test/java/org/springframework/beans/propertyeditors/ByteArrayPropertyEditorTests.java

@ -23,7 +23,7 @@ import org.junit.jupiter.api.Test; @@ -23,7 +23,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for the {@link ByteArrayPropertyEditor} class.
* Tests for {@link ByteArrayPropertyEditor}.
*
* @author Rick Evans
*/

2
spring-beans/src/test/java/org/springframework/beans/propertyeditors/CharArrayPropertyEditorTests.java

@ -23,7 +23,7 @@ import org.junit.jupiter.api.Test; @@ -23,7 +23,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for the {@link CharArrayPropertyEditor} class.
* Tests for {@link CharArrayPropertyEditor}.
*
* @author Rick Evans
*/

2
spring-beans/src/test/java/org/springframework/beans/propertyeditors/CustomCollectionEditorTests.java

@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for the {@link CustomCollectionEditor} class.
* Tests for {@link CustomCollectionEditor}.
*
* @author Rick Evans
* @author Chris Beams

2
spring-beans/src/test/java/org/springframework/beans/propertyeditors/CustomEditorTests.java

@ -54,7 +54,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -54,7 +54,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.assertj.core.api.Assertions.within;
/**
* Unit tests for the various PropertyEditors in Spring.
* Tests for the various PropertyEditors in Spring.
*
* @author Juergen Hoeller
* @author Rick Evans

2
spring-beans/src/test/java/org/springframework/beans/propertyeditors/InputStreamEditorTests.java

@ -27,7 +27,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -27,7 +27,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for the {@link InputStreamEditor} class.
* Tests for {@link InputStreamEditor}.
*
* @author Rick Evans
* @author Chris Beams

2
spring-beans/src/test/java/org/springframework/beans/propertyeditors/ReaderEditorTests.java

@ -27,7 +27,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -27,7 +27,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for the {@link ReaderEditor} class.
* Tests for {@link ReaderEditor}.
*
* @author Juergen Hoeller
* @since 4.2

2
spring-beans/src/test/java/org/springframework/beans/propertyeditors/ResourceBundleEditorTests.java

@ -24,7 +24,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -24,7 +24,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for the {@link ResourceBundleEditor} class.
* Tests for {@link ResourceBundleEditor}.
*
* @author Rick Evans
* @author Chris Beams

2
spring-beans/src/test/java/org/springframework/beans/support/PropertyComparatorTests.java

@ -23,7 +23,7 @@ import org.junit.jupiter.api.Test; @@ -23,7 +23,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link PropertyComparator}.
* Tests for {@link PropertyComparator}.
*
* @author Keith Donald
* @author Chris Beams

2
spring-context/src/test/java/org/springframework/aop/config/AopNamespaceHandlerTests.java

@ -32,7 +32,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext; @@ -32,7 +32,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for aop namespace.
* Tests for {@link AopNamespaceHandler}.
*
* @author Rob Harrop
* @author Chris Beams

2
spring-context/src/test/java/org/springframework/beans/factory/xml/support/CustomNamespaceHandlerTests.java

@ -64,7 +64,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -64,7 +64,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
/**
* Unit tests for custom XML namespace handler implementations.
* Tests for custom XML namespace handler implementations.
*
* @author Rob Harrop
* @author Rick Evans

4
spring-context/src/test/java/org/springframework/context/annotation/AnnotationBeanNameGeneratorTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +43,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -43,7 +43,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
/**
* Unit tests for {@link AnnotationBeanNameGenerator}.
* Tests for {@link AnnotationBeanNameGenerator}.
*
* @author Rick Evans
* @author Juergen Hoeller

2
spring-context/src/test/java/org/springframework/context/annotation/AnnotationScopeMetadataResolverTests.java

@ -37,7 +37,7 @@ import static org.springframework.context.annotation.ScopedProxyMode.NO; @@ -37,7 +37,7 @@ import static org.springframework.context.annotation.ScopedProxyMode.NO;
import static org.springframework.context.annotation.ScopedProxyMode.TARGET_CLASS;
/**
* Unit tests for {@link AnnotationScopeMetadataResolver}.
* Tests for {@link AnnotationScopeMetadataResolver}.
*
* @author Rick Evans
* @author Chris Beams

4
spring-context/src/test/java/org/springframework/context/annotation/ComponentScanAnnotationTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +24,7 @@ import org.springframework.context.annotation.ComponentScan.Filter; @@ -24,7 +24,7 @@ import org.springframework.context.annotation.ComponentScan.Filter;
import org.springframework.core.type.filter.TypeFilter;
/**
* Unit tests for the @ComponentScan annotation.
* Tests for the {@code @ComponentScan} annotation.
*
* @author Chris Beams
* @since 3.1

4
spring-context/src/test/java/org/springframework/context/annotation/EnableLoadTimeWeavingTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +30,7 @@ import static org.mockito.Mockito.verify; @@ -30,7 +30,7 @@ import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoInteractions;
/**
* Unit tests for @EnableLoadTimeWeaving
* Tests for {@code @EnableLoadTimeWeaving}.
*
* @author Chris Beams
* @since 3.1

2
spring-context/src/test/java/org/springframework/context/annotation/Spr8954Tests.java

@ -30,7 +30,7 @@ import org.springframework.beans.factory.support.RootBeanDefinition; @@ -30,7 +30,7 @@ import org.springframework.beans.factory.support.RootBeanDefinition;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for SPR-8954, in which a custom {@link InstantiationAwareBeanPostProcessor}
* Tests for SPR-8954, in which a custom {@link InstantiationAwareBeanPostProcessor}
* forces the predicted type of a FactoryBean, effectively preventing retrieval of the
* bean from calls to #getBeansOfType(FactoryBean.class). The implementation of
* {@link AbstractBeanFactory#isFactoryBean(String, RootBeanDefinition)} now ensures

2
spring-context/src/test/java/org/springframework/context/expression/FactoryBeanAccessTests.java

@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
/**
* Unit tests for expressions accessing beans and factory beans.
* Tests for expressions accessing beans and factory beans.
*
* @author Andy Clement
*/

2
spring-context/src/test/java/org/springframework/context/expression/MapAccessorTests.java

@ -29,7 +29,7 @@ import org.springframework.expression.spel.support.StandardEvaluationContext; @@ -29,7 +29,7 @@ import org.springframework.expression.spel.support.StandardEvaluationContext;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for compilation of {@link MapAccessor}.
* Tests for {@link MapAccessor}.
*
* @author Andy Clement
*/

2
spring-context/src/test/java/org/springframework/context/expression/MethodBasedEvaluationContextTests.java

@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.InstanceOfAssertFactories.BOOLEAN;
/**
* Unit tests for {@link MethodBasedEvaluationContext}.
* Tests for {@link MethodBasedEvaluationContext}.
*
* @author Stephane Nicoll
* @author Juergen Hoeller

4
spring-context/src/test/java/org/springframework/context/support/GenericXmlApplicationContextTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +23,7 @@ import org.springframework.util.ClassUtils; @@ -23,7 +23,7 @@ import org.springframework.util.ClassUtils;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link GenericXmlApplicationContext}.
* Tests for {@link GenericXmlApplicationContext}.
*
* See SPR-7530.
*

2
spring-context/src/test/java/org/springframework/format/datetime/standard/InstantFormatterTests.java

@ -38,7 +38,7 @@ import static java.time.ZoneId.systemDefault; @@ -38,7 +38,7 @@ import static java.time.ZoneId.systemDefault;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link InstantFormatter}.
* Tests for {@link InstantFormatter}.
*
* @author Andrei Nevedomskii
* @author Sam Brannen

2
spring-context/src/test/java/org/springframework/instrument/classloading/ReflectiveLoadTimeWeaverTests.java

@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
/**
* Unit tests for the {@link ReflectiveLoadTimeWeaver} class.
* Tests for {@link ReflectiveLoadTimeWeaver}.
*
* @author Rick Evans
* @author Chris Beams

4
spring-context/src/test/java/org/springframework/jmx/support/JmxUtilsTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +37,7 @@ import org.springframework.util.ObjectUtils; @@ -37,7 +37,7 @@ import org.springframework.util.ObjectUtils;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link JmxUtils}.
* Tests for {@link JmxUtils}.
*
* @author Rob Harrop
* @author Juergen Hoeller

2
spring-context/src/test/java/org/springframework/jndi/JndiPropertySourceTests.java

@ -25,7 +25,7 @@ import org.springframework.context.testfixture.jndi.SimpleNamingContext; @@ -25,7 +25,7 @@ import org.springframework.context.testfixture.jndi.SimpleNamingContext;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link JndiPropertySource}.
* Tests for {@link JndiPropertySource}.
*
* @author Chris Beams
* @author Juergen Hoeller

2
spring-context/src/test/java/org/springframework/scheduling/annotation/AnnotationAsyncExecutionInterceptorTests.java

@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link AnnotationAsyncExecutionInterceptor}.
* Tests for {@link AnnotationAsyncExecutionInterceptor}.
*
* @author Chris Beams
* @since 3.1.2

4
spring-context/src/test/java/org/springframework/scheduling/concurrent/ThreadPoolTaskExecutorTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalStateException; @@ -29,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
import static org.assertj.core.api.InstanceOfAssertFactories.type;
/**
* Unit tests for {@link ThreadPoolTaskExecutor}.
* Tests for {@link ThreadPoolTaskExecutor}.
*
* @author Juergen Hoeller
* @author Sam Brannen

4
spring-context/src/test/java/org/springframework/scheduling/config/ScheduledTaskRegistrarTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.mockito.Mockito.mock;
/**
* Unit tests for {@link ScheduledTaskRegistrar}.
* Tests for {@link ScheduledTaskRegistrar}.
*
* @author Tobias Montagna-Hay
* @author Juergen Hoeller

4
spring-context/src/test/java/org/springframework/scheduling/support/BitsCronFieldTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2020 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for {@link BitsCronField}.
* Tests for {@link BitsCronField}.
*
* @author Arjen Poutsma
* @author Sam Brannen

2
spring-context/src/test/java/org/springframework/scheduling/support/CronTriggerTests.java

@ -37,7 +37,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -37,7 +37,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.junit.jupiter.params.provider.Arguments.arguments;
/**
* Unit tests for {@link CronTrigger}.
* Tests for {@link CronTrigger}.
*
* @author Dave Syer
* @author Mark Fisher

4
spring-context/src/test/java/org/springframework/scheduling/support/QuartzCronFieldTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2020 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for {@link QuartzCronField}.
* Tests for {@link QuartzCronField}.
*
* @author Arjen Poutsma
*/

2
spring-context/src/test/java/org/springframework/scripting/support/StaticScriptSourceTests.java

@ -22,7 +22,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -22,7 +22,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for the StaticScriptSource class.
* Tests for {@link StaticScriptSource}.
*
* @author Rick Evans
* @author Sam Brannen

2
spring-context/src/test/java/org/springframework/validation/DataBinderConstructTests.java

@ -32,7 +32,7 @@ import org.springframework.util.Assert; @@ -32,7 +32,7 @@ import org.springframework.util.Assert;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link DataBinder} with constructor binding.
* Tests for {@link DataBinder} with constructor binding.
*
* @author Rossen Stoyanchev
*/

2
spring-context/src/test/java/org/springframework/validation/DataBinderTests.java

@ -72,7 +72,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalStateException; @@ -72,7 +72,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
import static org.assertj.core.api.Assertions.entry;
/**
* Unit tests for {@link DataBinder}.
* Tests for {@link DataBinder}.
*
* @author Rod Johnson
* @author Juergen Hoeller

2
spring-context/src/test/java/org/springframework/validation/ValidationUtilsTests.java

@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
/**
* Unit tests for {@link ValidationUtils}.
* Tests for {@link ValidationUtils}.
*
* @author Juergen Hoeller
* @author Rick Evans

2
spring-context/src/test/java/org/springframework/validation/beanvalidation/MethodValidationAdapterTests.java

@ -41,7 +41,7 @@ import org.springframework.validation.method.ParameterValidationResult; @@ -41,7 +41,7 @@ import org.springframework.validation.method.ParameterValidationResult;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link MethodValidationAdapter}.
* Tests for {@link MethodValidationAdapter}.
*
* @author Rossen Stoyanchev
* @author Sam Brannen

4
spring-core/src/test/java/org/springframework/core/AttributeAccessorSupportTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +24,7 @@ import org.junit.jupiter.api.Test; @@ -24,7 +24,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link AttributeAccessorSupport}.
* Tests for {@link AttributeAccessorSupport}.
*
* @author Rob Harrop
* @author Sam Brannen

4
spring-core/src/test/java/org/springframework/core/CollectionFactoryTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +48,7 @@ import static org.springframework.core.CollectionFactory.createCollection; @@ -48,7 +48,7 @@ import static org.springframework.core.CollectionFactory.createCollection;
import static org.springframework.core.CollectionFactory.createMap;
/**
* Unit tests for {@link CollectionFactory}.
* Tests for {@link CollectionFactory}.
*
* @author Oliver Gierke
* @author Sam Brannen

4
spring-core/src/test/java/org/springframework/core/ConventionsTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2020 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +36,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -36,7 +36,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for {@link Conventions}.
* Tests for {@link Conventions}.
*
* @author Rob Harrop
* @author Sam Brannen

4
spring-core/src/test/java/org/springframework/core/OrderComparatorTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +23,7 @@ import org.junit.jupiter.api.Test; @@ -23,7 +23,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for the {@link OrderComparator} class.
* Tests for {@link OrderComparator}.
*
* @author Rick Evans
* @author Stephane Nicoll

4
spring-core/src/test/java/org/springframework/core/ReactiveAdapterRegistryTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +36,7 @@ import reactor.core.publisher.Mono; @@ -36,7 +36,7 @@ import reactor.core.publisher.Mono;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link ReactiveAdapterRegistry}.
* Tests for {@link ReactiveAdapterRegistry}.
*
* @author Rossen Stoyanchev
* @author Juergen Hoeller

4
spring-core/src/test/java/org/springframework/core/SimpleAliasRegistryTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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 @@ import static org.mockito.BDDMockito.given; @@ -28,7 +28,7 @@ import static org.mockito.BDDMockito.given;
import static org.mockito.BDDMockito.mock;
/**
* Unit tests for {@link SimpleAliasRegistry}.
* Tests for {@link SimpleAliasRegistry}.
*
* @author Juergen Hoeller
* @author Nha Vuong

4
spring-core/src/test/java/org/springframework/core/SortedPropertiesTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +30,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -30,7 +30,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.entry;
/**
* Unit tests for {@link SortedProperties}.
* Tests for {@link SortedProperties}.
*
* @author Sam Brannen
* @since 5.2

2
spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java

@ -69,7 +69,7 @@ import static org.springframework.core.annotation.AnnotatedElementUtils.isAnnota @@ -69,7 +69,7 @@ import static org.springframework.core.annotation.AnnotatedElementUtils.isAnnota
import static org.springframework.core.annotation.AnnotationUtilsTests.asArray;
/**
* Unit tests for {@link AnnotatedElementUtils}.
* Tests for {@link AnnotatedElementUtils}.
*
* @author Sam Brannen
* @author Rossen Stoyanchev

4
spring-core/src/test/java/org/springframework/core/annotation/AnnotationAttributesTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -29,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for {@link AnnotationAttributes}.
* Tests for {@link AnnotationAttributes}.
*
* @author Chris Beams
* @author Sam Brannen

2
spring-core/src/test/java/org/springframework/core/annotation/AnnotationUtilsTests.java

@ -63,7 +63,7 @@ import static org.springframework.core.annotation.AnnotationUtils.isAnnotationMe @@ -63,7 +63,7 @@ import static org.springframework.core.annotation.AnnotationUtils.isAnnotationMe
import static org.springframework.core.annotation.AnnotationUtils.synthesizeAnnotation;
/**
* Unit tests for {@link AnnotationUtils}.
* Tests for {@link AnnotationUtils}.
*
* @author Rod Johnson
* @author Juergen Hoeller

2
spring-core/src/test/java/org/springframework/core/codec/CharBufferDecoderTests.java

@ -40,7 +40,7 @@ import static java.nio.charset.StandardCharsets.UTF_8; @@ -40,7 +40,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link CharBufferDecoder}.
* Tests for {@link CharBufferDecoder}.
*
* @author Markus Heiden
* @author Arjen Poutsma

2
spring-core/src/test/java/org/springframework/core/codec/StringDecoderTests.java

@ -40,7 +40,7 @@ import static java.nio.charset.StandardCharsets.UTF_8; @@ -40,7 +40,7 @@ import static java.nio.charset.StandardCharsets.UTF_8;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link StringDecoder}.
* Tests for {@link StringDecoder}.
*
* @author Sebastien Deleuze
* @author Brian Clozel

4
spring-core/src/test/java/org/springframework/core/convert/converter/DefaultConversionServiceTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +58,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType; @@ -58,7 +58,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import static org.assertj.core.api.Assertions.entry;
/**
* Unit tests for {@link DefaultConversionService}.
* Tests for {@link DefaultConversionService}.
*
* <p>In this package for enforcing accessibility checks to non-public classes outside
* the {@code org.springframework.core.convert.support} implementation package.

4
spring-core/src/test/java/org/springframework/core/convert/support/GenericConversionServiceTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -52,7 +52,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -52,7 +52,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
/**
* Unit tests for {@link GenericConversionService}.
* Tests for {@link GenericConversionService}.
*
* <p>In this package for access to package-local converter implementations.
*

4
spring-core/src/test/java/org/springframework/core/convert/support/ObjectToObjectConverterTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -27,7 +27,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -27,7 +27,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
/**
* Unit tests for {@link ObjectToObjectConverter}.
* Tests for {@link ObjectToObjectConverter}.
*
* @author Sam Brannen
* @author Phillip Webb

4
spring-core/src/test/java/org/springframework/core/env/JOptCommandLinePropertySourceTests.java vendored

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -25,7 +25,7 @@ import org.junit.jupiter.api.Test; @@ -25,7 +25,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link JOptCommandLinePropertySource}.
* Tests for {@link JOptCommandLinePropertySource}.
*
* @author Chris Beams
* @author Sam Brannen

2
spring-core/src/test/java/org/springframework/core/env/PropertySourceTests.java vendored

@ -26,7 +26,7 @@ import org.junit.jupiter.api.Test; @@ -26,7 +26,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link PropertySource} implementations.
* Tests for {@link PropertySource} implementations.
*
* @author Chris Beams
* @since 3.1

4
spring-core/src/test/java/org/springframework/core/env/SimpleCommandLineArgsParserTests.java vendored

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2020 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType; @@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for {@link SimpleCommandLineArgsParser}.
* Tests for {@link SimpleCommandLineArgsParser}.
*
* @author Chris Beams
* @author Sam Brannen

4
spring-core/src/test/java/org/springframework/core/env/SimpleCommandLinePropertySourceTests.java vendored

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +23,7 @@ import org.junit.jupiter.api.Test; @@ -23,7 +23,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link SimpleCommandLinePropertySource}.
* Tests for {@link SimpleCommandLinePropertySource}.
*
* @author Chris Beams
* @author Sam Brannen

2
spring-core/src/test/java/org/springframework/core/env/StandardEnvironmentTests.java vendored

@ -31,7 +31,7 @@ import static org.springframework.core.env.AbstractEnvironment.DEFAULT_PROFILES_ @@ -31,7 +31,7 @@ import static org.springframework.core.env.AbstractEnvironment.DEFAULT_PROFILES_
import static org.springframework.core.env.AbstractEnvironment.RESERVED_DEFAULT_PROFILE_NAME;
/**
* Unit tests for {@link StandardEnvironment}.
* Tests for {@link StandardEnvironment}.
*
* @author Chris Beams
* @author Juergen Hoeller

4
spring-core/src/test/java/org/springframework/core/env/SystemEnvironmentPropertySourceTests.java vendored

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2022 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -25,7 +25,7 @@ import org.junit.jupiter.api.Test; @@ -25,7 +25,7 @@ import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link SystemEnvironmentPropertySource}.
* Tests for {@link SystemEnvironmentPropertySource}.
*
* @author Chris Beams
* @author Juergen Hoeller

4
spring-core/src/test/java/org/springframework/core/io/ClassPathResourceTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +37,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType; @@ -37,7 +37,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import static org.junit.jupiter.api.io.CleanupMode.NEVER;
/**
* Unit tests for {@link ClassPathResource}.
* Tests for {@link ClassPathResource}.
*
* <p>These also originally served as regression tests for the bugs described in
* SPR-6888 and SPR-9413.

4
spring-core/src/test/java/org/springframework/core/io/ModuleResourceTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
/**
* Unit tests for the {@link ModuleResource} class.
* Tests for {@link ModuleResource}.
*
* @author Juergen Hoeller
* @author Sam Brannen

4
spring-core/src/test/java/org/springframework/core/io/PathResourceTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +41,7 @@ import static org.mockito.BDDMockito.given; @@ -41,7 +41,7 @@ import static org.mockito.BDDMockito.given;
import static org.mockito.Mockito.mock;
/**
* Unit tests for the {@link PathResource} class.
* Tests for {@link PathResource}.
*
* @author Philippe Marschall
* @author Phillip Webb

4
spring-core/src/test/java/org/springframework/core/io/ResourceEditorTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Unit tests for the {@link ResourceEditor} class.
* Tests for {@link ResourceEditor}.
*
* @author Rick Evans
* @author Arjen Poutsma

4
spring-core/src/test/java/org/springframework/core/io/ResourceTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +57,7 @@ import static org.junit.jupiter.api.Named.named; @@ -57,7 +57,7 @@ import static org.junit.jupiter.api.Named.named;
import static org.junit.jupiter.params.provider.Arguments.arguments;
/**
* Unit tests for various {@link Resource} implementations.
* Tests for various {@link Resource} implementations.
*
* @author Juergen Hoeller
* @author Chris Beams

5
spring-core/src/test/java/org/springframework/core/io/buffer/LimitedDataBufferListTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +24,8 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -24,7 +24,8 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;
/**
* Unit tests for {@link LimitedDataBufferList}.
* Tests for {@link LimitedDataBufferList}.
*
* @author Rossen Stoyanchev
* @since 5.1.11
*/

2
spring-core/src/test/java/org/springframework/core/io/support/EncodedResourceTests.java

@ -27,7 +27,7 @@ import org.springframework.core.io.Resource; @@ -27,7 +27,7 @@ import org.springframework.core.io.Resource;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link EncodedResource}.
* Tests for {@link EncodedResource}.
*
* @author Sam Brannen
* @since 3.2.14

4
spring-core/src/test/java/org/springframework/core/io/support/PropertySourceProcessorTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author 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,7 +38,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType; @@ -38,7 +38,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import static org.assertj.core.api.Assertions.assertThatNoException;
/**
* Unit tests for {@link PropertySourceProcessor}.
* Tests for {@link PropertySourceProcessor}.
*
* @author Sam Brannen
* @since 6.0.12

4
spring-core/src/test/java/org/springframework/core/io/support/ResourcePropertySourceTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -27,7 +27,7 @@ import org.springframework.core.io.ClassPathResource; @@ -27,7 +27,7 @@ import org.springframework.core.io.ClassPathResource;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Unit tests for {@link ResourcePropertySource}.
* Tests for {@link ResourcePropertySource}.
*
* @author Chris Beams
* @author Sam Brannen

4
spring-core/src/test/java/org/springframework/core/io/support/ResourceRegionTests.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2023 the original author or authors.
* Copyright 2002-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -22,7 +22,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -22,7 +22,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
import static org.mockito.Mockito.mock;
/**
* Unit tests for the {@link ResourceRegion} class.
* Tests for {@link ResourceRegion}.
*
* @author Brian Clozel
*/

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save