|
|
|
|
|
by palish
5534 days ago
|
|
"In a unit test, mock objects can simulate the behavior of complex, real (non-mock) objects and are therefore useful when a real object is impractical or impossible to incorporate into a unit test." Why would you want to simulate the graphics subsystem (and therefore the video card)? The goal here isn't performance testing. It's to check whether the engine works. |
|
What you are talking about is a regression or functional test. Same genus different species, still very useful but not the same tool.
Edit: Going to bed, if someone would like to explain by morning why this needed to be down voted so brutally I would be much obliged!