2#include <QCoreApplication>
20 void cleanupTestCase();
44void QtLingoCase::initTestCase()
47 QCOMPARE(myOrgSettings->
getAppName(), qApp->applicationName());
53void QtLingoCase::cleanupTestCase()
61void QtLingoCase::test_case1()
63 QString theTest =
"This is my Secret";
73#include "tst_qtlingocase.moc"
QString getAppName()
my Application Name
QString decryptThis(const QString &thisSecret)
decrypt This
QString encryptThis(const QString &thisSecret)
encrypt This
QtLingoCase Class. /class QtLingoCase.
~QtLingoCase()
QtLingoCase Deconstructor. QtLingoCase.
QtLingoCase()
QtLingoCase Constructor. QtLingoCase.