mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 09:22:41 +08:00
Additional visibility changes needed in new Java code
This commit is contained in:
committed by
Stephane Nicoll
parent
ad6430b92a
commit
1385e82eb5
@@ -16,20 +16,20 @@
|
||||
|
||||
package io.spring.initializr.web
|
||||
|
||||
import org.junit.runner.RunWith
|
||||
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT
|
||||
import io.spring.initializr.web.AbstractInitializrIntegrationTests.Config
|
||||
|
||||
import org.junit.runner.RunWith
|
||||
import org.springframework.boot.context.embedded.LocalServerPort
|
||||
import org.springframework.boot.test.context.SpringBootTest
|
||||
import org.springframework.test.context.junit4.SpringRunner
|
||||
|
||||
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT
|
||||
|
||||
/**
|
||||
* @author Stephane Nicoll
|
||||
* @author Dave Syer
|
||||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(webEnvironment = RANDOM_PORT)
|
||||
@SpringBootTest(classes = Config, webEnvironment = RANDOM_PORT)
|
||||
abstract class AbstractFullStackInitializrIntegrationTests
|
||||
extends AbstractInitializrIntegrationTests {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user