我正在与另一位开发人员合作开发一个开源项目。我正在进行需要读取默认自定义xml配置文件的单元测试。我只保证repo中的路径部分将在他的机器上。如何重写此测试以使其可移植?我不希望每次我们将代码检入存储库时测试都开始失败。publicclassConfigurationTests{[TestMethod]publicvoidConfigurationLoads(){//todo:howdoImakethistestportable?conststringconfigFile=@"C:\Users\Christopher\Source\Repos\RetailCoderVBE\Retail