Testing

  1. Each Module has to ship with set of UnitTests.
  2. If Module depends on another Module, they create a System. Thus such system has to be tested with SystemTests.

SystemTests of a particular Module usually really on Mocking.
UnitTests usually really on intimate knowledge of a Module, aiming to test corner cases of particular implementation.

1
To Do
#1 opened 2024-05-26 18:15:06 +02:00 by djmil
0
In Progress
0
Done