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, Test1)
 
 TEST (Pushlex, Test2)
 
 TEST (Pushlex, Test3)
 
 TEST (Pushlex, Test4)
 
 TEST (Pushlex, Test5)
 
 TEST (Pushlex, TestException1)
 
 TEST (Pushlex, TestException2)
 

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  ,
Test1   
)

Definition at line 32 of file test_pushlex.cpp.

◆ TEST() [2/7]

TEST ( Pushlex  ,
Test2   
)

Definition at line 43 of file test_pushlex.cpp.

◆ TEST() [3/7]

TEST ( Pushlex  ,
Test3   
)

Definition at line 59 of file test_pushlex.cpp.

◆ TEST() [4/7]

TEST ( Pushlex  ,
Test4   
)

Definition at line 71 of file test_pushlex.cpp.

◆ TEST() [5/7]

TEST ( Pushlex  ,
Test5   
)

Definition at line 79 of file test_pushlex.cpp.

◆ TEST() [6/7]

TEST ( Pushlex  ,
TestException1   
)

Definition at line 88 of file test_pushlex.cpp.

◆ TEST() [7/7]

TEST ( Pushlex  ,
TestException2   
)

Definition at line 101 of file test_pushlex.cpp.