- #pragma once
- #include "unittestframework.h"
- class TestP4BridgeClient :
- public UnitTestSuite
- {
- public:
- TestP4BridgeClient(void);
- ~TestP4BridgeClient(void);
- DECLARE_TEST_SUITE(TestP4BridgeClient)
- bool Setup();
- bool TearDown(char* testName);
- static bool HandleErrorTest();
- static bool OutputInfoTest();
- static bool OutputTextTest();
- static bool OutputBinaryTest();
- static bool OutputStatTest();
- static bool HandleErrorCallbackTest();
- static bool OutputInfoCallbackTest();
- static bool OutputTextCallbackTest();
- static bool OutputBinaryCallbackTest();
- static bool OutputStatCallbackTest();
- static bool PromptCallbackTest();
- };
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 13946 | OmegaNemesis28 | Merging //guest/perforce_software/p4api.net/... to //guest/omeganemesis28/p4api.net/...... « |
10 years ago | |
//guest/perforce_software/p4api.net/p4bridge-unit-test/TestP4BridgeClient.h | |||||
#3 | 11220 | Matt Attaway | Update Workshop version with most recent 14.2 patch of p4api.net | 10 years ago | |
#2 | 8964 | Bill | fix line endings | 11 years ago | |
#1 | 8873 | Matt Attaway | Initial add of the P4API.NET source code | 11 years ago |