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

org.testtoolinterfaces.testresult.TestGroupResultLink Maven / Gradle / Ivy

/**
 * 
 */
package org.testtoolinterfaces.testresult;

/**
 * @author Arjan Kranenburg
 *
 */
public interface TestGroupResultLink extends TestExecItemResultLink
{
	public void setSummary( ResultSummary aResultSummary );

	public ResultSummary getSummary();
	
	// Implementation of the Observer Pattern
	
	public void notify(TestGroupResult aTestGroupResult);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy