mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish
This commit is contained in:
+9
-2
@@ -28,8 +28,14 @@ import org.springframework.http.MockHttpOutputMessage;
|
||||
import org.springframework.protobuf.Msg;
|
||||
import org.springframework.protobuf.SecondMsg;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import static org.mockito.Mockito.*;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.mockito.Matchers.anyObject;
|
||||
import static org.mockito.Mockito.mock;
|
||||
import static org.mockito.Mockito.times;
|
||||
import static org.mockito.Mockito.verify;
|
||||
|
||||
|
||||
/**
|
||||
* Test suite for {@link ProtobufHttpMessageConverter}
|
||||
@@ -43,6 +49,7 @@ public class ProtobufHttpMessageConverterTests {
|
||||
|
||||
private Msg testMsg;
|
||||
|
||||
|
||||
@Before
|
||||
public void setUp() {
|
||||
this.registryInitializer = mock(ExtensionRegistryInitializer.class);
|
||||
|
||||
Reference in New Issue
Block a user