Method: String#testsuite

Defined in:
lib/fastlane/plugin/test_center/helper/xcodebuild_string.rb

#testsuiteObject



12
13
14
15
16
17
18
# File 'lib/fastlane/plugin/test_center/helper/xcodebuild_string.rb', line 12

def testsuite
  if self.testsuite_swift?
    self.split('.')[1]
  else
    self
  end
end