Module: Scan

Defined in:
lib/scan.rb,
lib/scan/runner.rb,
lib/scan/manager.rb,
lib/scan/options.rb,
lib/scan/version.rb,
lib/scan/slack_poster.rb,
lib/scan/detect_values.rb,
lib/scan/error_handler.rb,
lib/scan/report_collector.rb,
lib/scan/commands_generator.rb,
lib/scan/test_result_parser.rb,
lib/scan/test_command_generator.rb

Defined Under Namespace

Classes: CommandsGenerator, DetectValues, ErrorHandler, Manager, Options, ReportCollector, Runner, SlackPoster, TestCommandGenerator, TestResultParser

Constant Summary collapse

Helper =

you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore

FastlaneCore::Helper
UI =
FastlaneCore::UI
ROOT =
Pathname.new(File.expand_path('../..', __FILE__))
VERSION =
"0.13.0"
DESCRIPTION =
"The easiest way to run tests of your iOS and Mac app"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.cacheObject

Returns the value of attribute cache.



21
22
23
# File 'lib/scan.rb', line 21

def cache
  @cache
end

.configObject

Returns the value of attribute config.



17
18
19
# File 'lib/scan.rb', line 17

def config
  @config
end

.devicesObject

Returns the value of attribute devices.



23
24
25
# File 'lib/scan.rb', line 23

def devices
  @devices
end

.projectObject

Returns the value of attribute project.



19
20
21
# File 'lib/scan.rb', line 19

def project
  @project
end

Class Method Details

.scanfile_nameObject



31
32
33
# File 'lib/scan.rb', line 31

def scanfile_name
  "Scanfile"
end