Unity drawbacks #36
-
Hello there! In 6.3. Unity Harness of the manual you've mentioned that Unity was the "almost perfect" match. I wonder what were the drawbacks of it, what features it lacked? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Dmitry, I didn't imply that Unity has drawbacks. What I meant was that it was lacking certain functionality that was critical for methodology that we used. Unity is a fantastic framework, and it is great when all the system including all teams collaborates in this endeavor. I hope it answers your question. Kind Regards, |
Beta Was this translation helpful? Give feedback.
Hi Dmitry,
I didn't imply that Unity has drawbacks. What I meant was that it was lacking certain functionality that was critical for methodology that we used. Unity is a fantastic framework, and it is great when all the system including all teams collaborates in this endeavor.
Many times, the system is willing to invest in something like this, it requires first to show it brings values. Without collaboration it's hard to achieve. That is why we built around Unity a facility that allows starting with unit-testing and TDD (in particular) in no time even if no one supports the effort.
STAT also provides a Mocking library for test-double that allows constructing test-doubles of many types an …