org.mactor.framework
Interface TestFeedbackListener

All Known Implementing Classes:
DefaultFeedBackLogger, EventReporter, SimpleLogFeedbackHandler

public interface TestFeedbackListener


Method Summary
 void onNodeEvent(TestEvent event, TestContext context)
           
 void onTestRunCompleted(java.lang.String testRunInstanceId, int succededCount, int failedCount)
           
 

Method Detail

onNodeEvent

void onNodeEvent(TestEvent event,
                 TestContext context)

onTestRunCompleted

void onTestRunCompleted(java.lang.String testRunInstanceId,
                        int succededCount,
                        int failedCount)


Copyright © 2008. All Rights Reserved.