class Xcodeproj::XCScheme::TestPlanReference
Public Class Methods
new(node)
click to toggle source
# File lib/fastlane/plugin/test_center/helper/xcodeproj/scheme/test_action.rb, line 14 def initialize(node) create_xml_element_with_fallback(node, 'TestPlanReference') do end end
Public Instance Methods
target_referenced_container()
click to toggle source
# File lib/fastlane/plugin/test_center/helper/xcodeproj/scheme/test_action.rb, line 19 def target_referenced_container @xml_element.attributes['reference'] end