
com.googlecode.testcase.annotation.OptionsConstants 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;
public class OptionsConstants {
public static final String EXCEL_TYPE_OPTION = "TestCaseExcelType";
public static final String FILE_NAME_OPTION = "TestCaseFile";
public static final String FOLDER_PATH_OPTION = "TestCaseFolder";
public static final String FORCE_CREATE_FILE_OPTION = "ForceCreateTestCaseFile";
private OptionsConstants(){
//no instance;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy