BackupRestoreConfig


@MustBeDocumented
@Retention(value = AnnotationRetention.RUNTIME)
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation BackupRestoreConfig


Defines global configuration parameters for the Automated Backup and Restore test runner suite.

Summary

Public constructors

BackupRestoreConfig(applicationId: String)

Public properties

String

The target application ID/package name being tested (e.g. "com.example.myapp").

Public constructors

BackupRestoreConfig

Added in 1.0.0-alpha01
BackupRestoreConfig(applicationId: String)

Public properties

applicationId

val applicationIdString

The target application ID/package name being tested (e.g. "com.example.myapp").