
com.googlecode.testcase.annotation.handle.toexcel.ExcelConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testcase-annotation Show documentation
Show all versions of testcase-annotation Show documentation
export test case to excel from annotation by java annotation tool.
The newest version!
package com.googlecode.testcase.annotation.handle.toexcel;
public class ExcelConstants {
public static final String DEFAULT_SHEET_NAME_WHEN_MORE_SHEET_EXIST = "others";
public static final String DEFAULT_SHEET_NAME_WHEN_ONLY_DEFAULT_MODULE_EXIST = "Unnamed Module";
public static final ExcelType DEFAULT_EXCEL_TYPE = ExcelType.XLSX;
public static final String DEFAULT_EXCEL_NAME_FORMAT = "TestCase_%s%s";
public static final String FILE_SEPARATOR= System.getProperty("file.separator");
private ExcelConstants(){
// no instance
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy