MCPcopy Create free account
hub / github.com/LibrePCB/LibrePCB / TEST_F

Function TEST_F

tests/unittests/core/algorithm/airwiresbuildertest.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 ******************************************************************************/
56
57TEST_F(AirWiresBuilderTest, testEmpty) {
58 AirWiresBuilder builder;
59 AirWiresBuilder::AirWires airwires = sorted(builder.buildAirWires());
60 EXPECT_EQ(0, airwires.size());
61}
62
63TEST_F(AirWiresBuilderTest, testOnePoint) {
64 AirWiresBuilder builder;

Callers

nothing calls this directly

Calls 5

sizeMethod · 0.80
PointClass · 0.50
buildAirWiresMethod · 0.45
addPointMethod · 0.45
addEdgeMethod · 0.45

Tested by

no test coverage detected