freeswitch/libs/xmlrpc-c/src/cpp/test/server_abyss.hpp

9 lines
166 B
C++
Raw Normal View History

#include "tools.hpp"
class serverAbyssTestSuite : public testSuite {
public:
virtual std::string suiteName();
virtual void runtests(unsigned int const);
};