java.lang.Object
org.easymock.internal.AndroidSupport
Android-specific support.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Returns true if the current platform is Android.
-
Constructor Details
-
AndroidSupport
public AndroidSupport()
-
-
Method Details
-
isAndroid
public static boolean isAndroid()Returns true if the current platform is Android.- Returns:
- true if running on Android
-