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
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for counters emitted with the setCounter API - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetName()abstract longgetValue()static ShadowTrace.Counter.Builder 
- 
Constructor Details
- 
Counter
public Counter() 
 - 
 - 
Method Details
- 
getName
 - 
getValue
public abstract long getValue() - 
newBuilder
 
 -