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

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

There is a newer version: 0.3.14
Show newest version
package org.testtoolinterfaces.testresult;

public interface TestCaseResultObserver
{
	public void notify( TestCaseResult aTestCaseResult );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy