Class FailOnTimeout.CallableStatement
- java.lang.Object
-
- org.junit.internal.runners.statements.FailOnTimeout.CallableStatement
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Throwable>
- Enclosing class:
- FailOnTimeout
private class FailOnTimeout.CallableStatement extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Throwable>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.CountDownLatchstartLatch
-
Constructor Summary
Constructors Modifier Constructor Description privateCallableStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidawaitStarted()java.lang.Throwablecall()
-
-
-
Method Detail
-
call
public java.lang.Throwable call() throws java.lang.Exception- Specified by:
callin interfacejava.util.concurrent.Callable<java.lang.Throwable>- Throws:
java.lang.Exception
-
awaitStarted
public void awaitStarted() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-