Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cxfa_fmlexer_unittest.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for cxfa_fmlexer_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (CXFA_FMLexerTest, NullString)
 
 TEST (CXFA_FMLexerTest, EmptyString)
 
 TEST (CXFA_FMLexerTest, Numbers)
 
 TEST (CXFA_FMLexerTest, Strings)
 
 TEST (CXFA_FMLexerTest, OperatorsAndKeywords)
 
 TEST (CXFA_FMLexerTest, Comments)
 
 TEST (CXFA_FMLexerTest, ValidIdentifiers)
 
 TEST (CXFA_FMLexerTest, InvalidIdentifiers)
 
 TEST (CXFA_FMLexerTest, Whitespace)
 
 TEST (CXFA_FMLexerTest, NullData)
 

Function Documentation

◆ TEST() [1/10]

TEST ( CXFA_FMLexerTest ,
Comments  )

Definition at line 191 of file cxfa_fmlexer_unittest.cpp.

References CXFA_FMLexer::Token::GetType(), CXFA_FMLexer::IsComplete(), CXFA_FMLexer::NextToken(), TOKeof, TOKnumber, and TOKstring.

+ Here is the call graph for this function:

◆ TEST() [2/10]

TEST ( CXFA_FMLexerTest ,
EmptyString  )

Definition at line 19 of file cxfa_fmlexer_unittest.cpp.

References CXFA_FMLexer::Token::GetType(), CXFA_FMLexer::IsComplete(), CXFA_FMLexer::NextToken(), and TOKeof.

+ Here is the call graph for this function:

◆ TEST() [3/10]

TEST ( CXFA_FMLexerTest ,
InvalidIdentifiers  )

Definition at line 253 of file cxfa_fmlexer_unittest.cpp.

References CXFA_FMLexer::Token::GetType(), CXFA_FMLexer::IsComplete(), CXFA_FMLexer::NextToken(), and TOKreserver.

+ Here is the call graph for this function:

◆ TEST() [4/10]

TEST ( CXFA_FMLexerTest ,
NullData  )

Definition at line 305 of file cxfa_fmlexer_unittest.cpp.

References CXFA_FMLexer::Token::GetType(), CXFA_FMLexer::IsComplete(), CXFA_FMLexer::NextToken(), TOKeof, TOKminus, and TOKnumber.

+ Here is the call graph for this function:

◆ TEST() [5/10]

TEST ( CXFA_FMLexerTest ,
NullString  )

Definition at line 11 of file cxfa_fmlexer_unittest.cpp.

References CXFA_FMLexer::Token::GetType(), CXFA_FMLexer::IsComplete(), CXFA_FMLexer::NextToken(), and TOKeof.

+ Here is the call graph for this function:

◆ TEST() [6/10]

TEST ( CXFA_FMLexerTest ,
Numbers  )

Definition at line 26 of file cxfa_fmlexer_unittest.cpp.

References CXFA_FMLexer::Token::GetType(), CXFA_FMLexer::IsComplete(), CXFA_FMLexer::NextToken(), TOKeof, TOKminus, and TOKnumber.

+ Here is the call graph for this function:

◆ TEST() [7/10]

TEST ( CXFA_FMLexerTest ,
OperatorsAndKeywords  )

◆ TEST() [8/10]

TEST ( CXFA_FMLexerTest ,
Strings  )

Definition at line 82 of file cxfa_fmlexer_unittest.cpp.

References CXFA_FMLexer::Token::GetType(), CXFA_FMLexer::IsComplete(), CXFA_FMLexer::NextToken(), TOKeof, and TOKstring.

+ Here is the call graph for this function:

◆ TEST() [9/10]

TEST ( CXFA_FMLexerTest ,
ValidIdentifiers  )

Definition at line 241 of file cxfa_fmlexer_unittest.cpp.

◆ TEST() [10/10]

TEST ( CXFA_FMLexerTest ,
Whitespace  )

Definition at line 283 of file cxfa_fmlexer_unittest.cpp.

References CXFA_FMLexer::Token::GetType(), CXFA_FMLexer::IsComplete(), CXFA_FMLexer::NextToken(), TOKeof, and TOKnumber.

+ Here is the call graph for this function: