Michael Decafmeyer
unread,Apr 9, 2011, 7:41:24 AM4/9/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google C++ Testing Framework
Hi,
Is there any tool or GUI that can write your tests more easely?
eg: like a tool where you can write the function name and then you can
give some inputs, select some EQ / NE, ...
and that generates a nice TEST like:
TEST(FactorialTest, Zero) {
EXPECT_EQ(1, Factorial(0));
}
greetz,
Decafmeyer Michael