Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.979 Beiträge
 
#1

Why unit tests are not always good

  Alt 17. Jun 2014, 11:20
Unit tests are good to detect most bugs in your code but not all bugs. When you are writing standard unit tests for a class you are doing the following Create a fresh class instance (ex using Setup method in DUnit framework); Run a code under test (usually a single call of a single method) on the ...

More...
  Mit Zitat antworten Zitat