TestStorageConstants


@ExperimentalTestApi
public final class TestStorageConstants


Holds constants that are shared between on-device and host-side testing infrastructure.

Summary

Constants

static final String
INTERNAL_USE_PROVIDER_AUTHORITY = "androidx.test.services.storage._internal_use_files"

The provider authority for internal use.

static final String
ON_DEVICE_FIXTURE_SCRIPTS = "googletest/fixture_scripts/"

The folder where the fixture test scripts are pushed on device.

static final String
ON_DEVICE_PATH_INTERNAL_USE = "googletest/internal_use/"

The folder for internal use.

static final String
ON_DEVICE_PATH_ROOT = "googletest/"

The parent folder name for all the test related files.

static final String
ON_DEVICE_PATH_TEST_OUTPUT = "googletest/test_outputfiles/"

The folder where the test output files are written.

static final String
ON_DEVICE_PATH_TEST_PROPERTIES = "googletest/test_exportproperties/"

The folder for test properties that shall be exported to the testing infra.

static final String
ON_DEVICE_TEST_RUNFILES = "googletest/test_runfiles/"

The folder where files needed in test runtime are pushed.

static final String
OUTPUT_PROPERTIES_PROVIDER_AUTHORITY = "androidx.test.services.storage.properties"

The provider authority for output properties.

static final String
TEST_ARGS_FILE_NAME = "test_args.dat"

The name of the file where test arguments are stored.

static final String
TEST_ARGS_PROVIDER_AUTHORITY = "androidx.test.services.storage.testargs"

The provider authority for test arguments.

static final String
TEST_OUTPUT_PROVIDER_AUTHORITY = "androidx.test.services.storage.outputfiles"

The provider authority for test output files.

static final String
TEST_RUNFILES_PROVIDER_AUTHORITY = "androidx.test.services.storage.runfiles"

The provider authority for files needed in test runtime.

Constants

INTERNAL_USE_PROVIDER_AUTHORITY

public static final String INTERNAL_USE_PROVIDER_AUTHORITY = "androidx.test.services.storage._internal_use_files"

The provider authority for internal use.

ON_DEVICE_FIXTURE_SCRIPTS

public static final String ON_DEVICE_FIXTURE_SCRIPTS = "googletest/fixture_scripts/"

The folder where the fixture test scripts are pushed on device.

ON_DEVICE_PATH_INTERNAL_USE

public static final String ON_DEVICE_PATH_INTERNAL_USE = "googletest/internal_use/"

The folder for internal use.

ON_DEVICE_PATH_ROOT

public static final String ON_DEVICE_PATH_ROOT = "googletest/"

The parent folder name for all the test related files.

ON_DEVICE_PATH_TEST_OUTPUT

public static final String ON_DEVICE_PATH_TEST_OUTPUT = "googletest/test_outputfiles/"

The folder where the test output files are written.

ON_DEVICE_PATH_TEST_PROPERTIES

public static final String ON_DEVICE_PATH_TEST_PROPERTIES = "googletest/test_exportproperties/"

The folder for test properties that shall be exported to the testing infra.

ON_DEVICE_TEST_RUNFILES

public static final String ON_DEVICE_TEST_RUNFILES = "googletest/test_runfiles/"

The folder where files needed in test runtime are pushed.

OUTPUT_PROPERTIES_PROVIDER_AUTHORITY

public static final String OUTPUT_PROPERTIES_PROVIDER_AUTHORITY = "androidx.test.services.storage.properties"

The provider authority for output properties.

TEST_ARGS_FILE_NAME

public static final String TEST_ARGS_FILE_NAME = "test_args.dat"

The name of the file where test arguments are stored.

TEST_ARGS_PROVIDER_AUTHORITY

public static final String TEST_ARGS_PROVIDER_AUTHORITY = "androidx.test.services.storage.testargs"

The provider authority for test arguments.

TEST_OUTPUT_PROVIDER_AUTHORITY

public static final String TEST_OUTPUT_PROVIDER_AUTHORITY = "androidx.test.services.storage.outputfiles"

The provider authority for test output files.

TEST_RUNFILES_PROVIDER_AUTHORITY

public static final String TEST_RUNFILES_PROVIDER_AUTHORITY = "androidx.test.services.storage.runfiles"

The provider authority for files needed in test runtime.