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 testLayout()
void testLayoutWithoutLayoutManager()
void testMeasureWithoutLayoutManager()
void testObservingAdapters()
void testSavedState()
void testSavedStateWithStatelessLayoutManager()
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 testLayout ()

public void testLayoutWithoutLayoutManager ()

public void testMeasureWithoutLayoutManager ()

public void testObservingAdapters ()

public void testSavedState ()

public void testSavedStateWithStatelessLayoutManager ()

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