org.finra.jtaf.core.plugins.execution
Interface ITestRunnerPlugin


public interface ITestRunnerPlugin

This is the interface to be used for Test Execution plugins


Method Summary
 void handleTestFinish(TestRunnerPluginContext ctx)
          Called after every test finishes
 void handleTestStart(TestRunnerPluginContext ctx)
          Called before every test starts
 

Method Detail

handleTestStart

void handleTestStart(TestRunnerPluginContext ctx)
                     throws RunnerPluginException
Called before every test starts

Parameters:
ctx -
Throws:
RunnerPluginException

handleTestFinish

void handleTestFinish(TestRunnerPluginContext ctx)
                      throws RunnerPluginException
Called after every test finishes

Parameters:
ctx -
Throws:
RunnerPluginException


Copyright © 2014. All rights reserved.