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

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

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

/**
 * @author arjan.kranenburg
 *
 */
public interface TestStepResultBase extends TestResult
{
	public VERDICT getResult();

	public void setDisplayName( String aDisplayName );
	
	public String getDisplayName();
	
	public void register( TestStepResultObserver anObserver );

	public void unRegisterObserver( TestStepResultObserver anObserver );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy