GTEST frontend? (GUI to make your tests easyer)

119 views
Skip to first unread message

Michael Decafmeyer

unread,
Apr 9, 2011, 7:41:24 AM4/9/11
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

Keith Ray

unread,
Apr 9, 2011, 8:52:04 PM4/9/11
to Michael Decafmeyer, Google C++ Testing Framework
Have you tried Eclipse with CDT, or Visual Assist X with Visual Studio? This video may be enlightening: http://goo.gl/GPkgQ
-- 
C. Keith Ray

Coach, Trainer, and Developer at Industrial logic, Inc.
http://industriallogic.com  "Amplify Your Agility"
Coaching and Live- and Web-based Training

Rob

unread,
Apr 14, 2011, 5:45:48 PM4/14/11
to googletes...@googlegroups.com, Michael Decafmeyer
Where can I get the GTest plug-in for Eclipse shown in this video?

Thanks,
Rob

Pat Notz

unread,
Apr 19, 2011, 4:31:32 PM4/19/11
to googletes...@googlegroups.com, Michael Decafmeyer
Here's the Eclipse update site: http://industriallogic.com/update/
Reply all
Reply to author
Forward
0 new messages