org.mactor.framework
Class DefaultFeedBackLogger

java.lang.Object
  extended by org.mactor.framework.DefaultFeedBackLogger
All Implemented Interfaces:
TestFeedbackListener

public class DefaultFeedBackLogger
extends java.lang.Object
implements TestFeedbackListener


Constructor Summary
DefaultFeedBackLogger(java.io.File outputDir)
           
 
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
 

Constructor Detail

DefaultFeedBackLogger

public DefaultFeedBackLogger(java.io.File outputDir)
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.