public class ObservableArrayListTest extends BaseDataBinderTest<BasicBindingBinding>
mBinder, mBinderClass
Constructor and Description |
---|
ObservableArrayListTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
setUp() |
void |
testAdd() |
void |
testAddAll() |
void |
testAddListener() |
void |
testClear() |
void |
testInsert() |
void |
testInsertAll() |
void |
testRemoveIndex() |
void |
testRemoveListener() |
void |
testRemoveObject() |
void |
testSet() |
assertField, assertMethod, assertNoField, assertPublicField, getBinder, initBinder, initBinder, isMainThread, reCreateBinder, runTestOnUiThread
getActivity, runTest, setActivityInitialTouchMode, setActivityIntent, tearDown
scrubClass, setActivity
getInstrumentation, injectInsrumentation, injectInstrumentation, launchActivity, launchActivityWithIntent, sendKeys, sendKeys, sendRepeatedKeys
protected void setUp() throws Exception
setUp
in class BaseDataBinderTest<BasicBindingBinding>
Exception
public void testAddListener()
public void testRemoveListener()
public void testAdd()
public void testInsert()
public void testAddAll()
public void testInsertAll()
public void testClear()
public void testRemoveIndex()
public void testRemoveObject()
public void testSet()