MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / TEST_F

Function TEST_F

tests/test_vector.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23};
24
25TEST_F(VectorTest, GetX)
26{
27 EXPECT_EQ(v1_.getX(), 1.0);
28}
29
30TEST_F(VectorTest, SetX)
31{

Callers

nothing calls this directly

Calls 10

setZMethod · 0.80
getXMethod · 0.45
setXMethod · 0.45
getYMethod · 0.45
setYMethod · 0.45
getZMethod · 0.45
lengthMethod · 0.45
lengthSquaredMethod · 0.45
distanceMethod · 0.45
distanceSquaredMethod · 0.45

Tested by

no test coverage detected