|
Torque2D Reference
|
Inheritance diagram for ValueTest:Classes | |
| struct | IsCheck |
Public Member Functions | |
| ValueTest () | |
| void | checkConstMemberCount (const Json::Value &value, unsigned int expectedCount) |
| void | checkMemberCount (Json::Value &value, unsigned int expectedCount) |
| void | checkIs (const Json::Value &value, const IsCheck &check) |
Public Member Functions inherited from TestCase | |
| TestCase () | |
| virtual | ~TestCase () |
| void | run (TestResult &result) |
| virtual const char * | testName () const =0 |
Additional Inherited Members | |
Protected Attributes inherited from TestCase | |
| TestResult * | result_ |
|
inline |
| void checkConstMemberCount | ( | const Json::Value & | value, |
| unsigned int | expectedCount | ||
| ) |
| void checkIs | ( | const Json::Value & | value, |
| const IsCheck & | check | ||
| ) |
| void checkMemberCount | ( | Json::Value & | value, |
| unsigned int | expectedCount | ||
| ) |
| Json::Value array1_ |
| Json::Value emptyArray_ |
| Json::Value emptyObject_ |
| Json::Value emptyString_ |
| Json::Value false_ |
| Json::Value integer_ |
| Json::Value null_ |
| Json::Value object1_ |
| Json::Value real_ |
| Json::Value smallUnsignedInteger_ |
| Json::Value string1_ |
| Json::Value string_ |
| Json::Value true_ |
| Json::Value unsignedInteger_ |
1.8.10