TestP4BridgeServer.h #1

  • //
  • guest/
  • OmegaNemesis28/
  • p4api.net/
  • p4bridge-unit-test/
  • TestP4BridgeServer.h
  • View
  • Commits
  • Open Download .zip Download (773 B)
#pragma once

#include "unittestframework.h"

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

    DECLARE_TEST_SUITE(TestP4BridgeServer)

    bool Setup();

    bool TearDown(char* testName);

    static bool ServerConnectionTest();
    static bool TestUnicodeClientToNonUnicodeServer();
    static bool TestUnicodeUserName();
    static bool TestUntaggedCommand();
    static bool TestTaggedCommand();
    static bool TestTextOutCommand();
    static bool TestBinaryOutCommand();
    static bool TestErrorOutCommand();
    static bool TestGetSet();
    static bool TestGetConfig();
    static bool TestIsIgnored();
    static bool TestConnectionManger();
    static bool TestGetTicketFile();
};

# Change User Description Committed
#1 13946 OmegaNemesis28 Merging

//guest/perforce_software/p4api.net/...

to //guest/omeganemesis28/p4api.net/...
//guest/perforce_software/p4api.net/p4bridge-unit-test/TestP4BridgeServer.h
#4 11220 Matt Attaway Update Workshop version with most recent 14.2 patch of p4api.net
#3 10191 Matt Attaway Bring Workshop version of p4api.net up-to-date with the 14.2 release.
#2 8964 Bill fix line endings
#1 8873 Matt Attaway Initial add of the P4API.NET source code