...
I have tests hitting certain area of my code for sure but Sealights dashboard marks them as ‘Untested’.
Solution
TBCVerify that the tests are actually calling the methods in question by adding a system console log at the beginning of the method. Java example below:
Code Block |
---|
System.out.println("Sealights: <method name> was called"); |