1.

Can I Stub Chained Getters?

Answer»

sort of STUBBING, e.g. mock to return mock, to return mock, etc. should be used very sporadically, ideally never. It clearly points out violation of the LAW of DEMETER. You don't WANT to mess with Demeter. Since you have been warned check out MOCKITO deep stubs.

sort of stubbing, e.g. mock to return mock, to return mock, etc. should be used very sporadically, ideally never. It clearly points out violation of the Law of Demeter. You don't want to mess with Demeter. Since you have been warned check out Mockito deep stubs.



Discussion

No Comment Found