Swipe

public enum Swipe
extends Enum<Swipe> implements Swiper

java.lang.Object
   ↳ java.lang.Enum<android.support.test.espresso.action.Swipe>
     ↳ android.support.test.espresso.action.Swipe


Executes different swipe types to given positions.

Summary

Enum values

Swipe  FAST

Swipes quickly between the co-ordinates. 

Swipe  SLOW

Swipes deliberately slowly between the co-ordinates, to aid in visual debugging. 

Public methods

static Swipe valueOf(String name)
static final Swipe[] values()

Inherited methods

From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface android.support.test.espresso.action.Swiper

Enum values

FAST

Swipe FAST

Swipes quickly between the co-ordinates.

SLOW

Swipe SLOW

Swipes deliberately slowly between the co-ordinates, to aid in visual debugging.

Public methods

valueOf

Swipe valueOf (String name)

Parameters
name String

Returns
Swipe

values

Swipe[] values ()

Returns
Swipe[]