Is it possible to get code coverage for a test (lines of code which test goes through) with JUnit 5 API? Or it's possible to get code coverage with IntelliJ Idea API? Code coverage info needs to be callable from code.
Thanks for help
Is it possible to get code coverage for a test (lines of code which test goes through) with JUnit 5 API? Or it's possible to get code coverage with IntelliJ Idea API? Code coverage info needs to be callable from code.
Thanks for help
William - You may use JaCoCo, Cobertura or similar tools to get the code coverage. Even some IDE like IntelliJ IDEA has code coverage plugins