GoogleApi.Testing.V1.Model.TestTargetsForShard (google_api_testing v0.22.1) View Source

Test targets for a shard.

Attributes

  • testTargets (type: list(String.t), default: nil) - Group of packages, classes, and/or test methods to be run for each shard. The targets need to be specified in AndroidJUnitRunner argument format. For example, "package com.my.packages" "class com.my.package.MyClass". The number of shard_test_targets must be greater than 0.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.TestTargetsForShard{
  testTargets: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.