Comment Re:Testing (Score 1) 472
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?