#include <atlpath.h>
#include "resource.h"
#include "atltest.h"
#include "CPath.inl"
Go to the source code of this file.
◆ _X [1/2]
◆ _X [2/2]
◆ CPathX [1/2]
◆ CPathX [2/2]
◆ CStringX [1/2]
◆ CStringX [2/2]
◆ dbgstrx [1/2]
◆ dbgstrx [2/2]
◆ GetModuleFileNameX [1/2]
◆ GetModuleFileNameX [2/2]
◆ ok [1/2]
#define ok ok_("CPathW:\n" __FILE__, __LINE__) |
◆ ok [2/2]
#define ok ok_("CPathA:\n" __FILE__, __LINE__) |
◆ TEST_NAMEX [1/2]
◆ TEST_NAMEX [2/2]
◆ XCHAR [1/2]
◆ XCHAR [2/2]
◆ START_TEST()
Definition at line 49 of file CPath.cpp.
50{
51 test_initW();
52 test_initA();
53
54 test_modifyW();
55 test_modifyA();
56
57 test_is_somethingW();
58 test_is_somethingA();
59}