switch (cmd) {
case TEST_INIT:
- info->name = "false";
+ info->name = "type_false";
info->category = CATEGORY;
info->summary = "Testing fundamental JSON false value.";
info->description = "Test JSON abstraction library.";
switch (cmd) {
case TEST_INIT:
- info->name = "true";
+ info->name = "type_true";
info->category = CATEGORY;
info->summary = "Testing JSON true value.";
info->description = "Test JSON abstraction library.";
switch (cmd) {
case TEST_INIT:
- info->name = "bool0";
+ info->name = "type_bool0";
info->category = CATEGORY;
info->summary = "Testing JSON boolean function (false).";
info->description = "Test JSON abstraction library.";
switch (cmd) {
case TEST_INIT:
- info->name = "bool1";
+ info->name = "type_bool1";
info->category = CATEGORY;
info->summary = "Testing JSON boolean function (true).";
info->description = "Test JSON abstraction library.";
switch (cmd) {
case TEST_INIT:
- info->name = "null";
+ info->name = "type_null";
info->category = CATEGORY;
info->summary = "Testing JSON null value.";
info->description = "Test JSON abstraction library.";
switch (cmd) {
case TEST_INIT:
- info->name = "string";
+ info->name = "type_string";
info->category = CATEGORY;
info->summary = "Basic string tests.";
info->description = "Test JSON abstraction library.";
switch (cmd) {
case TEST_INIT:
- info->name = "int";
+ info->name = "type_int";
info->category = CATEGORY;
info->summary = "Basic JSON integer tests.";
info->description = "Test JSON abstraction library.";
switch (cmd) {
case TEST_INIT:
- info->name = "timeval";
+ info->name = "type_timeval";
info->category = CATEGORY;
info->summary = "JSON encoding of timevals.";
info->description = "Test JSON abstraction library.";