Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
TestURIUtils.cpp File Reference
#include <utility>
#include "gtest/gtest.h"
#include "filesystem/MultiPathDirectory.h"
#include "ServiceBroker.h"
#include "settings/AdvancedSettings.h"
#include "settings/SettingsComponent.h"
#include "URL.h"
#include "utils/URIUtils.h"

Classes

class  TestURIUtils
 

Functions

 TEST_F (TestURIUtils, PathHasParent)
 
 TEST_F (TestURIUtils, GetDirectory)
 
 TEST_F (TestURIUtils, GetExtension)
 
 TEST_F (TestURIUtils, HasExtension)
 
 TEST_F (TestURIUtils, GetFileName)
 
 TEST_F (TestURIUtils, RemoveExtension)
 
 TEST_F (TestURIUtils, ReplaceExtension)
 
 TEST_F (TestURIUtils, Split)
 
 TEST_F (TestURIUtils, SplitPath)
 
 TEST_F (TestURIUtils, SplitPathLocal)
 
 TEST_F (TestURIUtils, GetCommonPath)
 
 TEST_F (TestURIUtils, GetParentPath)
 
 TEST_F (TestURIUtils, SubstitutePath)
 
 TEST_F (TestURIUtils, IsAddonsPath)
 
 TEST_F (TestURIUtils, IsSourcesPath)
 
 TEST_F (TestURIUtils, IsCDDA)
 
 TEST_F (TestURIUtils, IsDOSPath)
 
 TEST_F (TestURIUtils, IsDVD)
 
 TEST_F (TestURIUtils, IsFTP)
 
 TEST_F (TestURIUtils, IsHD)
 
 TEST_F (TestURIUtils, IsInArchive)
 
 TEST_F (TestURIUtils, IsInRAR)
 
 TEST_F (TestURIUtils, IsInternetStream)
 
 TEST_F (TestURIUtils, IsInZIP)
 
 TEST_F (TestURIUtils, IsISO9660)
 
 TEST_F (TestURIUtils, IsLiveTV)
 
 TEST_F (TestURIUtils, IsMultiPath)
 
 TEST_F (TestURIUtils, IsMusicDb)
 
 TEST_F (TestURIUtils, IsNfs)
 
 TEST_F (TestURIUtils, IsOnDVD)
 
 TEST_F (TestURIUtils, IsOnLAN)
 
 TEST_F (TestURIUtils, IsPlugin)
 
 TEST_F (TestURIUtils, IsScript)
 
 TEST_F (TestURIUtils, IsRAR)
 
 TEST_F (TestURIUtils, IsRemote)
 
 TEST_F (TestURIUtils, IsSmb)
 
 TEST_F (TestURIUtils, IsSpecial)
 
 TEST_F (TestURIUtils, IsStack)
 
 TEST_F (TestURIUtils, IsUPnP)
 
 TEST_F (TestURIUtils, IsURL)
 
 TEST_F (TestURIUtils, IsVideoDb)
 
 TEST_F (TestURIUtils, IsZIP)
 
 TEST_F (TestURIUtils, IsBluray)
 
 TEST_F (TestURIUtils, AddSlashAtEnd)
 
 TEST_F (TestURIUtils, HasSlashAtEnd)
 
 TEST_F (TestURIUtils, RemoveSlashAtEnd)
 
 TEST_F (TestURIUtils, CreateArchivePath)
 
 TEST_F (TestURIUtils, AddFileToFolder)
 
 TEST_F (TestURIUtils, HasParentInHostname)
 
 TEST_F (TestURIUtils, HasEncodedHostname)
 
 TEST_F (TestURIUtils, HasEncodedFilename)
 
 TEST_F (TestURIUtils, GetRealPath)
 
 TEST_F (TestURIUtils, UpdateUrlEncoding)
 

Function Documentation

◆ TEST_F() [1/53]

TEST_F ( TestURIUtils  ,
AddFileToFolder   
)

◆ TEST_F() [2/53]

TEST_F ( TestURIUtils  ,
AddSlashAtEnd   
)

◆ TEST_F() [3/53]

TEST_F ( TestURIUtils  ,
CreateArchivePath   
)

◆ TEST_F() [4/53]

TEST_F ( TestURIUtils  ,
GetCommonPath   
)

◆ TEST_F() [5/53]

TEST_F ( TestURIUtils  ,
GetDirectory   
)

◆ TEST_F() [6/53]

TEST_F ( TestURIUtils  ,
GetExtension   
)

◆ TEST_F() [7/53]

TEST_F ( TestURIUtils  ,
GetFileName   
)

◆ TEST_F() [8/53]

TEST_F ( TestURIUtils  ,
GetParentPath   
)

◆ TEST_F() [9/53]

TEST_F ( TestURIUtils  ,
GetRealPath   
)

◆ TEST_F() [10/53]

TEST_F ( TestURIUtils  ,
HasEncodedFilename   
)

◆ TEST_F() [11/53]

TEST_F ( TestURIUtils  ,
HasEncodedHostname   
)

◆ TEST_F() [12/53]

TEST_F ( TestURIUtils  ,
HasExtension   
)

◆ TEST_F() [13/53]

TEST_F ( TestURIUtils  ,
HasParentInHostname   
)

◆ TEST_F() [14/53]

TEST_F ( TestURIUtils  ,
HasSlashAtEnd   
)

◆ TEST_F() [15/53]

TEST_F ( TestURIUtils  ,
IsAddonsPath   
)

◆ TEST_F() [16/53]

TEST_F ( TestURIUtils  ,
IsBluray   
)

◆ TEST_F() [17/53]

TEST_F ( TestURIUtils  ,
IsCDDA   
)

◆ TEST_F() [18/53]

TEST_F ( TestURIUtils  ,
IsDOSPath   
)

◆ TEST_F() [19/53]

TEST_F ( TestURIUtils  ,
IsDVD   
)

◆ TEST_F() [20/53]

TEST_F ( TestURIUtils  ,
IsFTP   
)

◆ TEST_F() [21/53]

TEST_F ( TestURIUtils  ,
IsHD   
)

◆ TEST_F() [22/53]

TEST_F ( TestURIUtils  ,
IsInArchive   
)

◆ TEST_F() [23/53]

TEST_F ( TestURIUtils  ,
IsInRAR   
)

◆ TEST_F() [24/53]

TEST_F ( TestURIUtils  ,
IsInternetStream   
)

◆ TEST_F() [25/53]

TEST_F ( TestURIUtils  ,
IsInZIP   
)

◆ TEST_F() [26/53]

TEST_F ( TestURIUtils  ,
IsISO9660   
)

◆ TEST_F() [27/53]

TEST_F ( TestURIUtils  ,
IsLiveTV   
)

◆ TEST_F() [28/53]

TEST_F ( TestURIUtils  ,
IsMultiPath   
)

◆ TEST_F() [29/53]

TEST_F ( TestURIUtils  ,
IsMusicDb   
)

◆ TEST_F() [30/53]

TEST_F ( TestURIUtils  ,
IsNfs   
)

◆ TEST_F() [31/53]

TEST_F ( TestURIUtils  ,
IsOnDVD   
)

◆ TEST_F() [32/53]

TEST_F ( TestURIUtils  ,
IsOnLAN   
)

◆ TEST_F() [33/53]

TEST_F ( TestURIUtils  ,
IsPlugin   
)

◆ TEST_F() [34/53]

TEST_F ( TestURIUtils  ,
IsRAR   
)

◆ TEST_F() [35/53]

TEST_F ( TestURIUtils  ,
IsRemote   
)

◆ TEST_F() [36/53]

TEST_F ( TestURIUtils  ,
IsScript   
)

◆ TEST_F() [37/53]

TEST_F ( TestURIUtils  ,
IsSmb   
)

◆ TEST_F() [38/53]

TEST_F ( TestURIUtils  ,
IsSourcesPath   
)

◆ TEST_F() [39/53]

TEST_F ( TestURIUtils  ,
IsSpecial   
)

◆ TEST_F() [40/53]

TEST_F ( TestURIUtils  ,
IsStack   
)

◆ TEST_F() [41/53]

TEST_F ( TestURIUtils  ,
IsUPnP   
)

◆ TEST_F() [42/53]

TEST_F ( TestURIUtils  ,
IsURL   
)

◆ TEST_F() [43/53]

TEST_F ( TestURIUtils  ,
IsVideoDb   
)

◆ TEST_F() [44/53]

TEST_F ( TestURIUtils  ,
IsZIP   
)

◆ TEST_F() [45/53]

TEST_F ( TestURIUtils  ,
PathHasParent   
)

◆ TEST_F() [46/53]

TEST_F ( TestURIUtils  ,
RemoveExtension   
)

◆ TEST_F() [47/53]

TEST_F ( TestURIUtils  ,
RemoveSlashAtEnd   
)

◆ TEST_F() [48/53]

TEST_F ( TestURIUtils  ,
ReplaceExtension   
)

◆ TEST_F() [49/53]

TEST_F ( TestURIUtils  ,
Split   
)

◆ TEST_F() [50/53]

TEST_F ( TestURIUtils  ,
SplitPath   
)

◆ TEST_F() [51/53]

TEST_F ( TestURIUtils  ,
SplitPathLocal   
)

◆ TEST_F() [52/53]

TEST_F ( TestURIUtils  ,
SubstitutePath   
)

◆ TEST_F() [53/53]

TEST_F ( TestURIUtils  ,
UpdateUrlEncoding   
)