EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
test.cpp
Go to the documentation of this file.
1 
11 #include "eve-server.h"
12 
13 #include "Client.h"
14 #include "system/SystemEntity.h"
15 #include "testing/test.h"
16 
17 void testing::posTest(Client* pClient) {
18  SystemEntity* mySE(pClient->GetShipSE());
19 
20  sLog.Warning("\ttesting","Test competed");
21 }
#define sLog
Evaluates to a NewLog instance.
Definition: LogNew.h:250
Definition: Client.h:66
static void posTest(Client *pClient)
Definition: test.cpp:17
ShipSE * GetShipSE()
Definition: Client.h:168