EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
testing Class Reference

#include "test.h"

Public Member Functions

 testing ()
 
 ~testing ()
 

Static Public Member Functions

test.cpp

Code for testing miscellaneous items in EVEmu

: Allan

Date
: 19 August 2020
static void posTest (Client *pClient)
 

Detailed Description

Definition at line 17 of file test.h.

Constructor & Destructor Documentation

testing::testing ( )
inline

Definition at line 19 of file test.h.

19 { /* do nothing here */ }
testing::~testing ( )
inline

Definition at line 20 of file test.h.

20 { /* do nothing here */ }

Member Function Documentation

void testing::posTest ( Client pClient)
static

Definition at line 17 of file test.cpp.

References Client::GetShipSE(), and sLog.

Referenced by Command_runtest().

17  {
18  SystemEntity* mySE(pClient->GetShipSE());
19 
20  sLog.Warning("\ttesting","Test competed");
21 }
#define sLog
Evaluates to a NewLog instance.
Definition: LogNew.h:250
ShipSE * GetShipSE()
Definition: Client.h:168

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files: