它与Mockito测试用例有关。在运行测试用例时,我需要初始化一个字符串,该字符串包含本地系统路径以读取属性文件,但是每次获得null
。
我正在使用System.getProperty(constant);
重新属性文件路径的地点,但它返回null
。
System.getProperty(constant);
由于未设置该属性,该行失败了。
您如何运行测试用例?Eclipse,maven或其他东西?