83 result << Value1 << Value2 << Value3;
94 level3 <<
"A" <<
"B" <<
"C";
95 level2.insert(
"LevelThree", level3);
97 level1.insert(
"One float", 1.1234);
98 level1.insert(
"Two text",
"Two");
99 level1.insert(
"Three int", 3);
100 level1.insert(
"LevelTwo", level2);
108 return QDateTime::currentDateTime();
114 return QDateTime::currentDateTimeUtc();
121 result.insert(
"foo",
"bar");
void GetUnsupportedParameter(QStringList Unsupported)
This function should be rejected at startup.
QDateTime GetTimeNow(void)
Returns the current time.
A factory class for automatically running objects outside of the main loop.
QVariantHash GetUnsupportedHash(void)
This function should be rejected at startup.
void GetVoid(void)
Returns a void.
TorcServiceTestObject TorcServiceTestObject
void SubscriberDeleted(QObject *Subscriber)
QStringList EchoStringList(const QString &Value1, const QString &Value2, const QString &Value3)
Returns the given strings as a list or array.
QVariantMap GetVariantMap(void)
Returns a complex, nested data type.
#define TORC_ADMIN_LOW_PRIORITY
QDateTime GetTimeNowUtc(void)
Returns the current time in Utc.
unsigned long long EchoUnsignedLongLong(unsigned long long Value)
Returns the given large unsigned integer.
void * GetUnsupportedPointer(void)
This function should be rejected at startup.
void HandleSubscriberDeleted(QObject *Subscriber)
float EchoFloat(float Value)
Returns the given float.
bool EchoBool(bool Value)
Returns the given Boolean value.
int EchoInt(int Value)
Returns the given Integer.
Creates a TorcHTTPServiceTest singleton.
Implements an HTTP service for testing purposes.