MCPcopy Create free account
hub / github.com/Samsung/rlottie / TEST_F

Function TEST_F

test/test_vrect.cpp:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38TEST_F(VRectFTest, construct) {
39 VRectF r1{0, 0, 100, 100};
40 VRectF r2{0, 0, 100.0, 100};
41 VRectF r3 = {0, 0, 100, 100};
42 VRectF r4 = {0, 0, 100.0, 100};
43 VRectF r6(0, 0, 100, 100);
44 VRectF r7(0, 0, 100.0, 100);
45 ASSERT_TRUE(Empty.empty());
46 ASSERT_TRUE(illigal.empty());
47}
48
49TEST_F(VRectTest, construct) {
50 VRect r1{0, 0, 100, 100};

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected