697071727374757677
@Test public void testVerticesAgain() { final Vertices vertices = new Vertices("ID"); final Mesh mesh = new Mesh(vertices); mesh.setVertices(vertices); assertSame(vertices, mesh.getVertices()); }