Method: Xcodeproj::XCScheme#test_action
- Defined in:
- lib/xcodeproj/scheme.rb
#test_action ⇒ XCScheme::TestAction
Returns The Test Action associated with this scheme.
110 111 112 |
# File 'lib/xcodeproj/scheme.rb', line 110 def test_action @test_action ||= TestAction.new(@scheme.elements['TestAction']) end |