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

com.googlecode.testcase.annotation.wrapper.TestCaseWrapperFormatter Maven / Gradle / Ivy

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