Hi, I am new to CppUnit.
I have gone through the examples in version cppunit 1.12 and have understood it.
I have a doubt, how can i craete one application(without any cppunit ) and have another cppunit application that will; test the first application.
Please help.
Any link or example will help a lot :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
first create a cppunit aplication,then add the files to this project,make the classes can be used then call meathord of the classes in testcases and assert with expect result
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I am new to CppUnit.
I have gone through the examples in version cppunit 1.12 and have understood it.
I have a doubt, how can i craete one application(without any cppunit ) and have another cppunit application that will; test the first application.
Please help.
Any link or example will help a lot :)
first create a cppunit aplication,then add the files to this project,make the classes can be used then call meathord of the classes in testcases and assert with expect result