MCPcopy Create free account
hub / github.com/chen3feng/toft / TEST

Function TEST

encoding/base64_test.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace toft {
14
15TEST(Base64Test, Encode)
16{
17 std::string result;
18 EXPECT_TRUE(Base64::Encode(kText, &result));
19 EXPECT_EQ(kBase64Text, result);
20}
21
22TEST(Base64Test, Decode)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected