Uses of Interface
cz.cuni.amis.utils.test.ContextRunnable

Packages that use ContextRunnable
cz.cuni.amis.pogamut.ut2004.bot.impl.test   
cz.cuni.amis.utils.test   
 

Uses of ContextRunnable in cz.cuni.amis.pogamut.ut2004.bot.impl.test
 

Subinterfaces of ContextRunnable in cz.cuni.amis.pogamut.ut2004.bot.impl.test
 interface IBotTest
          Implementor must be state-less object! Will be used many times.
 

Classes in cz.cuni.amis.pogamut.ut2004.bot.impl.test that implement ContextRunnable
 class AbstractBotTest
           
 class ConcurrentBot
           
 class PauseResumeBotTest
           
 class SimpleBotTest
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.bot.impl.test with parameters of type ContextRunnable
ConcurrentBot(int threads, ContextRunnable<? extends BotContext> tester)
           
 

Uses of ContextRunnable in cz.cuni.amis.utils.test
 

Classes in cz.cuni.amis.utils.test that implement ContextRunnable
 class Concurrent<CONTEXT extends TestContext>
           
 class Repeater<CONTEXT extends TestContext>
           
 

Fields in cz.cuni.amis.utils.test declared as ContextRunnable
protected  ContextRunnable Concurrent.tester
           
 

Constructors in cz.cuni.amis.utils.test with parameters of type ContextRunnable
Concurrent(int threads, ContextRunnable tester)
           
Repeater(int repetitions, ContextRunnable test)
           
 



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