@AutoConfigureMockMvc @AutoConfigureRestDocs @Import(value=pro.taskana.common.test.doc.api.BaseRestDocumentation.ResultHandlerConfiguration.class) public abstract class BaseRestDocumentation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ADMIN_CREDENTIALS |
protected org.springframework.web.context.WebApplicationContext |
context |
protected org.springframework.test.web.servlet.MockMvc |
mockMvc |
protected int |
port |
protected RestHelper |
restHelper |
protected static String |
TEAMLEAD_1_CREDENTIALS |
| Constructor and Description |
|---|
BaseRestDocumentation() |
protected static String ADMIN_CREDENTIALS
protected static String TEAMLEAD_1_CREDENTIALS
@LocalServerPort protected int port
@Autowired protected org.springframework.web.context.WebApplicationContext context
@Autowired protected org.springframework.test.web.servlet.MockMvc mockMvc
@Autowired protected RestHelper restHelper
Copyright © 2020. All rights reserved.