TestP4BridgeServerLogging.h #1

  • //
  • main/
  • guest/
  • joel_van_eenwyk/
  • p4api-net/
  • main/
  • p4bridge-unit-test/
  • TestP4BridgeServerLogging.h
  • View
  • Commits
  • Open Download .zip Download (468 B)
#pragma once

#include "unittestframework.h"

class TestP4BridgeServerLogging :
    public UnitTestSuite
{
public:
    TestP4BridgeServerLogging(void);
    ~TestP4BridgeServerLogging(void);

    DECLARE_TEST_SUITE(TestP4BridgeServerLogging)

    bool Setup();

    bool TearDown(char* testName);

    static int _stdcall LogCallback(int level, const char* file, int line, const char* message);

    static bool LogMessageTest();
    static bool BadLogFnPtrTest();
};

# Change User Description Committed
#1 26286 Joel Van Eenwyk "Forking branch Main of perforce-software-p4api-net to joel_van_eenwyk-p4api-net."
//guest/perforce_software/p4api-net/main/p4bridge-unit-test/TestP4BridgeServerLogging.h
#1 19043 Liz Lam Rename p4api.net to p4api-net
//guest/perforce_software/p4api.net/main/p4bridge-unit-test/TestP4BridgeServerLogging.h
#1 19042 Liz Lam Rename/move file(s) to proper main branch.
//guest/perforce_software/p4api.net/p4bridge-unit-test/TestP4BridgeServerLogging.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