SyncBaseInstrumentation
public
class
SyncBaseInstrumentation
extends InstrumentationTestCase
This class was deprecated
in API level 24.
Use
InstrumentationRegistry instead. New tests should be written using the
Android Testing Support Library.
If you would like to test sync a single provider with an
InstrumentationTestCase, this provides some of the boiler plate in setUp() and
InstrumentationTestCase.tearDown().
Summary
Public constructors | |
|---|---|
SyncBaseInstrumentation()
|
|
Protected methods | |
|---|---|
void
|
cancelSyncsandDisableAutoSync()
|
void
|
setUp()
|
void
|
syncProvider(Uri uri, String accountName, String authority)
Syncs the specified provider. |
Inherited methods | |
|---|---|
Public constructors
SyncBaseInstrumentation
public SyncBaseInstrumentation ()
Protected methods
syncProvider
protected void syncProvider (Uri uri, String accountName, String authority)
Syncs the specified provider.
| Parameters | |
|---|---|
uri |
Uri |
accountName |
String |
authority |
String |
