All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.testcase.annotation.handle.toexcel.strategy.ToExcelStrategy Maven / Gradle / Ivy

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