- #pragma once
- #include "unittestframework.h"
- class TestSuiteTest :
- public UnitTestSuite
- {
- public:
- TestSuiteTest(void);
- ~TestSuiteTest(void);
- DECLARE_TEST_SUITE(TestSuiteTest)
- bool Setup();
- bool TearDown();
- static bool Test1();
- static bool Test2();
- static bool Test3();
- };
# | 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/TestSuiteTest.h | |||||
#2 | 8964 | Bill | fix line endings | 11 years ago | |
#1 | 8873 | Matt Attaway | Initial add of the P4API.NET source code | 11 years ago |