cz.cuni.amis.utils.test
Class Repeater<CONTEXT extends TestContext>

Package class diagram package Repeater
java.lang.Object
  extended by cz.cuni.amis.utils.test.Repeater<CONTEXT>
All Implemented Interfaces:
ContextRunnable<CONTEXT>

public class Repeater<CONTEXT extends TestContext>
extends Object
implements ContextRunnable<CONTEXT>


Constructor Summary
Repeater(int repetitions, ContextRunnable test)
           
 
Method Summary
protected  Runnable newTestIteration(CONTEXT ctx)
           
 void run(CONTEXT ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Repeater

public Repeater(int repetitions,
                ContextRunnable test)
Method Detail

newTestIteration

protected Runnable newTestIteration(CONTEXT ctx)

run

public void run(CONTEXT ctx)
Specified by:
run in interface ContextRunnable<CONTEXT extends TestContext>


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.