Merge branch 'explain-assert' into master
[nit.git] / src / doc / templates / tests / test_templates_json.sav / test_groups_to_full_json.res
1 {
2         "name": "test_prog",
3         "synopsis": "Test program for model tools.",
4         "namespace": [{
5                 "name": "test_prog",
6                 "synopsis": "Test program for model tools."
7         }, ">"],
8         "class_name": "MGroup",
9         "full_name": "test_prog>",
10         "visibility": "public",
11         "html_synopsis": "<span class=\"synopsys nitdoc\">Test program for model tools.</span>",
12         "modifiers": ["group"]
13 }
14 {
15         "name": "examples",
16         "namespace": [{
17                 "name": "test_prog",
18                 "synopsis": "Test program for model tools."
19         }, ">", {
20                 "name": "examples"
21         }, ">"],
22         "class_name": "MGroup",
23         "full_name": "test_prog>examples>",
24         "visibility": "public",
25         "modifiers": ["group"]
26 }
27 {
28         "name": "game",
29         "synopsis": "Gaming group",
30         "namespace": [{
31                 "name": "test_prog",
32                 "synopsis": "Test program for model tools."
33         }, ">", {
34                 "name": "game",
35                 "synopsis": "Gaming group"
36         }, ">"],
37         "class_name": "MGroup",
38         "full_name": "test_prog>game>",
39         "visibility": "public",
40         "html_synopsis": "<span class=\"synopsys nitdoc\">Gaming group</span>",
41         "modifiers": ["group"]
42 }
43 {
44         "name": "platform",
45         "synopsis": "Fictive Crappy Platform.",
46         "namespace": [{
47                 "name": "test_prog",
48                 "synopsis": "Test program for model tools."
49         }, ">", {
50                 "name": "platform",
51                 "synopsis": "Fictive Crappy Platform."
52         }, ">"],
53         "class_name": "MGroup",
54         "full_name": "test_prog>platform>",
55         "visibility": "public",
56         "html_synopsis": "<span class=\"synopsys nitdoc\">Fictive Crappy Platform.</span>",
57         "modifiers": ["group"]
58 }
59 {
60         "name": "rpg",
61         "synopsis": "Role Playing Game group",
62         "namespace": [{
63                 "name": "test_prog",
64                 "synopsis": "Test program for model tools."
65         }, ">", {
66                 "name": "rpg",
67                 "synopsis": "Role Playing Game group"
68         }, ">"],
69         "class_name": "MGroup",
70         "full_name": "test_prog>rpg>",
71         "visibility": "public",
72         "html_synopsis": "<span class=\"synopsys nitdoc\">Role Playing Game group</span>",
73         "modifiers": ["group"]
74 }
75 {
76         "name": "excluded",
77         "namespace": [{
78                 "name": "excluded"
79         }, ">"],
80         "class_name": "MGroup",
81         "full_name": "excluded>",
82         "visibility": "public",
83         "modifiers": ["group"]
84 }