Package org.robolectric.shadows
Class ShadowTrace.Counter
java.lang.Object
org.robolectric.shadows.ShadowTrace.Counter
- Enclosing class:
- ShadowTrace
Counters emitted with the setCounter API
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder for counters emitted with the setCounter API -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
getName()
abstract long
getValue()
static ShadowTrace.Counter.Builder
-
Constructor Details
-
Counter
public Counter()
-
-
Method Details
-
getName
-
getValue
public abstract long getValue() -
newBuilder
-