Click here to Skip to main content
15,888,151 members
Articles / Programming Languages / C#

Testing of Dependency Tree

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
26 Feb 2023CPOL8 min read 9.6K   5  
Here, we'll discuss how we can test interaction of classes from several projects using dependency container.
Let's say we want to test the work of not one isolated class, but the joint work of several classes in some part of our system. Our dependency container creates a whole tree of instances of various classes. And you want to test the whole tree. Let's see how we can do this, what obstacles we will face and how we can overcome them.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Finstek
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions