
com.googlecode.testcase.annotation.wrapper.TestCaseWrapperFormatter 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.wrapper;
import com.googlecode.testcase.annotation.wrapper.TestCaseWrapper.TestCaseWrapperElement;
public abstract class TestCaseWrapperFormatter {
protected TestCaseWrapper testCaseWrapper;
protected TestCaseWrapperFormatter(TestCaseWrapper testCaseWrapper) {
super();
this.testCaseWrapper = testCaseWrapper;
}
public abstract String format(TestCaseWrapperElement testCaseWrapperElement);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy