cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Unit Test Case for classes
Unit Test Case for classes
Nov 20, 2015 at 10:05am UTC
kalki
(34)
How to write unit test case to check functionality of classes ??
I am using cppunit framework for unit test.
class A:
{
int test(char *v,int x);
bool (string s);
char (char c);
};
I want to test functionality of each functions.
Topic archived. No new replies allowed.