Uses RA 5.0.2-SNAPSHOT
This commit is contained in:
@@ -843,8 +843,8 @@ class SingleTestGeneratorSpec extends Specification {
|
||||
// tag::context_path_baseclass[]
|
||||
import io.restassured.RestAssured;
|
||||
import org.junit.Before;
|
||||
import org.springframework.boot.web.server.LocalServerPort;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.boot.test.web.server.LocalServerPort;
|
||||
|
||||
@SpringBootTest(classes = ContextPathTestingBaseClass.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
class ContextPathTestingBaseClass {
|
||||
|
||||
Reference in New Issue
Block a user