TestP4BridgeServer.h #1

  • //
  • guest/
  • eskopljak/
  • p4api.net/
  • main/
  • p4bridge-unit-test - Copy/
  • TestP4BridgeServer.h
  • View
  • Commits
  • Open Download .zip Download (825 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 TestDefaultProgramNameAndVersion();
//  static bool TestGetTicketFile();
};

# Change User Description Committed
#1 28480 eskopljak submit