Android APIs
public abstract class

BaseRecyclerViewInstrumentationTest

extends ActivityInstrumentationTestCase2<T extends Activity>
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ android.test.InstrumentationTestCase
         ↳ android.test.ActivityTestCase
           ↳ android.test.ActivityInstrumentationTestCase2<T extends android.app.Activity>
             ↳ android.support.v7.widget.BaseRecyclerViewInstrumentationTest
Known Direct Subclasses

Summary

Fields
protected RecyclerView mRecyclerView
Public Constructors
BaseRecyclerViewInstrumentationTest()
BaseRecyclerViewInstrumentationTest(boolean debug)
Public Methods
void removeRecyclerView()
void requestLayoutOnUIThread(View view)
void scrollBy(int dt)
void setRecyclerView(RecyclerView recyclerView)
[Expand]
Inherited Methods
From class android.test.ActivityInstrumentationTestCase2
From class android.test.ActivityTestCase
From class android.test.InstrumentationTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Fields

protected RecyclerView mRecyclerView

Public Constructors

public BaseRecyclerViewInstrumentationTest ()

public BaseRecyclerViewInstrumentationTest (boolean debug)

Public Methods

public void removeRecyclerView ()

Throws
Throwable

public void requestLayoutOnUIThread (View view)

Throws
Throwable

public void scrollBy (int dt)

Throws
Throwable

public void setRecyclerView (RecyclerView recyclerView)

Throws
Throwable