Merge branch '2.5.x'
Closes gh-27758
This commit is contained in:
@@ -30,7 +30,7 @@ import org.springframework.xml.transform.StringSource;
|
||||
* @author Daniil Razorenov
|
||||
*/
|
||||
@WebServiceServerTest(endpoints = ExampleWebServiceEndpoint.class)
|
||||
public class WebServiceServerIntegrationTests {
|
||||
class WebServiceServerIntegrationTests {
|
||||
|
||||
@Autowired
|
||||
private MockWebServiceClient mock;
|
||||
|
||||
@@ -30,7 +30,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* @author Daniil Razorenov
|
||||
*/
|
||||
@WebServiceServerTest(properties = "spring.profiles.active=test")
|
||||
public class WebServiceServerPropertiesIntegrationTests {
|
||||
class WebServiceServerPropertiesIntegrationTests {
|
||||
|
||||
@Autowired
|
||||
private Environment environment;
|
||||
|
||||
@@ -36,7 +36,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
*
|
||||
* @author Daniil Razorenov
|
||||
*/
|
||||
public class WebServiceServerTypeExcludeFilterTests {
|
||||
class WebServiceServerTypeExcludeFilterTests {
|
||||
|
||||
private final MetadataReaderFactory metadataReaderFactory = new SimpleMetadataReaderFactory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user