#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
|
11467 |
Norman Morse |
branch from main |
|
|
//guest/perforce_software/p4api.net/p4bridge-unit-test/TestSuiteTest.h |
#2
|
8964 |
Bill |
fix line endings |
|
|
#1
|
8873 |
Matt Attaway |
Initial add of the P4API.NET source code |
|
|