Method: Xcodeproj::XCScheme::TestAction#command_line_arguments

Defined in:
lib/xcodeproj/scheme/test_action.rb

#command_line_argumentsCommandLineArguments

Returns the CommandLineArguments that will be passed at app launch

Returns:



141
142
143
# File 'lib/xcodeproj/scheme/test_action.rb', line 141

def command_line_arguments
  CommandLineArguments.new(@xml_element.elements[XCScheme::COMMAND_LINE_ARGS_NODE])
end