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

Function TEST_F

tests/tools/Wires/Parameters/SymmetryOrbitsTest.h:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47};
48
49TEST_F(SymmetryOrbitsTest, cube) {
50 WireNetwork::Ptr wire_network = load_wire_shared("cube.wire");
51 SymmetryOrbits orbits = load_orbits("cube.orbit");
52
53 ASSERT_EQ(1, orbits.get_num_vertex_orbits());
54 ASSERT_EQ(3, orbits.get_num_edge_orbits());
55 ASSERT_ORBITS_ARE_VALID(wire_network, orbits);
56}
57
58TEST_F(SymmetryOrbitsTest, box) {
59 WireNetwork::Ptr wire_network = load_wire_shared("box.wire");

Callers 1

Calls 2

get_num_vertex_orbitsMethod · 0.80
get_num_edge_orbitsMethod · 0.80

Tested by

no test coverage detected