Package org.robolectric.pluginapi.perf
Class Metadata
java.lang.Object
org.robolectric.pluginapi.perf.Metadata
Environment metadata for perf stats collection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetSdk()Get the Android SDK API level the performance stats apply to.
-
Constructor Details
-
Metadata
public Metadata(int sdk)
-
-
Method Details
-
getSdk
public int getSdk()Get the Android SDK API level the performance stats apply to.
-