更改MarkColorsType枚举类位置
This commit is contained in:
parent
fb1f8ea304
commit
51dde77727
|
@ -1,4 +1,4 @@
|
|||
package pres.auxiliary.work.testcase.file;
|
||||
package pres.auxiliary.tool.file;
|
||||
|
||||
import org.apache.poi.ss.usermodel.IndexedColors;
|
||||
|
|
@ -36,10 +36,10 @@ import org.dom4j.DocumentHelper;
|
|||
import org.dom4j.Element;
|
||||
import org.dom4j.io.SAXReader;
|
||||
|
||||
import pres.auxiliary.tool.file.MarkColorsType;
|
||||
import pres.auxiliary.tool.regex.RegexType;
|
||||
import pres.auxiliary.work.selenium.datadriven.ListFileRead;
|
||||
import pres.auxiliary.work.testcase.file.IncorrectFileException;
|
||||
import pres.auxiliary.work.testcase.file.MarkColorsType;
|
||||
import pres.auxiliary.work.testcase.templet.LabelNotFoundException;
|
||||
|
||||
/**
|
||||
|
|
|
@ -8,9 +8,9 @@ import org.dom4j.DocumentException;
|
|||
import org.dom4j.Element;
|
||||
|
||||
import pres.auxiliary.tool.date.Time;
|
||||
import pres.auxiliary.tool.file.MarkColorsType;
|
||||
import pres.auxiliary.tool.file.excel.AbstractWriteExcel;
|
||||
import pres.auxiliary.work.selenium.brower.AbstractBrower;
|
||||
import pres.auxiliary.work.testcase.file.MarkColorsType;
|
||||
|
||||
/**
|
||||
* <p><b>文件名:</b>ExcelRecord.java</p>
|
||||
|
|
|
@ -11,7 +11,7 @@ import org.testng.annotations.BeforeClass;
|
|||
import org.testng.annotations.BeforeMethod;
|
||||
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.CreateExcelFile;
|
||||
import pres.auxiliary.tool.file.excel.AbstractWriteExcel.FieldMark;
|
||||
|
|
|
@ -11,6 +11,7 @@ import org.testng.annotations.BeforeClass;
|
|||
import org.testng.annotations.BeforeMethod;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import pres.auxiliary.tool.file.MarkColorsType;
|
||||
import pres.auxiliary.tool.file.excel.CreateExcelFile;
|
||||
import pres.auxiliary.work.testcase.file.JiraTestCaseWrite.JiraFieldIdType;
|
||||
import pres.auxiliary.work.testcase.templet.DataListCase;
|
||||
|
|
|
@ -10,9 +10,9 @@ import org.testng.annotations.BeforeGroups;
|
|||
import org.testng.annotations.BeforeTest;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import pres.auxiliary.tool.file.MarkColorsType;
|
||||
import pres.auxiliary.tool.file.excel.CreateExcelFile;
|
||||
import pres.auxiliary.work.testcase.file.BasicTestCaseWrite;
|
||||
import pres.auxiliary.work.testcase.file.MarkColorsType;
|
||||
import pres.auxiliary.work.testcase.templet.InformationCase.InputRuleType;
|
||||
|
||||
public class ProgramWriteTestCaseDemo {
|
||||
|
|
Loading…
Reference in New Issue