标签: junit mockito
它与mockito测试用例有关。 运行我的测试用例时,我需要初始化一个包含本地系统路径的字符串来读取属性文件,但每次我得到null。
null
我正在使用System.getProperty(constant);来检索属性文件路径,但它会返回null。
System.getProperty(constant);
答案 0 :(得分:0)
由于未设置属性,该行失败。
如何运行测试用例? Eclipse,maven还是别的什么?