#pragma once #include "unittestframework.h" class TestUtils : public UnitTestSuite { public: TestUtils(void); ~TestUtils(void); DECLARE_TEST_SUITE(TestUtils) bool Setup(); bool TearDown(char* testName); static bool TestCopyStr(); static bool TestCopyWStr(); static bool TestAddStr(); static bool TestCpyStrBuff(); static bool TestAddStrBuff(); };
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 11467 | Norman Morse | branch from main | ||
//guest/perforce_software/p4api.net/p4bridge-unit-test/TestUtils.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 |