Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
testratelimiter.h
Go to the documentation of this file.
1
#include "
commonincludes.hpp
"
2
#include "
unittest.h
"
3
#include "
ratelimiter.h
"
4
5
6
7
class
CTestRateLimiter
:
public
IUnitTest
8
{
9
public
:
10
HRESULT
Run
();
11
12
13
HRESULT
Test1
();
14
15
HRESULT
Test2
();
16
17
UT_DECLARE_TEST_NAME
(
"CTestRateLimiter"
);
18
};
19
20
21
commonincludes.hpp
ratelimiter.h
CTestRateLimiter::Run
HRESULT Run()
Definition:
testratelimiter.cpp:28
CTestRateLimiter
Definition:
testratelimiter.h:7
IUnitTest
Definition:
unittest.h:23
HRESULT
int32_t HRESULT
Definition:
hresult.h:22
unittest.h
CTestRateLimiter::Test1
HRESULT Test1()
Definition:
testratelimiter.cpp:42
CTestRateLimiter::Test2
HRESULT Test2()
Definition:
testratelimiter.cpp:87
CTestRateLimiter::UT_DECLARE_TEST_NAME
UT_DECLARE_TEST_NAME("CTestRateLimiter")
testcode
testratelimiter.h
Generated by
1.8.11