Files
UnrealEngine/Engine/Source/ThirdParty/Perforce/P4Api.Net/p4bridge-unit-test/TestP4BridgeServerUtf8.h
2025-05-18 13:04:45 +08:00

28 lines
618 B
C++

#pragma once
//#include "unittestframework.h"
class TestP4BridgeServerUtf8 :
public UnitTestSuite
{
public:
TestP4BridgeServerUtf8(void);
~TestP4BridgeServerUtf8(void);
DECLARE_TEST_SUITE(TestP4BridgeServerUtf8)
bool Setup();
bool TearDown(char* testName);
static bool ServerConnectionTest();
static bool TestUntaggedCommand();
static bool TestNonUnicodeClientToUnicodeServer();
static bool TestTaggedCommand();
static bool TestUnicodeUserName();
static bool TestTextOutCommand();
static bool TestBinaryOutCommand();
static bool TestErrorOutCommand();
};