Click here to Skip to main content
15,899,935 members
Articles / All Topics

Verification of complex objects in automated tests

Rate me:
Please Sign up or sign in to vote.
2.00/5 (1 vote)
16 Aug 2017CPOL6 min read 4.6K  
Sometimes in automation tests we need to validate work of methods, returning very complex objects as a result. We want to be sure, that these objects have correct structure. Common assertion libraries allow us to check our expectation about simple objects (strings, numbers), and collections of objec

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