|
|
@ -33,7 +33,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers. |
|
|
|
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status; |
|
|
|
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status; |
|
|
|
|
|
|
|
|
|
|
|
public class TaskRecordControllerTest extends AbstractControllerTest { |
|
|
|
public class TaskRecordControllerTest extends AbstractControllerTest { |
|
|
|
private static final Logger logger = LoggerFactory.getLogger(TaskInstanceController.class); |
|
|
|
private static final Logger logger = LoggerFactory.getLogger(TaskRecordControllerTest.class); |
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
@Test |
|
|
|
public void testQueryTaskRecordListPaging() throws Exception { |
|
|
|
public void testQueryTaskRecordListPaging() throws Exception { |
|
|
|