MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / test_thread2

Function test_thread2

thread/test/test.cpp:593–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593int test_thread2(Marker x, Marker& y, Marker&& z, int n)
594{
595 LOG_DEBUG(' ', n);
596 EXPECT_EQ(x, aa);
597 EXPECT_EQ(a, "");
598 EXPECT_EQ(&y, &b);
599 EXPECT_EQ(&z, &c);
600 EXPECT_EQ(c, cc);
601 return 0;
602}
603
604TEST(thread11, test)
605{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected