Unit tests should be created to test simple functions of our own implementations, to do what is should do.
Per definition our own implementations, means code that has been touched.
- extentions
- overrides
- new implementations
- functionality that has been duplicated from other sources
Unit tests should be created to test simple functions of our own implementations, to do what is should do.
Per definition our own implementations, means code that has been touched.