更改MarkColorsType枚举类位置

This commit is contained in:
彭宇琦 2020-09-07 07:32:33 +08:00
parent fb1f8ea304
commit 51dde77727
6 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package pres.auxiliary.work.testcase.file; package pres.auxiliary.tool.file;
import org.apache.poi.ss.usermodel.IndexedColors; import org.apache.poi.ss.usermodel.IndexedColors;

View File

@ -36,10 +36,10 @@ import org.dom4j.DocumentHelper;
import org.dom4j.Element; import org.dom4j.Element;
import org.dom4j.io.SAXReader; import org.dom4j.io.SAXReader;
import pres.auxiliary.tool.file.MarkColorsType;
import pres.auxiliary.tool.regex.RegexType; import pres.auxiliary.tool.regex.RegexType;
import pres.auxiliary.work.selenium.datadriven.ListFileRead; import pres.auxiliary.work.selenium.datadriven.ListFileRead;
import pres.auxiliary.work.testcase.file.IncorrectFileException; import pres.auxiliary.work.testcase.file.IncorrectFileException;
import pres.auxiliary.work.testcase.file.MarkColorsType;
import pres.auxiliary.work.testcase.templet.LabelNotFoundException; import pres.auxiliary.work.testcase.templet.LabelNotFoundException;
/** /**

View File

@ -8,9 +8,9 @@ import org.dom4j.DocumentException;
import org.dom4j.Element; import org.dom4j.Element;
import pres.auxiliary.tool.date.Time; import pres.auxiliary.tool.date.Time;
import pres.auxiliary.tool.file.MarkColorsType;
import pres.auxiliary.tool.file.excel.AbstractWriteExcel; import pres.auxiliary.tool.file.excel.AbstractWriteExcel;
import pres.auxiliary.work.selenium.brower.AbstractBrower; import pres.auxiliary.work.selenium.brower.AbstractBrower;
import pres.auxiliary.work.testcase.file.MarkColorsType;
/** /**
* <p><b>文件名</b>ExcelRecord.java</p> * <p><b>文件名</b>ExcelRecord.java</p>

View File

@ -11,7 +11,7 @@ import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod; import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import pres.auxiliary.work.testcase.file.MarkColorsType; import pres.auxiliary.tool.file.MarkColorsType;
import pres.auxiliary.tool.file.excel.AbstractWriteExcel; import pres.auxiliary.tool.file.excel.AbstractWriteExcel;
import pres.auxiliary.tool.file.excel.CreateExcelFile; import pres.auxiliary.tool.file.excel.CreateExcelFile;
import pres.auxiliary.tool.file.excel.AbstractWriteExcel.FieldMark; import pres.auxiliary.tool.file.excel.AbstractWriteExcel.FieldMark;

View File

@ -11,6 +11,7 @@ import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod; import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import pres.auxiliary.tool.file.MarkColorsType;
import pres.auxiliary.tool.file.excel.CreateExcelFile; import pres.auxiliary.tool.file.excel.CreateExcelFile;
import pres.auxiliary.work.testcase.file.JiraTestCaseWrite.JiraFieldIdType; import pres.auxiliary.work.testcase.file.JiraTestCaseWrite.JiraFieldIdType;
import pres.auxiliary.work.testcase.templet.DataListCase; import pres.auxiliary.work.testcase.templet.DataListCase;

View File

@ -10,9 +10,9 @@ import org.testng.annotations.BeforeGroups;
import org.testng.annotations.BeforeTest; import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test; import org.testng.annotations.Test;
import pres.auxiliary.tool.file.MarkColorsType;
import pres.auxiliary.tool.file.excel.CreateExcelFile; import pres.auxiliary.tool.file.excel.CreateExcelFile;
import pres.auxiliary.work.testcase.file.BasicTestCaseWrite; import pres.auxiliary.work.testcase.file.BasicTestCaseWrite;
import pres.auxiliary.work.testcase.file.MarkColorsType;
import pres.auxiliary.work.testcase.templet.InformationCase.InputRuleType; import pres.auxiliary.work.testcase.templet.InformationCase.InputRuleType;
public class ProgramWriteTestCaseDemo { public class ProgramWriteTestCaseDemo {