| Package | Description |
|---|---|
| icu.easyj.spring.boot.test | |
| icu.easyj.spring.boot.test.result |
| Modifier and Type | Method and Description |
|---|---|
<T> ListContentResult<T> |
MockResponse.list(Class<T> actualType)
获取列表响应内容结果
|
| Modifier and Type | Method and Description |
|---|---|
<T> ListContentResult<T> |
FileExportResult.excelToList(Class<T> expectedClass)
如果文件是excel,则通过excel工具类,解析为列表数据
|
ListContentResult<T> |
ListContentResult.is(int expectedSize)
校验列表数据量
|
ListContentResult<T> |
ListContentResult.is(String expectedContent)
校验数据
|
Copyright © 2021–2022 EasyJ开源社区. All rights reserved.