1
0

SelfTests: Moved cCompositeChat test to a separate project.

This commit is contained in:
Mattes D
2016-03-13 19:34:56 +01:00
parent ab6f68b42c
commit db17f585af
5 changed files with 180 additions and 89 deletions

View File

@@ -0,0 +1,20 @@
// ClientHandle.cpp
// Mocks the cClientHandle class used by the tests
#include "Globals.h"
#include "ClientHandle.h"
AString cClientHandle::FormatMessageType(bool a_ShouldShowPrefixes, eMessageType a_MsgType, const AString & a_AdditionalData)
{
return "<FormatMessageType mocked>";
}