#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();
};
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 12954 | anis_sg |
Populate -o //guest/perforce_software/p4connect/... //guest/anis_sg/perforce_software/p4connect/.... |
||
| //guest/perforce_software/p4connect/src/P4Bridge/p4bridge-unit-test/TestP4BridgeServerUtf8.h | |||||
| #2 | 12135 | Norman Morse |
Integrate dev branch changes into main. This code is the basiis of the 2.7 BETA release which provides Unity 5 compatibility |
||
| #1 | 10940 | Norman Morse |
Inital Workshop release of P4Connect. Released under BSD-2 license |
||