[Cs5500] Testing issues in BinaryGame.java

Karl Lieberherr lieber at ccs.neu.edu
Sun Apr 17 07:06:36 EDT 2011


Hi Parvathy:

it is very worthwhile asking for making the code easier to test. Kent
Beck was propagating already in the 80's the view that one method
should do one thing. Which makes methods easier to test.

In our retrospective on the 25th I would like you to give a short
presentation on PRX's needs for testability and how the needs were met
by the developers.

-- Karl

On Fri, Apr 15, 2011 at 6:43 PM, Parvathy Nair <parvathyunair at gmail.com> wrote:
>
> Hi,
> We found issues to test the code in BinaryGame.java since the validation is
> in a single unit and it is not easy to test starting from line 148.  It
> would be lot easier to test if these were written in public methods which we
> can call and test.
> Thank You!
> Parvathy (PRX team)
>
>
> _______________________________________________
> Cs5500 mailing list
> Cs5500 at lists.ccs.neu.edu
> https://lists.ccs.neu.edu/bin/listinfo/cs5500
>
>



More information about the Cs5500 mailing list