« Return to Thread: 100%% Method Testing and Generating Unit Tests

Re: 100%% Method Testing and Generating Unit Tests

by dsaff :: Rate this Message:

Reply to Author | View in Thread

Ole,

I'm getting my head around your suggestions.  (At least) one thing is
tripping me up:

On 12/31/06, Ole Ersoy <ole_ersoy@...> wrote:

> "What does it mean for a method to be 100% unit
> tested?"
>
> For instance suppose there's a method
>
> public int multiply(int a, int b)
>
> return aXb;
>
> Do we unit test this?

Do we write this in the first place?  Perhaps another example would
help me more.

   David Saff

 « Return to Thread: 100%% Method Testing and Generating Unit Tests