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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for fxfa_basic_unittest.cpp:

Go to the source code of this file.

Macros

#define PCKT____(a, b, c, d, e, f)
 
#define ATTR____(a, b, c, d)
 
#define VALUE____(a, b, c)
 
#define ELEM____(a, b, c, d)
 

Functions

 TEST (FXFABasic, PacketHashTest)
 
 TEST (FXFABasic, AttributeHashTest)
 
 TEST (FXFABasic, ValueHashTest)
 
 TEST (FXFABasic, ElementHashTest)
 

Macro Definition Documentation

◆ ATTR____

#define ATTR____ ( a,
b,
c,
d )
Value:
HashTestCase(a, b, &so_far);
GLboolean GLboolean GLboolean b
GLboolean GLboolean GLboolean GLboolean a
[7]

◆ ELEM____

#define ELEM____ ( a,
b,
c,
d )
Value:
HashTestCase(a, b, &so_far);

◆ PCKT____

#define PCKT____ ( a,
b,
c,
d,
e,
f )
Value:
HashTestCase(a, b, &so_far);

◆ VALUE____

#define VALUE____ ( a,
b,
c )
Value:
HashTestCase(a, b, &so_far);

Function Documentation

◆ TEST() [1/4]

TEST ( FXFABasic ,
AttributeHashTest  )

Definition at line 32 of file fxfa_basic_unittest.cpp.

◆ TEST() [2/4]

TEST ( FXFABasic ,
ElementHashTest  )

Definition at line 48 of file fxfa_basic_unittest.cpp.

◆ TEST() [3/4]

TEST ( FXFABasic ,
PacketHashTest  )

Definition at line 24 of file fxfa_basic_unittest.cpp.

◆ TEST() [4/4]

TEST ( FXFABasic ,
ValueHashTest  )

Definition at line 40 of file fxfa_basic_unittest.cpp.