mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-30 22:03:40 +01:00
92 lines
28 KiB
HTML
92 lines
28 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `api` mod in crate `google_testing1`."><meta name="keywords" content="rust, rustlang, rust-lang, api"><title>google_testing1::api - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../google_testing1/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Module api</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></div><p class="location"><a href="../index.html">google_testing1</a></p><div id="sidebar-vars" data-name="api" data-ty="mod" data-relpath="../"></div><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><button type="button" class="help-button">?</button>
|
||
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Module <a href="../index.html">google_testing1</a>::<wbr><a class="mod" href="">api</a></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span><a class="srclink" href="../../src/google_testing1/api.rs.html#1-3246" title="goto source code">[src]</a></span></h1><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2>
|
||
<table><tr class="module-item"><td><a class="struct" href="struct.Account.html" title="google_testing1::api::Account struct">Account</a></td><td class="docblock-short"><p>Identifies an account and how to log into it.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AndroidDevice.html" title="google_testing1::api::AndroidDevice struct">AndroidDevice</a></td><td class="docblock-short"><p>A single Android device.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AndroidDeviceCatalog.html" title="google_testing1::api::AndroidDeviceCatalog struct">AndroidDeviceCatalog</a></td><td class="docblock-short"><p>The currently supported Android devices.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AndroidDeviceList.html" title="google_testing1::api::AndroidDeviceList struct">AndroidDeviceList</a></td><td class="docblock-short"><p>A list of Android device configurations in which the test is to be executed.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AndroidInstrumentationTest.html" title="google_testing1::api::AndroidInstrumentationTest struct">AndroidInstrumentationTest</a></td><td class="docblock-short"><p>A test of an Android application that can control an Android component independently of its normal lifecycle. Android instrumentation tests run an application APK and test APK inside the same process on a virtual or physical AndroidDevice. They also specify a test runner class, such as com.google.GoogleTestRunner, which can vary on the specific instrumentation framework chosen. See for more information on types of Android tests.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AndroidMatrix.html" title="google_testing1::api::AndroidMatrix struct">AndroidMatrix</a></td><td class="docblock-short"><p>A set of Android device configuration permutations is defined by the the cross-product of the given axes. Internally, the given AndroidMatrix will be expanded into a set of AndroidDevices. Only supported permutations will be instantiated. Invalid permutations (e.g., incompatible models/versions) are ignored.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AndroidModel.html" title="google_testing1::api::AndroidModel struct">AndroidModel</a></td><td class="docblock-short"><p>A description of an Android device tests may be run on.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AndroidRoboTest.html" title="google_testing1::api::AndroidRoboTest struct">AndroidRoboTest</a></td><td class="docblock-short"><p>A test of an android application that explores the application on a virtual or physical Android Device, finding culprits and crashes as it goes. Next tag: 30</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AndroidRuntimeConfiguration.html" title="google_testing1::api::AndroidRuntimeConfiguration struct">AndroidRuntimeConfiguration</a></td><td class="docblock-short"><p>Android configuration that can be selected at the time a test is run.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AndroidTestLoop.html" title="google_testing1::api::AndroidTestLoop struct">AndroidTestLoop</a></td><td class="docblock-short"><p>A test of an Android Application with a Test Loop. The intent \ will be implicitly added, since Games is the only user of this api, for the time being.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AndroidVersion.html" title="google_testing1::api::AndroidVersion struct">AndroidVersion</a></td><td class="docblock-short"><p>A version of the Android OS.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Apk.html" title="google_testing1::api::Apk struct">Apk</a></td><td class="docblock-short"><p>An Android package file to install.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ApkDetail.html" title="google_testing1::api::ApkDetail struct">ApkDetail</a></td><td class="docblock-short"><p>Android application details based on application manifest and apk archive contents.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ApkManifest.html" title="google_testing1::api::ApkManifest struct">ApkManifest</a></td><td class="docblock-short"><p>An Android app manifest. See http://developer.android.com/guide/topics/manifest/manifest-intro.html</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AppBundle.html" title="google_testing1::api::AppBundle struct">AppBundle</a></td><td class="docblock-short"><p>An Android App Bundle file format, containing a BundleConfig.pb file, a base module directory, zero or more dynamic feature module directories. See https://developer.android.com/guide/app-bundle/build for guidance on building App Bundles.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ApplicationDetailServiceGetApkDetailCall.html" title="google_testing1::api::ApplicationDetailServiceGetApkDetailCall struct">ApplicationDetailServiceGetApkDetailCall</a></td><td class="docblock-short"><p>Gets the details of an Android application APK.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ApplicationDetailServiceMethods.html" title="google_testing1::api::ApplicationDetailServiceMethods struct">ApplicationDetailServiceMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>applicationDetailService</em> resources.
|
||
It is not used directly, but through the <code>Testing</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CancelTestMatrixResponse.html" title="google_testing1::api::CancelTestMatrixResponse struct">CancelTestMatrixResponse</a></td><td class="docblock-short"><p>Response containing the current state of the specified test matrix.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ClientInfo.html" title="google_testing1::api::ClientInfo struct">ClientInfo</a></td><td class="docblock-short"><p>Information about the client which invoked the test.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ClientInfoDetail.html" title="google_testing1::api::ClientInfoDetail struct">ClientInfoDetail</a></td><td class="docblock-short"><p>Key-value pair of detailed information about the client which invoked the test. Examples: {'Version', '1.0'}, {'Release Track', 'BETA'}.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Date.html" title="google_testing1::api::Date struct">Date</a></td><td class="docblock-short"><p>Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and <code>google.protobuf.Timestamp</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeviceFile.html" title="google_testing1::api::DeviceFile struct">DeviceFile</a></td><td class="docblock-short"><p>A single device file description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeviceIpBlock.html" title="google_testing1::api::DeviceIpBlock struct">DeviceIpBlock</a></td><td class="docblock-short"><p>A single device IP block</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DeviceIpBlockCatalog.html" title="google_testing1::api::DeviceIpBlockCatalog struct">DeviceIpBlockCatalog</a></td><td class="docblock-short"><p>List of IP blocks used by the Firebase Test Lab</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Distribution.html" title="google_testing1::api::Distribution struct">Distribution</a></td><td class="docblock-short"><p>Data about the relative number of devices running a given configuration of the Android platform.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Environment.html" title="google_testing1::api::Environment struct">Environment</a></td><td class="docblock-short"><p>The environment in which the test is run.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EnvironmentMatrix.html" title="google_testing1::api::EnvironmentMatrix struct">EnvironmentMatrix</a></td><td class="docblock-short"><p>The matrix of environments in which the test is to be executed.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EnvironmentVariable.html" title="google_testing1::api::EnvironmentVariable struct">EnvironmentVariable</a></td><td class="docblock-short"><p>A key-value pair passed as an environment variable to the test.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.FileReference.html" title="google_testing1::api::FileReference struct">FileReference</a></td><td class="docblock-short"><p>A reference to a file, used for user inputs.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GetApkDetailsResponse.html" title="google_testing1::api::GetApkDetailsResponse struct">GetApkDetailsResponse</a></td><td class="docblock-short"><p>Response containing the details of the specified Android application APK.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleAuto.html" title="google_testing1::api::GoogleAuto struct">GoogleAuto</a></td><td class="docblock-short"><p>Enables automatic Google account login. If set, the service automatically generates a Google test account and adds it to the device, before executing the test. Note that test accounts might be reused. Many applications show their full set of functionalities when an account is present on the device. Logging into the device with these generated accounts allows testing more functionalities.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleCloudStorage.html" title="google_testing1::api::GoogleCloudStorage struct">GoogleCloudStorage</a></td><td class="docblock-short"><p>A storage location within Google cloud storage (GCS).</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IntentFilter.html" title="google_testing1::api::IntentFilter struct">IntentFilter</a></td><td class="docblock-short"><p>The section of an tag. https://developer.android.com/guide/topics/manifest/intent-filter-element.html</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IosDevice.html" title="google_testing1::api::IosDevice struct">IosDevice</a></td><td class="docblock-short"><p>A single iOS device.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IosDeviceCatalog.html" title="google_testing1::api::IosDeviceCatalog struct">IosDeviceCatalog</a></td><td class="docblock-short"><p>The currently supported iOS devices.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IosDeviceFile.html" title="google_testing1::api::IosDeviceFile struct">IosDeviceFile</a></td><td class="docblock-short"><p>A file or directory to install on the device before the test starts.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IosDeviceList.html" title="google_testing1::api::IosDeviceList struct">IosDeviceList</a></td><td class="docblock-short"><p>A list of iOS device configurations in which the test is to be executed.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IosModel.html" title="google_testing1::api::IosModel struct">IosModel</a></td><td class="docblock-short"><p>A description of an iOS device tests may be run on.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IosRuntimeConfiguration.html" title="google_testing1::api::IosRuntimeConfiguration struct">IosRuntimeConfiguration</a></td><td class="docblock-short"><p>iOS configuration that can be selected at the time a test is run.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IosTestLoop.html" title="google_testing1::api::IosTestLoop struct">IosTestLoop</a></td><td class="docblock-short"><p>A test of an iOS application that implements one or more game loop scenarios. This test type accepts an archived application (.ipa file) and a list of integer scenarios that will be executed on the app sequentially.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IosTestSetup.html" title="google_testing1::api::IosTestSetup struct">IosTestSetup</a></td><td class="docblock-short"><p>A description of how to set up an iOS device prior to running the test.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IosVersion.html" title="google_testing1::api::IosVersion struct">IosVersion</a></td><td class="docblock-short"><p>An iOS version.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IosXcTest.html" title="google_testing1::api::IosXcTest struct">IosXcTest</a></td><td class="docblock-short"><p>A test of an iOS application that uses the XCTest framework. Xcode supports the option to "build for testing", which generates an .xctestrun file that contains a test specification (arguments, test methods, etc). This test type accepts a zip file containing the .xctestrun file and the corresponding contents of the Build/Products directory that contains all the binaries needed to run the tests.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.LauncherActivityIntent.html" title="google_testing1::api::LauncherActivityIntent struct">LauncherActivityIntent</a></td><td class="docblock-short"><p>Specifies an intent that starts the main launcher activity.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Locale.html" title="google_testing1::api::Locale struct">Locale</a></td><td class="docblock-short"><p>A location/region designation for language.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManualSharding.html" title="google_testing1::api::ManualSharding struct">ManualSharding</a></td><td class="docblock-short"><p>Shards test cases into the specified groups of packages, classes, and/or methods. With manual sharding enabled, specifying test targets via environment_variables or in InstrumentationTest is invalid.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.NetworkConfiguration.html" title="google_testing1::api::NetworkConfiguration struct">NetworkConfiguration</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.NetworkConfigurationCatalog.html" title="google_testing1::api::NetworkConfigurationCatalog struct">NetworkConfigurationCatalog</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ObbFile.html" title="google_testing1::api::ObbFile struct">ObbFile</a></td><td class="docblock-short"><p>An opaque binary blob file to install on the device before the test starts.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Orientation.html" title="google_testing1::api::Orientation struct">Orientation</a></td><td class="docblock-short"><p>Screen orientation of the device.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectMethods.html" title="google_testing1::api::ProjectMethods struct">ProjectMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>project</em> resources.
|
||
It is not used directly, but through the <code>Testing</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectTestMatriceCancelCall.html" title="google_testing1::api::ProjectTestMatriceCancelCall struct">ProjectTestMatriceCancelCall</a></td><td class="docblock-short"><p>Cancels unfinished test executions in a test matrix. This call returns immediately and cancellation proceeds asynchronously. If the matrix is already final, this operation will have no effect. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectTestMatriceCreateCall.html" title="google_testing1::api::ProjectTestMatriceCreateCall struct">ProjectTestMatriceCreateCall</a></td><td class="docblock-short"><p>Creates and runs a matrix of tests according to the given specifications. Unsupported environments will be returned in the state UNSUPPORTED. A test matrix is limited to use at most 2000 devices in parallel. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed or if the matrix tries to use too many simultaneous devices.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectTestMatriceGetCall.html" title="google_testing1::api::ProjectTestMatriceGetCall struct">ProjectTestMatriceGetCall</a></td><td class="docblock-short"><p>Checks the status of a test matrix. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Test Matrix does not exist</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProvidedSoftwareCatalog.html" title="google_testing1::api::ProvidedSoftwareCatalog struct">ProvidedSoftwareCatalog</a></td><td class="docblock-short"><p>The currently provided software environment on the devices under test.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RegularFile.html" title="google_testing1::api::RegularFile struct">RegularFile</a></td><td class="docblock-short"><p>A file or directory to install on the device before the test starts.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ResultStorage.html" title="google_testing1::api::ResultStorage struct">ResultStorage</a></td><td class="docblock-short"><p>Locations where the results of running the test are stored.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RoboDirective.html" title="google_testing1::api::RoboDirective struct">RoboDirective</a></td><td class="docblock-short"><p>Directs Robo to interact with a specific UI element if it is encountered during the crawl. Currently, Robo can perform text entry or element click.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RoboStartingIntent.html" title="google_testing1::api::RoboStartingIntent struct">RoboStartingIntent</a></td><td class="docblock-short"><p>Message for specifying the start activities to crawl.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Shard.html" title="google_testing1::api::Shard struct">Shard</a></td><td class="docblock-short"><p>Output only. Details about the shard.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ShardingOption.html" title="google_testing1::api::ShardingOption struct">ShardingOption</a></td><td class="docblock-short"><p>Options for enabling sharding.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.StartActivityIntent.html" title="google_testing1::api::StartActivityIntent struct">StartActivityIntent</a></td><td class="docblock-short"><p>A starting intent specified by an action, uri, and categories.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.SystraceSetup.html" title="google_testing1::api::SystraceSetup struct">SystraceSetup</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestDetails.html" title="google_testing1::api::TestDetails struct">TestDetails</a></td><td class="docblock-short"><p>Additional details about the progress of the running test.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestEnvironmentCatalog.html" title="google_testing1::api::TestEnvironmentCatalog struct">TestEnvironmentCatalog</a></td><td class="docblock-short"><p>A description of a test environment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestEnvironmentCatalogGetCall.html" title="google_testing1::api::TestEnvironmentCatalogGetCall struct">TestEnvironmentCatalogGetCall</a></td><td class="docblock-short"><p>Gets the catalog of supported test environments. May return any of the following canonical error codes: - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the environment type does not exist - INTERNAL - if an internal error occurred</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestEnvironmentCatalogMethods.html" title="google_testing1::api::TestEnvironmentCatalogMethods struct">TestEnvironmentCatalogMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>testEnvironmentCatalog</em> resources.
|
||
It is not used directly, but through the <code>Testing</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestExecution.html" title="google_testing1::api::TestExecution struct">TestExecution</a></td><td class="docblock-short"><p>A single test executed in a single environment.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestMatrix.html" title="google_testing1::api::TestMatrix struct">TestMatrix</a></td><td class="docblock-short"><p>TestMatrix captures all details about a test. It contains the environment configuration, test specification, test executions and overall state and outcome.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestSetup.html" title="google_testing1::api::TestSetup struct">TestSetup</a></td><td class="docblock-short"><p>A description of how to set up the Android device prior to running the test.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestSpecification.html" title="google_testing1::api::TestSpecification struct">TestSpecification</a></td><td class="docblock-short"><p>A description of how to run the test.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestTargetsForShard.html" title="google_testing1::api::TestTargetsForShard struct">TestTargetsForShard</a></td><td class="docblock-short"><p>Test targets for a shard.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Testing.html" title="google_testing1::api::Testing struct">Testing</a></td><td class="docblock-short"><p>Central instance to access all Testing related resource activities</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ToolResultsExecution.html" title="google_testing1::api::ToolResultsExecution struct">ToolResultsExecution</a></td><td class="docblock-short"><p>Represents a tool results execution resource. This has the results of a TestMatrix.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ToolResultsHistory.html" title="google_testing1::api::ToolResultsHistory struct">ToolResultsHistory</a></td><td class="docblock-short"><p>Represents a tool results history resource.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ToolResultsStep.html" title="google_testing1::api::ToolResultsStep struct">ToolResultsStep</a></td><td class="docblock-short"><p>Represents a tool results step resource. This has the results of a TestExecution.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TrafficRule.html" title="google_testing1::api::TrafficRule struct">TrafficRule</a></td><td class="docblock-short"><p>Network emulation parameters.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UniformSharding.html" title="google_testing1::api::UniformSharding struct">UniformSharding</a></td><td class="docblock-short"><p>Uniformly shards test cases given a total number of shards. For Instrumentation test, it will be translated to "-e numShard" "-e shardIndex" AndroidJUnitRunner arguments. With uniform sharding enabled, specifying these sharding arguments via environment_variables is invalid.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.XcodeVersion.html" title="google_testing1::api::XcodeVersion struct">XcodeVersion</a></td><td class="docblock-short"><p>An Xcode version that an iOS version is compatible with.</p>
|
||
</td></tr></table><h2 id="enums" class="section-header"><a href="#enums">Enums</a></h2>
|
||
<table><tr class="module-item"><td><a class="enum" href="enum.Scope.html" title="google_testing1::api::Scope enum">Scope</a></td><td class="docblock-short"><p>Identifies the an OAuth2 authorization scope.
|
||
A scope is needed when requesting an
|
||
<a href="https://developers.google.com/youtube/v3/guides/authentication">authorization token</a>.</p>
|
||
</td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="google_testing1"></div>
|
||
<script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |