Posts
17
Comments
28
Trackbacks
0
SeaTest - C Unit Testing Framework

Today I released an open source project for doing xUnit style unit testing.

Recently I got roped into doing some embedded C code for a project and I wanted to TDD it.   On investigating my unit testing framework options I ended up rolling my own as many frameworks were either too simple or trying to be too smart.

While I’m generally happy with the general style of how to write tests with it, there’s a number of things to cleanup and it probably needs a bit more rounding out for other peoples needs.  Also I will add some ‘asserts’ that represent typical things C programmers tend to do.

Anyways, if anyone is interested you can find it at :-

http://code.google.com/p/seatest/

posted on Monday, June 21, 2010 5:15 PM Print
Comments
Gravatar
# re: SeaTest - C Unit Testing Framework
andoni
2/16/2011 12:13 AM
hi,i´m interested in use this framework, i`ve to test a game that have some functions but i dont know how to pass the information that i have in my program to the test_functions. the information are some arrays, and typedef struct data.
thanks! and i´m sorry about muy english
Gravatar
# re: SeaTest - C Unit Testing Framework
ratnesh
3/11/2011 5:53 PM
does this support kernel mode testing also?
Gravatar
# re: SeaTest - C Unit Testing Framework
RAYMOND CRUDO
9/22/2011 5:59 PM
to gain knowledge
Gravatar
# re: SeaTest - C Unit Testing Framework
Chandler Real Estate
12/17/2011 12:17 AM
Other celebrities have been known to severely limit what they eat. Even in the early days of Hollywood, then-starlet Joan Crawford was told she was overweight. Reports vary as to how she handled it: some say she ate nothing but steak, grapefruit and tomatoes. Others say she resorted to vodka and diet pills. Thanks a lot.
Regards,



Gravatar
# re: SeaTest - C Unit Testing Framework
basktrc
12/23/2011 8:15 PM
Your post really helped me to understand about this. It has great details and yet it is easy to understand.That's what i was looking for. I will definitely share it with others.Thanks for sharing.df

Post Comment

Title *
Name *
Email
Url
Comment *