// Builder mutation methods only support addition, not removal, so these tests would fail.
 @Override
 @Test
 public void removeNode_existingNode() {
   expectedException.expect(UnsupportedOperationException.class);
   super.removeNode_existingNode();
 }