Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TestStopwatch.cpp File Reference
#include "threads/Thread.h"
#include "utils/Stopwatch.h"
#include <gtest/gtest.h>

Classes

class  CTestStopWatchThread
 

Functions

 TEST (TestStopWatch, Initialization)
 
 TEST (TestStopWatch, Start)
 
 TEST (TestStopWatch, Stop)
 
 TEST (TestStopWatch, ElapsedTime)
 
 TEST (TestStopWatch, Reset)
 

Function Documentation

◆ TEST() [1/5]

TEST ( TestStopWatch ,
ElapsedTime  )

◆ TEST() [2/5]

TEST ( TestStopWatch ,
Initialization  )

◆ TEST() [3/5]

TEST ( TestStopWatch ,
Reset  )

◆ TEST() [4/5]

TEST ( TestStopWatch ,
Start  )

◆ TEST() [5/5]

TEST ( TestStopWatch ,
Stop  )