Unit Testing

Testing individual units of code for correctness.

Most of the 98% test coverage is owed to unit tests

Unit tests make up a significant portion of the 98% coverage

This was my first experience in designing unit tests

Unit tests establish a reliable foundation for any effective test suite