lathonez/clicker

100% coverage

hfwittmann opened this issue · 3 comments

Hi Stephen,

quick question: do you subscribe to the 100% coverage mantra (as promulgated by e.g. Eran Hammer)?

I suppose the answer is no, since the tests in this project are close to 100%, but not exactly 100%.

Further Remarks:
I have noticed that e.g. the ionic specific command ionViewDidLoad is not triggered automatically by the component compilation in the unit tests. I am surprised it is not triggered automatically, do you agree?

It can be done through e.g.

fixture.componentInstance.ionViewDidLoad();

Is it - in your opinion - useful to do this (in order to achieve the 100%) ?

Cheers, Felix

Closed in #243