Discontinue use of JUnit 3 APIs
This commit also ensures that the JSR-330 TCK is executed with the normal build by adhering to naming conventions for test classes. See gh-22894
This commit is contained in:
@@ -38,11 +38,10 @@ import org.springframework.mock.web.test.server.MockServerWebExchange;
|
||||
import org.springframework.ui.ExtendedModelMap;
|
||||
import org.springframework.ui.ModelMap;
|
||||
|
||||
import static junit.framework.TestCase.assertTrue;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
|
||||
/**
|
||||
* Unit tests for {@link HttpMessageWriterView}.
|
||||
* @author Rossen Stoyanchev
|
||||
|
||||
Reference in New Issue
Block a user