Android APIs
public class

DefaultItemAnimatorTest

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.DefaultItemAnimatorTest

Summary

Public Constructors
DefaultItemAnimatorTest()
Public Methods
void testAnimateAdd()
void testAnimateChange()
void testAnimateMove()
void testAnimateRemove()
Protected Methods
void setUp()
Sets up the fixture, for example, open a network connection.
[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

Public Constructors

public DefaultItemAnimatorTest ()

Public Methods

public void testAnimateAdd ()

Throws
Throwable

public void testAnimateChange ()

Throws
Throwable

public void testAnimateMove ()

Throws
Throwable

public void testAnimateRemove ()

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