Googled for a Xml Dom open source library that ships with unit tests, but could not find any. Are there any dom libraries, java or .net that have unit tests?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apache Xerces certainly includes a bunch of tests; look in the SVN repository. I expect that other libraries do as well. (I cannot imagine how you could develop an XML DOM implementation without some kind of unit / regression test suite.)
Perhaps you are looking in the wrong place for unit tests, or your criteria for what constitutes a “unit test” is too restrictive.