1
1
Class {
2
- #name : ' DataFrameAggrGroupTest' ,
3
- #superclass : ' TestCase' ,
2
+ #name : # DataFrameAggrGroupTest ,
3
+ #superclass : # TestCase ,
4
4
#instVars : [
5
5
' df'
6
6
],
7
- #category : ' DataFrame-Tests-Core' ,
8
- #package : ' DataFrame-Tests' ,
9
- #tag : ' Core'
7
+ #category : ' DataFrame-Tests-Core'
10
8
}
11
9
12
- { #category : ' running' }
10
+ { #category : # running }
13
11
DataFrameAggrGroupTest >> setUp [
14
12
15
13
super setUp.
@@ -21,7 +19,7 @@ DataFrameAggrGroupTest >> setUp [
21
19
df columnNames: #( total_bill tip sex smoker day time size )
22
20
]
23
21
24
- { #category : ' tests' }
22
+ { #category : # tests }
25
23
DataFrameAggrGroupTest >> testGroupByAggregateArrayMultipleUsingAsSelector [
26
24
| expected actual |
27
25
@@ -44,7 +42,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateArrayMultipleUsingAsSelector [
44
42
self assert: actual equals: expected
45
43
]
46
44
47
- { #category : ' tests' }
45
+ { #category : # tests }
48
46
DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingAsBlock [
49
47
| expected actual |
50
48
@@ -60,7 +58,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingAsBlock [
60
58
self assert: actual equals: expected
61
59
]
62
60
63
- { #category : ' tests' }
61
+ { #category : # tests }
64
62
DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingAsNoSuchAggregateColumnError [
65
63
self
66
64
should: [
@@ -69,7 +67,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingAsNoSuchAggregateColumnE
69
67
raise: Error
70
68
]
71
69
72
- { #category : ' tests' }
70
+ { #category : # tests }
73
71
DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingAsNoSuchGroupColumnError [
74
72
self
75
73
should: [
@@ -78,7 +76,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingAsNoSuchGroupColumnError
78
76
raise: Error
79
77
]
80
78
81
- { #category : ' tests' }
79
+ { #category : # tests }
82
80
DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingAsSameColumnError [
83
81
self
84
82
should: [
@@ -87,7 +85,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingAsSameColumnError [
87
85
raise: Error
88
86
]
89
87
90
- { #category : ' tests' }
88
+ { #category : # tests }
91
89
DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingAsSelector [
92
90
| expected actual |
93
91
@@ -103,7 +101,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingAsSelector [
103
101
self assert: actual equals: expected
104
102
]
105
103
106
- { #category : ' tests' }
104
+ { #category : # tests }
107
105
DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingBlock [
108
106
| expected actual |
109
107
@@ -119,7 +117,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingBlock [
119
117
self assert: actual equals: expected
120
118
]
121
119
122
- { #category : ' tests' }
120
+ { #category : # tests }
123
121
DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingSelector [
124
122
| expected actual |
125
123
@@ -135,7 +133,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateArrayUsingSelector [
135
133
self assert: actual equals: expected
136
134
]
137
135
138
- { #category : ' tests' }
136
+ { #category : # tests }
139
137
DataFrameAggrGroupTest >> testGroupByAggregateUsingAsBlock [
140
138
| expected actual |
141
139
@@ -153,7 +151,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateUsingAsBlock [
153
151
self assert: actual equals: expected
154
152
]
155
153
156
- { #category : ' tests' }
154
+ { #category : # tests }
157
155
DataFrameAggrGroupTest >> testGroupByAggregateUsingAsNoSuchAggregateColumnError [
158
156
self
159
157
should: [
@@ -164,7 +162,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateUsingAsNoSuchAggregateColumnError
164
162
raise: Error
165
163
]
166
164
167
- { #category : ' tests' }
165
+ { #category : # tests }
168
166
DataFrameAggrGroupTest >> testGroupByAggregateUsingAsNoSuchGroupColumnError [
169
167
self
170
168
should: [
@@ -175,7 +173,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateUsingAsNoSuchGroupColumnError [
175
173
raise: Error
176
174
]
177
175
178
- { #category : ' tests' }
176
+ { #category : # tests }
179
177
DataFrameAggrGroupTest >> testGroupByAggregateUsingAsSameColumnError [
180
178
self
181
179
should: [
@@ -186,7 +184,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateUsingAsSameColumnError [
186
184
raise: Error
187
185
]
188
186
189
- { #category : ' tests' }
187
+ { #category : # tests }
190
188
DataFrameAggrGroupTest >> testGroupByAggregateUsingAsSelector [
191
189
| expected actual |
192
190
@@ -204,7 +202,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateUsingAsSelector [
204
202
self assert: actual equals: expected
205
203
]
206
204
207
- { #category : ' tests' }
205
+ { #category : # tests }
208
206
DataFrameAggrGroupTest >> testGroupByAggregateUsingBlock [
209
207
| expected actual |
210
208
@@ -221,7 +219,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateUsingBlock [
221
219
self assert: actual equals: expected
222
220
]
223
221
224
- { #category : ' tests' }
222
+ { #category : # tests }
225
223
DataFrameAggrGroupTest >> testGroupByAggregateUsingNoSuchAggregateColumnError [
226
224
self
227
225
should: [
@@ -231,7 +229,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateUsingNoSuchAggregateColumnError [
231
229
raise: Error
232
230
]
233
231
234
- { #category : ' tests' }
232
+ { #category : # tests }
235
233
DataFrameAggrGroupTest >> testGroupByAggregateUsingNoSuchGroupColumnError [
236
234
self
237
235
should: [
@@ -241,7 +239,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateUsingNoSuchGroupColumnError [
241
239
raise: Error
242
240
]
243
241
244
- { #category : ' tests' }
242
+ { #category : # tests }
245
243
DataFrameAggrGroupTest >> testGroupByAggregateUsingSameColumnError [
246
244
self
247
245
should: [
@@ -251,7 +249,7 @@ DataFrameAggrGroupTest >> testGroupByAggregateUsingSameColumnError [
251
249
raise: Error
252
250
]
253
251
254
- { #category : ' tests' }
252
+ { #category : # tests }
255
253
DataFrameAggrGroupTest >> testGroupByAggregateUsingSelector [
256
254
| expected actual |
257
255
0 commit comments