Skip to content

Commit

Permalink
Two automatic rewritings of when:do: to addEventHandler:
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Jan 17, 2024
1 parent f07c541 commit accadbb
Show file tree
Hide file tree
Showing 197 changed files with 3,013 additions and 2,674 deletions.
32 changes: 17 additions & 15 deletions src/Bloc-Examples/BlAlternativeCombinationExamples.class.st
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Class {
#name : #BlAlternativeCombinationExamples,
#superclass : #BlKeyCombinationExamplesTest,
#category : #'Bloc-Examples-KeyBinding'
#name : 'BlAlternativeCombinationExamples',
#superclass : 'BlKeyCombinationExamplesTest',
#category : 'Bloc-Examples-KeyBinding',
#package : 'Bloc-Examples',
#tag : 'KeyBinding'
}

{ #category : #'examples - combination' }
{ #category : 'examples - combination' }
BlAlternativeCombinationExamples >> testCombinationWithA [

<sampleInstance>
Expand All @@ -20,7 +22,7 @@ BlAlternativeCombinationExamples >> testCombinationWithA [
^ aCombination
]

{ #category : #'examples - combination' }
{ #category : 'examples - combination' }
BlAlternativeCombinationExamples >> testCombinationWithAB [

<sampleInstance>
Expand All @@ -38,7 +40,7 @@ BlAlternativeCombinationExamples >> testCombinationWithAB [
^ aCombination
]

{ #category : #'examples - combination' }
{ #category : 'examples - combination' }
BlAlternativeCombinationExamples >> testCombinationWithABC [

<sampleInstance>
Expand All @@ -57,7 +59,7 @@ BlAlternativeCombinationExamples >> testCombinationWithABC [
^ aCombination
]

{ #category : #'examples - combination' }
{ #category : 'examples - combination' }
BlAlternativeCombinationExamples >> testEmptyCombination [

<sampleInstance>
Expand All @@ -71,7 +73,7 @@ BlAlternativeCombinationExamples >> testEmptyCombination [
^ aCombination
]

{ #category : #'examples - combination' }
{ #category : 'examples - combination' }
BlAlternativeCombinationExamples >> testMatchCombinationWithA [

<sampleInstance>
Expand All @@ -88,7 +90,7 @@ BlAlternativeCombinationExamples >> testMatchCombinationWithA [
^ aCombination
]

{ #category : #'examples - combination' }
{ #category : 'examples - combination' }
BlAlternativeCombinationExamples >> testMatchCombinationWithAB [

<sampleInstance>
Expand All @@ -114,7 +116,7 @@ BlAlternativeCombinationExamples >> testMatchCombinationWithAB [
^ aCombination
]

{ #category : #'examples - combination' }
{ #category : 'examples - combination' }
BlAlternativeCombinationExamples >> testNoMatchCombinationWithA [

<sampleInstance>
Expand All @@ -131,7 +133,7 @@ BlAlternativeCombinationExamples >> testNoMatchCombinationWithA [
^ aCombination
]

{ #category : #'examples - combination' }
{ #category : 'examples - combination' }
BlAlternativeCombinationExamples >> testNoMatchCombinationWithAB [

<sampleInstance>
Expand All @@ -149,7 +151,7 @@ BlAlternativeCombinationExamples >> testNoMatchCombinationWithAB [
^ aCombination
]

{ #category : #'examples - store' }
{ #category : 'examples - store' }
BlAlternativeCombinationExamples >> testStoreCombinationWithA [

<sampleInstance>
Expand All @@ -168,7 +170,7 @@ BlAlternativeCombinationExamples >> testStoreCombinationWithA [
^ aStoreString
]

{ #category : #'examples - store' }
{ #category : 'examples - store' }
BlAlternativeCombinationExamples >> testStoreCombinationWithAB [

<sampleInstance>
Expand All @@ -187,7 +189,7 @@ BlAlternativeCombinationExamples >> testStoreCombinationWithAB [
^ aStoreString
]

{ #category : #'examples - store' }
{ #category : 'examples - store' }
BlAlternativeCombinationExamples >> testStoreCombinationWithABC [

<sampleInstance>
Expand All @@ -206,7 +208,7 @@ BlAlternativeCombinationExamples >> testStoreCombinationWithABC [
^ aStoreString
]

{ #category : #'examples - store' }
{ #category : 'examples - store' }
BlAlternativeCombinationExamples >> testStoreEmptyCombination [

<sampleInstance>
Expand Down
Loading

0 comments on commit accadbb

Please sign in to comment.