TestUtils.h #1

  • //
  • guest/
  • eskopljak/
  • p4api.net/
  • main/
  • p4bridge-unit-test - Copy (3)/
  • TestUtils.h
  • View
  • Commits
  • Open Download .zip Download (396 B)
#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 28480 eskopljak submit