org.rutil.loadtest
Interface TestRunner


public interface TestRunner

The test implementation(s) should implement this interface.

Author:
mohan
See Also:
LoadGenerator

Method Summary
 boolean execute(Stats stats)
          Execute the test once and update the stats.
 

Method Detail

execute

boolean execute(Stats stats)
Execute the test once and update the stats. This method may be called repeatedly, it should be state-less and be thread-safe.

Parameters:
stats - stats to be updated based on test execution.
Returns:
true if test was sucessfull. false, otherwise.