- java.lang.Object
-
- ch.qos.logback.core.testUtil.AbstractMultiThreadedHarness
-
public abstract class AbstractMultiThreadedHarness extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractMultiThreadedHarness()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidexecute(RunnableWithCounterAndDone[] runnableArray)abstract voidwaitUntilEndCondition()
-
-
-
Constructor Detail
-
AbstractMultiThreadedHarness
public AbstractMultiThreadedHarness()
-
-
Method Detail
-
waitUntilEndCondition
public abstract void waitUntilEndCondition() throws InterruptedException
- Throws:
InterruptedException
-
execute
public void execute(RunnableWithCounterAndDone[] runnableArray) throws InterruptedException
- Throws:
InterruptedException
-
-