public
class
SyncBaseInstrumentation
extends InstrumentationTestCase
java.lang.Object | ||||
↳ | junit.framework.Assert | |||
↳ | junit.framework.TestCase | |||
↳ | android.test.InstrumentationTestCase | |||
↳ | android.test.SyncBaseInstrumentation |
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
tearDown()
.
Public constructors | |
---|---|
SyncBaseInstrumentation()
|
Protected methods | |
---|---|
void
|
cancelSyncsandDisableAutoSync()
|
void
|
setUp()
Sets up the fixture, for example, open a network connection. |
void
|
syncProvider(Uri uri, String accountName, String authority)
Syncs the specified provider. |
Inherited methods | |
---|---|
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
|
void setUp ()
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
Throws | |
---|---|
Exception |
void syncProvider (Uri uri, String accountName, String authority)
Syncs the specified provider.
Parameters | |
---|---|
uri |
Uri
|
accountName |
String
|
authority |
String
|
Throws | |
---|---|
Exception |