Jacoco On Jupyter: It is possible to run coverage over a class or a method by java only code?
15 views
Skip to first unread message
Nicola Landro
unread,
Nov 18, 2021, 11:10:25 AM11/18/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JaCoCo and EclEmma Users
I'm preparing a course of java testing but on the firstphase I want to use Notebook to run the java code, in order to do the possibiliti to write explenation for the execise to the student.
It is possible to run junit test and compute Jacoco coverage of a class or a function into the notebook?