org.testtoolinterfaces.testresult.TestCaseResultObserver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testresult Show documentation
Show all versions of testresult Show documentation
Test Result classes for Test Tool Interfaces
package org.testtoolinterfaces.testresult;
public interface TestCaseResultObserver
{
public void notify( TestCaseResult aTestCaseResult );
}