Added in API level 1
Deprecated in API level 24

SyncBaseInstrumentation

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 InstrumentationTestCase.tearDown().

Summary

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

Public constructors

SyncBaseInstrumentation

public SyncBaseInstrumentation ()

Protected methods

cancelSyncsandDisableAutoSync

Added in API level 1
protected void cancelSyncsandDisableAutoSync ()

setUp

Added in API level 1
protected void setUp ()

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

Throws
Exception

syncProvider

Added in API level 1
protected void syncProvider (Uri uri, 
                String accountName, 
                String authority)

Syncs the specified provider.

Parameters
uri Uri

accountName String

authority String

Throws
java.lang.Exception
Exception