Android APIs
public class

SortedListTest

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ android.support.v7.util.SortedListTest

Summary

Public Constructors
SortedListTest()
Public Methods
void setUp()
Sets up the fixture, for example, open a network connection.
void testAdd()
void testAddDuplicate()
void testBatch()
void testEmpty()
void testRandom()
void testRemove()
void testRemove2()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public SortedListTest ()

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 testAdd ()

public void testAddDuplicate ()

public void testBatch ()

public void testEmpty ()

public void testRandom ()

Throws
Throwable

public void testRemove ()

public void testRemove2 ()