Lines Matching defs:Test
10 #include "${class_name}Test.h"
13 using namespace mcld::test;
16 // Constructor can do set-up work for all test here.
17 ${class_name}Test::${class_name}Test()
22 ${class_name}Test::~${class_name}Test()
26 // SetUp() will be called immediately before each test.
27 void ${class_name}Test::SetUp()
31 // TearDown() will be called immediately after each test.
32 void ${class_name}Test::TearDown()
40 TEST_F( ${class_name}Test, name of the testcase for ${class_name} ) {