Class: TestCenter::Helper::TestCollector
- Inherits:
-
Object
- Object
- TestCenter::Helper::TestCollector
- Defined in:
- lib/fastlane/plugin/test_center/helper/test_collector.rb
Instance Attribute Summary collapse
-
#batches ⇒ Object
readonly
Returns the value of attribute batches.
-
#testables ⇒ Object
readonly
Returns the value of attribute testables.
-
#xctestrun_path ⇒ Object
readonly
Returns the value of attribute xctestrun_path.
Instance Method Summary collapse
-
#initialize(options) ⇒ TestCollector
constructor
A new instance of TestCollector.
Constructor Details
#initialize(options) ⇒ TestCollector
Returns a new instance of TestCollector.
13 14 15 16 17 18 19 |
# File 'lib/fastlane/plugin/test_center/helper/test_collector.rb', line 13 def initialize() @invocation_based_tests = [:invocation_based_tests] @swift_test_prefix = [:swift_test_prefix] @xctestrun_path = self.class.xctestrun_filepath() initialize_batches() end |
Instance Attribute Details
#batches ⇒ Object (readonly)
Returns the value of attribute batches.
10 11 12 |
# File 'lib/fastlane/plugin/test_center/helper/test_collector.rb', line 10 def batches @batches end |
#testables ⇒ Object (readonly)
Returns the value of attribute testables.
11 12 13 |
# File 'lib/fastlane/plugin/test_center/helper/test_collector.rb', line 11 def testables @testables end |
#xctestrun_path ⇒ Object (readonly)
Returns the value of attribute xctestrun_path.
9 10 11 |
# File 'lib/fastlane/plugin/test_center/helper/test_collector.rb', line 9 def xctestrun_path @xctestrun_path end |