Slashdot Mirror


User: pafcio

pafcio's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Testing on Properly Testing Your Code? · · Score: 1

    I find JUnit good but in my oppinion it's got one fundamental drawback. You can't parametrize the tests, meaning that you need to hardcode the parameter values of the tested methods. Test logic and test input data should be separated. or did I miss something in their docs?