class Google::Apis::TestingV1::TestTargetsForShard
Test targets for a shard.
Attributes
test_targets[RW]
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. Corresponds to the JSON property `testTargets` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 2445 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/testing_v1/classes.rb, line 2450 def update!(**args) @test_targets = args[:test_targets] if args.key?(:test_targets) end