Package org.robolectric.util
Class TestRunnable
java.lang.Object
org.robolectric.util.TestRunnable
- All Implemented Interfaces:
Runnable
public class TestRunnable extends Object implements Runnable
-
Field Summary
Fields Modifier and Type Field Description boolean
wasRun
-
Constructor Summary
Constructors Constructor Description TestRunnable()
-
Method Summary
Modifier and Type Method Description void
run()
-
Field Details
-
wasRun
public boolean wasRun
-
-
Constructor Details
-
TestRunnable
public TestRunnable()
-
-
Method Details