#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 | |
---|---|---|---|---|---|
#2 | 19707 | MikeEheler |
Integrate revision 19079 from //guest/perforce_software/p4api-net/main/... into //guest/MikeEheler/p4api.net/... |
||
#1 | 14773 | MikeEheler |
Populate -o //guest/perforce_software/p4api.net/... //guest/MikeEheler/p4api.net/.... |
||
//guest/perforce_software/p4api.net/p4bridge-unit-test/TestP4BridgeServerUtf8.h | |||||
#3 | 11220 | Matt Attaway | Update Workshop version with most recent 14.2 patch of p4api.net | ||
#2 | 8964 | Bill | fix line endings | ||
#1 | 8873 | Matt Attaway | Initial add of the P4API.NET source code |