File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ BaselineOfWillow >> baseline: spec [
18
18
baselineWillow: spec.
19
19
spec
20
20
group: ' CI' with: ' Tests' ;
21
- group: ' Dependent-SUnit-Extensions' with: ' Boardwalk-SUnit' ;
22
21
group: ' Tools' with: ' Boardwalk-Tools' ;
23
22
group: ' Development' with: #('Tests' 'Tools')
24
23
]
@@ -31,7 +30,9 @@ BaselineOfWillow >> baselineWillow: spec [
31
30
package: ' Willow'
32
31
with: [ spec requires: #( 'Boardwalk-Deployment' 'Seaside3-JQuery' 'RenoirSt-Deployment') ];
33
32
group: ' Deployment' with: ' Willow' ;
34
- package: ' Willow-Tests' with: [ spec requires: #('Boardwalk-SUnit' 'Willow') ];
33
+ package: ' Willow-SUnit' with: [ spec requires: #('Boardwalk-SUnit' 'Willow') ];
34
+ group: ' Dependent-SUnit-Extensions' with: ' Willow-SUnit' ;
35
+ package: ' Willow-Tests' with: [ spec requires: ' Willow-SUnit' ];
35
36
group: ' Tests' with: ' Willow-Tests'
36
37
]
37
38
Original file line number Diff line number Diff line change 1
1
Extension { #name : #WARenderingTest }
2
2
3
- { #category : #' *Willow-Tests ' }
3
+ { #category : #' *Willow-SUnit ' }
4
4
WARenderingTest >> apply: aWebInteractionObject toComponentDefinedBy: aComponentProvider [
5
5
6
6
^ self
@@ -9,7 +9,7 @@ WARenderingTest >> apply: aWebInteractionObject toComponentDefinedBy: aComponent
9
9
afterApplyingDo: [ :canvas :component | ]
10
10
]
11
11
12
- { #category : #' *Willow-Tests ' }
12
+ { #category : #' *Willow-SUnit ' }
13
13
WARenderingTest >> apply: aWebInteractionObject toComponentDefinedBy: aComponentProvider afterApplyingDo: aPostAction [
14
14
15
15
^ self
@@ -21,7 +21,7 @@ WARenderingTest >> apply: aWebInteractionObject toComponentDefinedBy: aComponent
21
21
aPostAction value: canvas value: component ]
22
22
]
23
23
24
- { #category : #' *Willow-Tests ' }
24
+ { #category : #' *Willow-SUnit ' }
25
25
WARenderingTest >> createHandlers [
26
26
27
27
^ Array with: WARequestHandler new
Original file line number Diff line number Diff line change
1
+ Package { #name : #' Willow-SUnit' }
You can’t perform that action at this time.
0 commit comments