
com.googlecode.testcase.annotation.handle.toexcel.strategy.ToExcelStrategy 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.strategy;
import java.util.List;
import com.googlecode.testcase.annotation.wrapper.TestCaseWrapper;
public interface ToExcelStrategy {
public void add(TestCaseWrapper testCaseWrapper);
public void generateFile();
public List getTestCaseWrapperList();
public boolean isThereCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy