GoogleTestAdapter.Settings.SettingsWrapper.GetPathExtension C# (CSharp) Method

GetPathExtension() public method

public GetPathExtension ( string executable ) : string
executable string
return string
        public string GetPathExtension(string executable)
            => ReplacePlaceholders(PathExtension, executable);