Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include <testbuilder.h>
Public Member Functions | |
HRESULT | Test1 () |
HRESULT | Test2 () |
virtual HRESULT | Run () |
UT_DECLARE_TEST_NAME ("CTestBuilder") | |
Public Member Functions inherited from IUnitTest | |
virtual | ~IUnitTest () |
virtual const char * | GetName ()=0 |
Definition at line 24 of file testbuilder.h.
|
virtual |
Implements IUnitTest.
Definition at line 25 of file testbuilder.cpp.
HRESULT CTestBuilder::Test1 | ( | ) |
Definition at line 36 of file testbuilder.cpp.
HRESULT CTestBuilder::Test2 | ( | ) |
Definition at line 108 of file testbuilder.cpp.
CTestBuilder::UT_DECLARE_TEST_NAME | ( | "CTestBuilder" | ) |