MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / checkTuple

Function checkTuple

test/api/prepare_test.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using namespace lbug::testing;
5
6static void checkTuple(lbug::processor::FlatTuple* tuple, const std::string& groundTruth) {
7 ASSERT_STREQ(tuple->toString().c_str(), groundTruth.c_str());
8}
9
10TEST_F(ApiTest, issueTest1) {
11 conn->query("CREATE NODE TABLE T(id SERIAL, name STRING, PRIMARY KEY(id));");

Callers 1

TEST_FFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected