khwang0 / 2018F-COMP3111

19 stars 13 forks source link

Coverage Test #75

Open vaishnavig11 opened 5 years ago

vaishnavig11 commented 5 years ago

My tasks are 5 &6. Even though I have written unit tests for the action functions, the coverage report is 0% because all the @FXML methods are not called. Is that okay?

comp3111ta commented 5 years ago

I don't think it is okay. This means your @FXML method is too bulky. You should minimize your @FXML method and take most of your code out to another "testable" method.