SelfTests: Moved cCompositeChat test to a separate project.

This commit is contained in:
Mattes D
2016-06-18 13:12:08 +02:00
parent ab6f68b42c
commit db17f585af
5 changed files with 180 additions and 89 deletions
+20
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>";
}