MCPcopy Create free account
hub / github.com/dobin/RedEdr / TEST_CLASS

Function TEST_CLASS

UnitTests/UnitTests.cpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace UnitTests
8{
9 TEST_CLASS(UnitTests)
10 {
11 public:
12 TEST_METHOD(TestStrA) {
13 std::string str = "Hello";
14 wchar_t* wstr = string2wcharAlloc(str);
15 Assert::AreEqual(L"Hello", wstr);
16 }
17
18
19 TEST_METHOD(TestTranslate)

Callers

nothing calls this directly

Calls 1

string2wcharAllocFunction · 0.85

Tested by

no test coverage detected