org.mactor.ui.cmd
Class SimpleLogFeedbackHandler

java.lang.Object
  extended by org.mactor.ui.cmd.SimpleLogFeedbackHandler
All Implemented Interfaces:
TestFeedbackListener

public class SimpleLogFeedbackHandler
extends java.lang.Object
implements TestFeedbackListener


Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
SimpleLogFeedbackHandler()
           
 
Method Summary
 void onNodeEvent(TestEvent event, TestContext context)
           
 void onTestRunCompleted(java.lang.String testRunInstanceId, int succededCount, int failedCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log
Constructor Detail

SimpleLogFeedbackHandler

public SimpleLogFeedbackHandler()
Method Detail

onNodeEvent

public void onNodeEvent(TestEvent event,
                        TestContext context)
Specified by:
onNodeEvent in interface TestFeedbackListener

onTestRunCompleted

public void onTestRunCompleted(java.lang.String testRunInstanceId,
                               int succededCount,
                               int failedCount)
Specified by:
onTestRunCompleted in interface TestFeedbackListener


Copyright © 2008. All Rights Reserved.