This commit is contained in:
Stéphane Nicoll
2023-12-20 09:52:55 +01:00
parent 4c0d0ba5b3
commit 1bd523f6b6
25 changed files with 170 additions and 187 deletions

View File

@@ -29,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThatThrownBy;
*
* @author Sebastien Deleuze
*/
public class RegisterReflectionForBindingProcessorTests {
class RegisterReflectionForBindingProcessorTests {
private final RegisterReflectionForBindingProcessor processor = new RegisterReflectionForBindingProcessor();

View File

@@ -41,7 +41,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Sebastien Deleuze
* @author Stephane Nicoll
*/
public class ReflectionHintsWriterTests {
class ReflectionHintsWriterTests {
@Test
void empty() throws JSONException {

View File

@@ -32,7 +32,7 @@ import org.springframework.core.env.Environment;
*
* @author Sebastien Deleuze
*/
public class SerializationHintsWriterTests {
class SerializationHintsWriterTests {
@Test
void shouldWriteEmptyHint() throws JSONException {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2021 the original author or authors.
* Copyright 2002-2023 the original author 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.assertj.core.api.Assertions.assertThatThrownBy;
* @author Rossen Stoyanchev
* @since 5.1.11
*/
public class LimitedDataBufferListTests {
class LimitedDataBufferListTests {
@Test
void limitEnforced() {

View File

@@ -31,7 +31,7 @@ import static org.mockito.Mockito.verifyNoMoreInteractions;
* Unit tests for {@link CompositeLog}.
* @author Rossen Stoyanchev
*/
public class CompositeLogTests {
class CompositeLogTests {
private final Log logger1 = mock();