pitest
pitest copied to clipboard
when test in one module use another module method
parent ├ submodule-a │ └ src/main/java │ └ foo.ClassA │ └ src/test/java │ └ foo.ClassATest ├ submodule-b │ └ src/main/java │ └ foo.ClassB
hello, I would like to ask 。My project is structured like this,it is a muti module project。 I can only get pit-reports in submodule-a target,submodule-b target does not have pit-reports , reson is submodule-b have no test ?but my classB’method is used in ClassATest。 how can I get pit-reports in submodule-b。