You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by siddharth srivastava <ak...@gmail.com> on 2012/07/04 04:09:36 UTC

Re: Code Coverage

Hi

I am a bit confused over how BrokeredStatement works. I spent quite
sometime in understanding it and tried making changes to improvise its
code coverage. Where exactly do you write tests for it. I tried with
XAConnection for implementing the unimplemented methods (abstract
methods from Statement) of BrokeredStatement.java, but emma reports do
not show any difference.