Hi, I am new for the Unit Testing Can some one tell me where this testing class is defined in the following code and how can i find it ?
#ifndef UT_USERSESSIONMANAGER_
#def UT_USERSESSIONMANAGER_
#include<gmock/gmock-genral.h> //If define in this then how can i find it
#include<"pre_include.hpp"> //I am sure not define in this
#include<"pre_usersession.hpp">//I am sure not define in this
using namespace pre;
class Ut_UserSessionManager:public::testing::test
{
public:
Pre_UserSessionManager *UserSessionFailure;
Pre_UserSessionManager *UserSessionSuccess;
public:
virtual void Setup();
virtual void TearDown();
}