aristosgi / ASE_LabAssignments

MIT License
0 stars 0 forks source link

Untested normal/border/zero/exception cases #21

Open apapadopoulou opened 2 years ago

apapadopoulou commented 2 years ago

You have not tested all normal/border/zero/exception cases of methods. Please enrich your unit tests. The code coverage reports should guide you as well.

Also please make sure you test printed messages as well, wherever it is needed.

aristosgi commented 2 years ago

1ed90f2

apapadopoulou commented 2 years ago

Kindly note that you still have some border, exception and zero cases untested.

aristosgi commented 2 years ago

87127d9

after this commit i think that i included everythink

image
apapadopoulou commented 2 years ago

To aim for a high code coverage percentage is one thing, but to account for all possible input cases is another. You still have untested zero and border cases regarding methods of ArrayOperations and MyMath classes.

aristosgi commented 2 years ago

485a9bc