Jeff, you want to pick this one up?
S.
Trawick, Chris wrote:
> I've never posted a patch here before, so let me know if I messed up
> anywhere.
>
> This patch adds mock batch functionality to CommonMockPreparedStatement. I
> made the following updates:
>
> Added a setExpectedAddBatchCalls(int) method to track calls to
> addBatch().
> Added an addBatchCounts(int[]) method to add return values for
> executeBatch().
> Implemented executeBatch().
> Implemented addBatch().
>
> chris
>
|