Android APIs
public class

RecyclerViewAnimationsTest

extends BaseRecyclerViewInstrumentationTest
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
               ↳ android.support.v7.widget.RecyclerViewAnimationsTest

Summary

[Expand]
Inherited Fields
From class android.support.v7.widget.BaseRecyclerViewInstrumentationTest
Public Constructors
RecyclerViewAnimationsTest()
Public Methods
void getItemForDeletedViewTest()
RecyclerViewAnimationsTest.TestRecyclerView getTestRecyclerView()
void testAdapterChangeDuringScrolling()
void testAddInvisible()
void testAddInvisibleAndVisible()
void testBasicAdd()
void testBasicDelete()
void testDeleteInvisible()
void testDeleteVisibleAndInvisible()
void testGetItemForDeletedView(boolean stableIds)
void testRemoveScrapInvalidate()
Protected Methods
void setUp()
Sets up the fixture, for example, open a network connection.
[Expand]
Inherited Methods
From class android.support.v7.widget.BaseRecyclerViewInstrumentationTest
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

Public Constructors

public RecyclerViewAnimationsTest ()

Public Methods

public void getItemForDeletedViewTest ()

Throws
Throwable

public RecyclerViewAnimationsTest.TestRecyclerView getTestRecyclerView ()

public void testAdapterChangeDuringScrolling ()

Throws
Throwable

public void testAddInvisible ()

Throws
Throwable

public void testAddInvisibleAndVisible ()

Throws
Throwable

public void testBasicAdd ()

Throws
Throwable

public void testBasicDelete ()

Throws
Throwable

public void testDeleteInvisible ()

Throws
Throwable

public void testDeleteVisibleAndInvisible ()

Throws
Throwable

public void testGetItemForDeletedView (boolean stableIds)

Throws
Throwable

public void testRemoveScrapInvalidate ()

Throws
Throwable

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