Slide 15
Slide 15 text
Unit Tests
Even though an engineer could write tests for every single class in the project, it
is not desirable that tests mimic the software structure.
Unit Tests should run fast and in memory. Should not use I/O.
Unit Tests are tight coupled to software behaviour.
@ivanpaulovich