SelfTests: Moved cCompositeChat test to a separate project.
This commit is contained in:
20
tests/CompositeChat/ClientHandle.cpp
Normal file
20
tests/CompositeChat/ClientHandle.cpp
Normal 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>";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user