Hello,
I would like to display a full test case in java (testcode + output expected + output got) as example but I have another test case and I don't want to display the testcode for this one. Only "expected" and "got" output.
I tried with [["Expected", "expected"], ["Got", "got"]] but it hides testcode for all test cases.
Could you help me ?
Thank you
Fab