Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ TEST
Function
TEST
tests/ctest/common/small_string_tests.cpp:7–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include <gtest/gtest.h>
6
7
TEST(StackString, SelfAssignment)
8
{
9
SmallStackString<6> string(
"Hello"
);
10
string = string;
11
ASSERT_STREQ(string.c_str(),
"Hello"
);
12
}
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected