OpenVPN 3 Core Library
Loading...
Searching...
No Matches
test_pushlex.cpp File Reference

Unit test for PushLex. More...

Include dependency graph for test_pushlex.cpp:

Go to the source code of this file.

Functions

static std::string get_next (PushLex &pl)
 
 TEST (pushlex, test_1)
 
 TEST (pushlex, test_2)
 
 TEST (pushlex, test_3)
 
 TEST (pushlex, test_4)
 
 TEST (pushlex, test_5)
 
 TEST (pushlex, test_exception_1)
 
 TEST (pushlex, test_exception_2)
 

Detailed Description

Unit test for PushLex.

Definition in file test_pushlex.cpp.

Function Documentation

◆ get_next()

static std::string get_next ( PushLex pl)
static

Definition at line 24 of file test_pushlex.cpp.

Here is the caller graph for this function:

◆ TEST() [1/7]

TEST ( pushlex  ,
test_1   
)

Definition at line 33 of file test_pushlex.cpp.

◆ TEST() [2/7]

TEST ( pushlex  ,
test_2   
)

Definition at line 44 of file test_pushlex.cpp.

◆ TEST() [3/7]

TEST ( pushlex  ,
test_3   
)

Definition at line 60 of file test_pushlex.cpp.

◆ TEST() [4/7]

TEST ( pushlex  ,
test_4   
)

Definition at line 72 of file test_pushlex.cpp.

◆ TEST() [5/7]

TEST ( pushlex  ,
test_5   
)

Definition at line 80 of file test_pushlex.cpp.

◆ TEST() [6/7]

TEST ( pushlex  ,
test_exception_1   
)

Definition at line 89 of file test_pushlex.cpp.

◆ TEST() [7/7]

TEST ( pushlex  ,
test_exception_2   
)

Definition at line 102 of file test_pushlex.cpp.