refactor(测试计划): 导出用例代码调整
This commit is contained in:
parent
8e13403d5b
commit
4426d8601c
|
@ -265,7 +265,7 @@ xmind_description=备注
|
||||||
xmind_tags=标签
|
xmind_tags=标签
|
||||||
xmind_textDescription=文本描述
|
xmind_textDescription=文本描述
|
||||||
xmind_expectedResult=预期结果
|
xmind_expectedResult=预期结果
|
||||||
xmind_step=用例步骤
|
xmind_step=步骤
|
||||||
xmind_stepDescription=步骤描述
|
xmind_stepDescription=步骤描述
|
||||||
# case export columns
|
# case export columns
|
||||||
case.export.system.columns.name=用例名称
|
case.export.system.columns.name=用例名称
|
||||||
|
|
|
@ -128,7 +128,7 @@ public class FunctionCaseTemplateWriteHandler implements RowWriteHandler {
|
||||||
}
|
}
|
||||||
Comment comment = drawingPatriarch.createCellComment(new XSSFClientAnchor(0, 0, 0, 0, index, 0, index + 3, 1));
|
Comment comment = drawingPatriarch.createCellComment(new XSSFClientAnchor(0, 0, 0, 0, index, 0, index + 3, 1));
|
||||||
comment.setString(new XSSFRichTextString(text));
|
comment.setString(new XSSFRichTextString(text));
|
||||||
sheet.getRow(0).getCell(1).setCellComment(comment);
|
sheet.getRow(0).getCell(0).setCellComment(comment);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static HorizontalCellStyleStrategy getHorizontalWrapStrategy() {
|
public static HorizontalCellStyleStrategy getHorizontalWrapStrategy() {
|
||||||
|
|
Loading…
Reference in New Issue