Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TestSystemInfo.cpp File Reference
#include "GUIInfoManager.h"
#include "ServiceBroker.h"
#include "settings/Settings.h"
#include "utils/CPUInfo.h"
#include "utils/SystemInfo.h"
#include <gtest/gtest.h>
#include "PlatformDefs.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, 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/23]

TEST_F ( TestSystemInfo ,
DISABLED_GetOsVersion  )

◆ TEST_F() [2/23]

TEST_F ( TestSystemInfo ,
GetBuildTargetCpuFamily  )

◆ TEST_F() [3/23]

TEST_F ( TestSystemInfo ,
GetBuildTargetPlatformName  )

◆ TEST_F() [4/23]

TEST_F ( TestSystemInfo ,
GetBuildTargetPlatformVersion  )

◆ TEST_F() [5/23]

TEST_F ( TestSystemInfo ,
GetBuildTargetPlatformVersionDecoded  )

◆ TEST_F() [6/23]

TEST_F ( TestSystemInfo ,
GetDiskSpace  )

◆ TEST_F() [7/23]

TEST_F ( TestSystemInfo ,
GetKernelBitness  )

◆ TEST_F() [8/23]

TEST_F ( TestSystemInfo ,
GetKernelCpuFamily  )

◆ TEST_F() [9/23]

TEST_F ( TestSystemInfo ,
GetKernelName  )

◆ TEST_F() [10/23]

TEST_F ( TestSystemInfo ,
GetKernelVersion  )

◆ TEST_F() [11/23]

TEST_F ( TestSystemInfo ,
GetKernelVersionFull  )

◆ TEST_F() [12/23]

TEST_F ( TestSystemInfo ,
GetManufacturerName  )

◆ TEST_F() [13/23]

TEST_F ( TestSystemInfo ,
GetModelName  )

◆ TEST_F() [14/23]

TEST_F ( TestSystemInfo ,
GetOsName  )

◆ TEST_F() [15/23]

TEST_F ( TestSystemInfo ,
GetOsPrettyNameWithVersion  )

◆ TEST_F() [16/23]

TEST_F ( TestSystemInfo ,
GetUsedCompilerNameAndVer  )

◆ TEST_F() [17/23]

TEST_F ( TestSystemInfo ,
GetUserAgent  )

◆ TEST_F() [18/23]

TEST_F ( TestSystemInfo ,
GetWindowsVersion  )

◆ TEST_F() [19/23]

TEST_F ( TestSystemInfo ,
GetXbmcBitness  )

◆ TEST_F() [20/23]

TEST_F ( TestSystemInfo ,
IsAeroDisabled  )

◆ TEST_F() [21/23]

TEST_F ( TestSystemInfo ,
IsWindowsVersion  )

◆ TEST_F() [22/23]

TEST_F ( TestSystemInfo ,
IsWindowsVersionAtLeast  )

◆ TEST_F() [23/23]

TEST_F ( TestSystemInfo ,
Print_System_Info  )