Dear All:
I want to get java projects with assertions which don’t belong to unit test code. There are two approach in my mind:
For the first method, I can get changed file name for every revision, which is not very helpful because the code will run for every version of the repo, and the changed files may be overlapped, resulting in scanning on the same file again and again.
To filter the method name, I use this job
which gives me empty output. Then I use another job, in which I commented out the if (m.statements[i].kind == StatementKind.ASSERT)
. This job did give me results, and when I manually choose the project ControlTier from the output, I found actually the method testXXX did contain several assertions. That implies the first job should have given me some output.
Any help would be appreciated!
Thanks,
Hebi
--
You received this message because you are subscribed to the Google Groups "Boa Language and Infrastructure User Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to boa-user+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.