Package org.robolectric.shadows
Class ShadowTrace.Counter
- java.lang.Object
-
- org.robolectric.shadows.ShadowTrace.Counter
-
- Enclosing class:
- ShadowTrace
public abstract static class ShadowTrace.Counter extends Object
Counters emitted with the setCounter API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShadowTrace.Counter.BuilderBuilder for counters emitted with the setCounter API
-
Constructor Summary
Constructors Constructor Description Counter()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetName()abstract longgetValue()static ShadowTrace.Counter.BuildernewBuilder()
-
-
-
Method Detail
-
getName
public abstract String getName()
-
getValue
public abstract long getValue()
-
newBuilder
public static ShadowTrace.Counter.Builder newBuilder()
-
-