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

aQute.junit.TestReporter Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package aQute.junit;

import java.util.List;

import org.osgi.framework.Bundle;

import junit.framework.Test;
import junit.framework.TestListener;

public interface TestReporter extends TestListener {
	void setup(Bundle framework, Bundle targetBundle);

	void begin(List tests, int realcount);

	void aborted();

	void end();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy