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
cfx_xmlparser_unittest.cpp File Reference

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

+ Include dependency graph for cfx_xmlparser_unittest.cpp:

Go to the source code of this file.

Classes

class  CFX_XMLParserTest
 

Functions

 TEST_F (CFX_XMLParserTest, AttributesMustBeQuoted)
 
 TEST_F (CFX_XMLParserTest, Attributes)
 
 TEST_F (CFX_XMLParserTest, CData)
 
 TEST_F (CFX_XMLParserTest, CDataWithInnerScript)
 
 TEST_F (CFX_XMLParserTest, ArrowBangArrow)
 
 TEST_F (CFX_XMLParserTest, ArrowBangBracketArrow)
 
 TEST_F (CFX_XMLParserTest, IncompleteCData)
 
 TEST_F (CFX_XMLParserTest, UnClosedCData)
 
 TEST_F (CFX_XMLParserTest, EmptyCData)
 
 TEST_F (CFX_XMLParserTest, Comment)
 
 TEST_F (CFX_XMLParserTest, IncorrectCommentStart)
 
 TEST_F (CFX_XMLParserTest, CommentEmpty)
 
 TEST_F (CFX_XMLParserTest, CommentThreeDash)
 
 TEST_F (CFX_XMLParserTest, CommentTwoDash)
 
 TEST_F (CFX_XMLParserTest, Entities)
 
 TEST_F (CFX_XMLParserTest, EntityOverflowHex)
 
 TEST_F (CFX_XMLParserTest, EntityOverflowDecimal)
 
 TEST_F (CFX_XMLParserTest, IsXMLNameChar)
 
 TEST_F (CFX_XMLParserTest, BadElementClose)
 
 TEST_F (CFX_XMLParserTest, DoubleElementClose)
 
 TEST_F (CFX_XMLParserTest, ParseInstruction)
 
 TEST_F (CFX_XMLParserTest, BadEntity)
 

Function Documentation

◆ TEST_F() [1/22]

TEST_F ( CFX_XMLParserTest ,
ArrowBangArrow  )

Definition at line 95 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [2/22]

TEST_F ( CFX_XMLParserTest ,
ArrowBangBracketArrow  )

Definition at line 109 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [3/22]

TEST_F ( CFX_XMLParserTest ,
Attributes  )

Definition at line 32 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetAttribute().

+ Here is the call graph for this function:

◆ TEST_F() [4/22]

TEST_F ( CFX_XMLParserTest ,
AttributesMustBeQuoted  )

Definition at line 25 of file cfx_xmlparser_unittest.cpp.

◆ TEST_F() [5/22]

TEST_F ( CFX_XMLParserTest ,
BadElementClose  )

Definition at line 327 of file cfx_xmlparser_unittest.cpp.

◆ TEST_F() [6/22]

TEST_F ( CFX_XMLParserTest ,
BadEntity  )

Definition at line 351 of file cfx_xmlparser_unittest.cpp.

◆ TEST_F() [7/22]

TEST_F ( CFX_XMLParserTest ,
CData  )

Definition at line 47 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [8/22]

TEST_F ( CFX_XMLParserTest ,
CDataWithInnerScript  )

Definition at line 70 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [9/22]

TEST_F ( CFX_XMLParserTest ,
Comment  )

Definition at line 165 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [10/22]

TEST_F ( CFX_XMLParserTest ,
CommentEmpty  )

Definition at line 193 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [11/22]

TEST_F ( CFX_XMLParserTest ,
CommentThreeDash  )

Definition at line 207 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [12/22]

TEST_F ( CFX_XMLParserTest ,
CommentTwoDash  )

Definition at line 221 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [13/22]

TEST_F ( CFX_XMLParserTest ,
DoubleElementClose  )

Definition at line 331 of file cfx_xmlparser_unittest.cpp.

◆ TEST_F() [14/22]

TEST_F ( CFX_XMLParserTest ,
EmptyCData  )

Definition at line 151 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [15/22]

TEST_F ( CFX_XMLParserTest ,
Entities  )

Definition at line 234 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [16/22]

TEST_F ( CFX_XMLParserTest ,
EntityOverflowDecimal  )

Definition at line 274 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [17/22]

TEST_F ( CFX_XMLParserTest ,
EntityOverflowHex  )

Definition at line 259 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [18/22]

TEST_F ( CFX_XMLParserTest ,
IncompleteCData  )

Definition at line 123 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [19/22]

TEST_F ( CFX_XMLParserTest ,
IncorrectCommentStart  )

Definition at line 179 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function:

◆ TEST_F() [20/22]

TEST_F ( CFX_XMLParserTest ,
IsXMLNameChar  )

Definition at line 289 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLParser::IsXMLNameChar().

+ Here is the call graph for this function:

◆ TEST_F() [21/22]

TEST_F ( CFX_XMLParserTest ,
ParseInstruction  )

Definition at line 335 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLInstruction::IsOriginalXFAVersion(), and CFX_XMLNode::kInstruction.

+ Here is the call graph for this function:

◆ TEST_F() [22/22]

TEST_F ( CFX_XMLParserTest ,
UnClosedCData  )

Definition at line 137 of file cfx_xmlparser_unittest.cpp.

References CFX_XMLElement::GetTextData().

+ Here is the call graph for this function: