Question d’entretien chez N26

How would you test a singleton?

Réponses aux questions d'entretien

Utilisateur anonyme

15 nov. 2016

I would not want to test "a singleton", before you want to cover something with tests - you need to understand what it is and why does it need to be tested. 100 percent test coverage of anything is just an OCD symptom.

Utilisateur anonyme

19 avr. 2019

Singletons are regular classes with the singleton part on top. So test it as a regular class.