Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用无限的eclipse插件。但有时它只是不起作用。我有一个方法测试a()。方法a()调用方法b()调用方法c()。如果我更改方法b(),它会运行该方法的测试a。但如果我改变方法它不会触发c()。
a()
b()
c()
a
b()总是打电话c()还是偶尔打电话?
您是否有涵盖c()被调用场景的测试?