#include "standard.h"
#include "Queue.h"
#include "ObjectRequestQueue.h"
#include "XMLParser.h"
#include "Collections.h"
#include "Parameter.h"
#include "JSocket.h"
#include "TimerManager.h"
#include "Network.h"
#include "DynamicLoader.h"
#include "JFile.h"
#include "MediaServer.h"
#include "MediaConnection.h"
#include "OSCommand.h"
#include "CommunicationRecorder.h"
Go to the source code of this file.
Namespaces | |
namespace | cmlabs |
Defines | |
#define | _CORETEST_H_ |
Functions | |
JString | cmlabs::runTest (int c) |
JString | cmlabs::testText (Object *obj) |
JString | cmlabs::testTextThread (JThread *obj) |
JString | cmlabs::testTextNetwork (Network *network, int testport) |
JString | cmlabs::testTextSockets (SocketTester *obj) |
JString | cmlabs::testTextMediaServer (MediaServer *obj, int testport) |
void | cmlabs::runTests (int cnsport, JString testlib) |
void | cmlabs::test (Object *obj) |
void | cmlabs::runXMLParseTest () |
void | cmlabs::testSockets (SocketTester *obj) |
void | cmlabs::testNetwork (Network *network, int testport) |
void | cmlabs::testJThread (JThread *obj) |
bool | cmlabs::runSystemTest (int testport) |
void | cmlabs::testMediaServer (MediaServer *obj, int testport) |
void | cmlabs::testCommunicationRecorder () |
#define _CORETEST_H_ |
Definition at line 27 of file CoreTest.h.