org.robolectric.shadows.ShadowDashPathEffect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shadows-core-v19 Show documentation
Show all versions of shadows-core-v19 Show documentation
An alternative Android testing framework.
package org.robolectric.shadows;
import android.graphics.DashPathEffect;
import org.robolectric.annotation.Implements;
/**
* Shadow for {@link android.graphics.DashPathEffect}.
*/
@Implements(DashPathEffect.class)
public class ShadowDashPathEffect {
}