Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
TestRegExp.cpp File Reference
#include "gtest/gtest.h"
#include "utils/RegExp.h"
#include "utils/log.h"
#include "filesystem/File.h"
#include "filesystem/SpecialProtocol.h"
#include "utils/StringUtils.h"
#include "CompileInfo.h"

Classes

class  TestRegExpLog
 

Functions

 TEST (TestRegExp, RegFind)
 
 TEST (TestRegExp, GetReplaceString)
 
 TEST (TestRegExp, GetFindLen)
 
 TEST (TestRegExp, GetSubCount)
 
 TEST (TestRegExp, GetSubStart)
 
 TEST (TestRegExp, GetCaptureTotal)
 
 TEST (TestRegExp, GetMatch)
 
 TEST (TestRegExp, GetPattern)
 
 TEST (TestRegExp, GetNamedSubPattern)
 
 TEST (TestRegExp, operatorEqual)
 
 TEST_F (TestRegExpLog, DumpOvector)
 

Function Documentation

◆ TEST() [1/10]

TEST ( TestRegExp  ,
GetCaptureTotal   
)

◆ TEST() [2/10]

TEST ( TestRegExp  ,
GetFindLen   
)

◆ TEST() [3/10]

TEST ( TestRegExp  ,
GetMatch   
)

◆ TEST() [4/10]

TEST ( TestRegExp  ,
GetNamedSubPattern   
)

◆ TEST() [5/10]

TEST ( TestRegExp  ,
GetPattern   
)

◆ TEST() [6/10]

TEST ( TestRegExp  ,
GetReplaceString   
)

◆ TEST() [7/10]

TEST ( TestRegExp  ,
GetSubCount   
)

◆ TEST() [8/10]

TEST ( TestRegExp  ,
GetSubStart   
)

◆ TEST() [9/10]

TEST ( TestRegExp  ,
operatorEqual   
)

◆ TEST() [10/10]

TEST ( TestRegExp  ,
RegFind   
)
Todo:
gtest/gtest.h needs to come in before utils/RegExp.h. Investigate why.

◆ TEST_F()

TEST_F ( TestRegExpLog  ,
DumpOvector   
)