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

Function TEST_F

tests/tools/Wires/WireNetwork/WireConnectivityTest.h:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27
28TEST_F(WireConnectivityTest, cube) {
29 WireNetwork network = load_wire("cube.wire");
30 WireConnectivity conn;
31 conn.set_wire_network(&network);
32 conn.compute();
33 ASSERT_CONNECTIVITY_IS_VALID(network, conn);
34}
35
36TEST_F(WireConnectivityTest, Brick5) {
37 WireNetwork network = load_wire("brick5.wire");

Callers

nothing calls this directly

Calls 3

load_wireFunction · 0.50
set_wire_networkMethod · 0.45
computeMethod · 0.45

Tested by

no test coverage detected