Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
TestSystemInfo.cpp File Reference
#include "utils/SystemInfo.h"
#include "settings/Settings.h"
#include "GUIInfoManager.h"
#include "gtest/gtest.h"

Classes

class  TestSystemInfo
 

Functions

 TEST_F (TestSystemInfo, Print_System_Info)
 
 TEST_F (TestSystemInfo, GetKernelName)
 
 TEST_F (TestSystemInfo, GetKernelVersionFull)
 
 TEST_F (TestSystemInfo, GetKernelVersion)
 
 TEST_F (TestSystemInfo, GetOsName)
 
 TEST_F (TestSystemInfo, DISABLED_GetOsVersion)
 
 TEST_F (TestSystemInfo, GetOsPrettyNameWithVersion)
 
 TEST_F (TestSystemInfo, GetManufacturerName)
 
 TEST_F (TestSystemInfo, GetModelName)
 
 TEST_F (TestSystemInfo, IsAeroDisabled)
 
 TEST_F (TestSystemInfo, IsWindowsVersion)
 
 TEST_F (TestSystemInfo, IsWindowsVersionAtLeast)
 
 TEST_F (TestSystemInfo, GetWindowsVersion)
 
 TEST_F (TestSystemInfo, GetKernelBitness)
 
 TEST_F (TestSystemInfo, GetKernelCpuFamily)
 
 TEST_F (TestSystemInfo, GetXbmcBitness)
 
 TEST_F (TestSystemInfo, GetUserAgent)
 
 TEST_F (TestSystemInfo, HasVideoToolBoxDecoder)
 
 TEST_F (TestSystemInfo, GetBuildTargetPlatformName)
 
 TEST_F (TestSystemInfo, GetBuildTargetPlatformVersion)
 
 TEST_F (TestSystemInfo, GetBuildTargetPlatformVersionDecoded)
 
 TEST_F (TestSystemInfo, GetBuildTargetCpuFamily)
 
 TEST_F (TestSystemInfo, GetUsedCompilerNameAndVer)
 
 TEST_F (TestSystemInfo, GetDiskSpace)
 

Function Documentation

◆ TEST_F() [1/24]

TEST_F ( TestSystemInfo  ,
DISABLED_GetOsVersion   
)

◆ TEST_F() [2/24]

TEST_F ( TestSystemInfo  ,
GetBuildTargetCpuFamily   
)

◆ TEST_F() [3/24]

TEST_F ( TestSystemInfo  ,
GetBuildTargetPlatformName   
)

◆ TEST_F() [4/24]

TEST_F ( TestSystemInfo  ,
GetBuildTargetPlatformVersion   
)

◆ TEST_F() [5/24]

TEST_F ( TestSystemInfo  ,
GetBuildTargetPlatformVersionDecoded   
)

◆ TEST_F() [6/24]

TEST_F ( TestSystemInfo  ,
GetDiskSpace   
)

◆ TEST_F() [7/24]

TEST_F ( TestSystemInfo  ,
GetKernelBitness   
)

◆ TEST_F() [8/24]

TEST_F ( TestSystemInfo  ,
GetKernelCpuFamily   
)

◆ TEST_F() [9/24]

TEST_F ( TestSystemInfo  ,
GetKernelName   
)

◆ TEST_F() [10/24]

TEST_F ( TestSystemInfo  ,
GetKernelVersion   
)

◆ TEST_F() [11/24]

TEST_F ( TestSystemInfo  ,
GetKernelVersionFull   
)

◆ TEST_F() [12/24]

TEST_F ( TestSystemInfo  ,
GetManufacturerName   
)

◆ TEST_F() [13/24]

TEST_F ( TestSystemInfo  ,
GetModelName   
)

◆ TEST_F() [14/24]

TEST_F ( TestSystemInfo  ,
GetOsName   
)

◆ TEST_F() [15/24]

TEST_F ( TestSystemInfo  ,
GetOsPrettyNameWithVersion   
)

◆ TEST_F() [16/24]

TEST_F ( TestSystemInfo  ,
GetUsedCompilerNameAndVer   
)

◆ TEST_F() [17/24]

TEST_F ( TestSystemInfo  ,
GetUserAgent   
)

◆ TEST_F() [18/24]

TEST_F ( TestSystemInfo  ,
GetWindowsVersion   
)

◆ TEST_F() [19/24]

TEST_F ( TestSystemInfo  ,
GetXbmcBitness   
)

◆ TEST_F() [20/24]

TEST_F ( TestSystemInfo  ,
HasVideoToolBoxDecoder   
)

◆ TEST_F() [21/24]

TEST_F ( TestSystemInfo  ,
IsAeroDisabled   
)

◆ TEST_F() [22/24]

TEST_F ( TestSystemInfo  ,
IsWindowsVersion   
)

◆ TEST_F() [23/24]

TEST_F ( TestSystemInfo  ,
IsWindowsVersionAtLeast   
)

◆ TEST_F() [24/24]

TEST_F ( TestSystemInfo  ,
Print_System_Info   
)