Android APIs
public class

RecyclerViewBasicTest

extends AndroidTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ android.test.AndroidTestCase
         ↳ android.support.v7.widget.RecyclerViewBasicTest

Summary

[Expand]
Inherited Fields
From class android.test.AndroidTestCase
Public Constructors
RecyclerViewBasicTest()
Public Methods
void testAdapterChangeCallbacks()
void testFocusWithoutLayoutManager()
void testLayout()
void testLayoutWithoutAdapter()
void testLayoutWithoutLayoutManager()
void testMeasureWithoutLayoutManager()
void testObservingAdapters()
void testSavedState()
void testSavedStateWithStatelessLayoutManager()
void testScrollToPositionWithoutLayoutManager()
void testScrollWithoutLayoutManager()
void testSmoothScrollToPositionWithoutLayoutManager()
void testSmoothScrollWithoutLayoutManager()
Protected Methods
void setUp()
Sets up the fixture, for example, open a network connection.
[Expand]
Inherited Methods
From class android.test.AndroidTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public RecyclerViewBasicTest ()

Public Methods

public void testAdapterChangeCallbacks ()

public void testFocusWithoutLayoutManager ()

public void testLayout ()

public void testLayoutWithoutAdapter ()

public void testLayoutWithoutLayoutManager ()

public void testMeasureWithoutLayoutManager ()

public void testObservingAdapters ()

public void testSavedState ()

public void testSavedStateWithStatelessLayoutManager ()

public void testScrollToPositionWithoutLayoutManager ()

public void testScrollWithoutLayoutManager ()

public void testSmoothScrollToPositionWithoutLayoutManager ()

public void testSmoothScrollWithoutLayoutManager ()

Protected Methods

protected void setUp ()

Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

Throws
Exception