@@ -12,6 +12,20 @@ class Test_Init(classes.Test_Init):
1212 'nps' : consts .string .types .STRING ,
1313 'tally_type' : consts .string .types .STRING ,
1414 'particles' : consts .string .types .STRING ,
15+ 'message' : consts .string .types .STRING ,
16+ 'subtallies' : consts .string .types .STRING ,
17+ 'stats_desired' : consts .string .types .STRING ,
18+ 'stats_observed' : consts .string .types .STRING ,
19+ 'stats_passed' : consts .string .types .STRING ,
20+ 'asymmetric_interval' : consts .string .types .STRING ,
21+ 'symmetric_interval' : consts .string .types .STRING ,
22+ },
23+ {
24+ 'number' : consts .string .types .STRING ,
25+ 'nps' : consts .string .types .STRING ,
26+ 'tally_type' : consts .string .types .STRING ,
27+ 'particles' : consts .string .types .STRING ,
28+ 'message' : None ,
1529 'subtallies' : consts .string .types .STRING ,
1630 'stats_desired' : consts .string .types .STRING ,
1731 'stats_observed' : consts .string .types .STRING ,
@@ -26,6 +40,7 @@ class Test_Init(classes.Test_Init):
2640 'nps' : consts .string .types .STRING ,
2741 'tally_type' : consts .string .types .STRING ,
2842 'particles' : consts .string .types .STRING ,
43+ 'message' : consts .string .types .STRING ,
2944 'subtallies' : consts .string .types .STRING ,
3045 'stats_desired' : consts .string .types .STRING ,
3146 'stats_observed' : consts .string .types .STRING ,
@@ -38,6 +53,7 @@ class Test_Init(classes.Test_Init):
3853 'nps' : None ,
3954 'tally_type' : consts .string .types .STRING ,
4055 'particles' : consts .string .types .STRING ,
56+ 'message' : consts .string .types .STRING ,
4157 'subtallies' : consts .string .types .STRING ,
4258 'stats_desired' : consts .string .types .STRING ,
4359 'stats_observed' : consts .string .types .STRING ,
@@ -50,6 +66,7 @@ class Test_Init(classes.Test_Init):
5066 'nps' : consts .string .types .STRING ,
5167 'tally_type' : None ,
5268 'particles' : consts .string .types .STRING ,
69+ 'message' : consts .string .types .STRING ,
5370 'subtallies' : consts .string .types .STRING ,
5471 'stats_desired' : consts .string .types .STRING ,
5572 'stats_observed' : consts .string .types .STRING ,
@@ -62,6 +79,7 @@ class Test_Init(classes.Test_Init):
6279 'nps' : consts .string .types .STRING ,
6380 'tally_type' : consts .string .types .STRING ,
6481 'particles' : None ,
82+ 'message' : consts .string .types .STRING ,
6583 'subtallies' : consts .string .types .STRING ,
6684 'stats_desired' : consts .string .types .STRING ,
6785 'stats_observed' : consts .string .types .STRING ,
@@ -74,6 +92,7 @@ class Test_Init(classes.Test_Init):
7492 'nps' : consts .string .types .STRING ,
7593 'tally_type' : consts .string .types .STRING ,
7694 'particles' : consts .string .types .STRING ,
95+ 'message' : consts .string .types .STRING ,
7796 'subtallies' : None ,
7897 'stats_desired' : consts .string .types .STRING ,
7998 'stats_observed' : consts .string .types .STRING ,
@@ -86,6 +105,7 @@ class Test_Init(classes.Test_Init):
86105 'nps' : consts .string .types .STRING ,
87106 'tally_type' : consts .string .types .STRING ,
88107 'particles' : consts .string .types .STRING ,
108+ 'message' : consts .string .types .STRING ,
89109 'subtallies' : consts .string .types .STRING ,
90110 'stats_desired' : None ,
91111 'stats_observed' : consts .string .types .STRING ,
@@ -98,6 +118,7 @@ class Test_Init(classes.Test_Init):
98118 'nps' : consts .string .types .STRING ,
99119 'tally_type' : consts .string .types .STRING ,
100120 'particles' : consts .string .types .STRING ,
121+ 'message' : consts .string .types .STRING ,
101122 'subtallies' : consts .string .types .STRING ,
102123 'stats_desired' : consts .string .types .STRING ,
103124 'stats_observed' : None ,
@@ -110,6 +131,7 @@ class Test_Init(classes.Test_Init):
110131 'nps' : consts .string .types .STRING ,
111132 'tally_type' : consts .string .types .STRING ,
112133 'particles' : consts .string .types .STRING ,
134+ 'message' : consts .string .types .STRING ,
113135 'subtallies' : consts .string .types .STRING ,
114136 'stats_desired' : consts .string .types .STRING ,
115137 'stats_observed' : consts .string .types .STRING ,
@@ -122,6 +144,7 @@ class Test_Init(classes.Test_Init):
122144 'nps' : consts .string .types .STRING ,
123145 'tally_type' : consts .string .types .STRING ,
124146 'particles' : consts .string .types .STRING ,
147+ 'message' : consts .string .types .STRING ,
125148 'subtallies' : consts .string .types .STRING ,
126149 'stats_desired' : consts .string .types .STRING ,
127150 'stats_observed' : consts .string .types .STRING ,
@@ -134,6 +157,7 @@ class Test_Init(classes.Test_Init):
134157 'nps' : consts .string .types .STRING ,
135158 'tally_type' : consts .string .types .STRING ,
136159 'particles' : consts .string .types .STRING ,
160+ 'message' : consts .string .types .STRING ,
137161 'subtallies' : consts .string .types .STRING ,
138162 'stats_desired' : consts .string .types .STRING ,
139163 'stats_observed' : consts .string .types .STRING ,
0 commit comments