Class JaCoCoTester
java.lang.Object
org.robolectric.integrationtests.jacoco.JaCoCoTester
public class JaCoCoTester extends Object
A class that gets instrumented by both Robolectric (for shadowing) and Jacoco.
-
Field Summary
Fields Modifier and Type Field Description static int
VALUE
-
Constructor Summary
Constructors Constructor Description JaCoCoTester()
-
Method Summary
Modifier and Type Method Description int
getValue()
-
Field Details
-
VALUE
public static final int VALUE- See Also:
- Constant Field Values
-
-
Constructor Details
-
JaCoCoTester
public JaCoCoTester()
-
-
Method Details
-
getValue
public int getValue()
-