Method: Xcodeproj::XCScheme#test_action

Defined in:
lib/xcodeproj/scheme.rb

#test_actionXCScheme::TestAction

Returns The Test Action associated with this scheme.

Returns:



110
111
112
# File 'lib/xcodeproj/scheme.rb', line 110

def test_action
  @test_action ||= TestAction.new(@scheme.elements['TestAction'])
end