Android APIs
public class

BucketTest

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

Summary

[Expand]
Inherited Fields
From class android.test.AndroidTestCase
Public Constructors
BucketTest()
Public Methods
void setUp()
Sets up the fixture, for example, open a network connection.
void testCountOnesBefore()
void testInsert()
void testRemove()
void testSetClear()
[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 BucketTest ()

Public Methods

public void setUp ()

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

Throws
Exception

public void testCountOnesBefore ()

public void testInsert ()

public void testRemove ()

public void testSetClear ()