Skip to content

Commit

Permalink
Recategorizing methods to make release tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jul 31, 2019
1 parent c49566f commit 8c16a62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/OpalCompiler-Tests/OCASTTranslatorTest.class.st
Expand Up @@ -105,7 +105,7 @@ OCASTTranslatorTest >> globals: anObject [
globals := anObject
]

{ #category : #setup }
{ #category : #initialization }
OCASTTranslatorTest >> initialize [

super initialize.
Expand Down Expand Up @@ -148,15 +148,15 @@ OCASTTranslatorTest >> optimization: anObject [
optimization := anObject
]

{ #category : #setup }
{ #category : #running }
OCASTTranslatorTest >> setUp [

super setUp.
instance := OCOpalExamples new.
globals := Dictionary new.
]

{ #category : #setup }
{ #category : #running }
OCASTTranslatorTest >> tearDown [

OCOpalExamples reset.
Expand Down
Expand Up @@ -13,7 +13,7 @@ Class {
#category : #'ParametrizedTests-Core'
}

{ #category : #accessing }
{ #category : #comparing }
ParametrizedTestExpandedParameter >> = anOption [

^ self selector = anOption selector
Expand All @@ -37,7 +37,7 @@ ParametrizedTestExpandedParameter >> asTestParameter [
^ self
]

{ #category : #accessing }
{ #category : #comparing }
ParametrizedTestExpandedParameter >> hash [

^ self selector hash + self valuable hash
Expand Down
4 changes: 2 additions & 2 deletions src/ParametrizedTests/ParametrizedTestMatrix.class.st
Expand Up @@ -25,7 +25,7 @@ ParametrizedTestMatrix >> * aParametrizedTestMatrix [
^ newMatrix
]

{ #category : #combination }
{ #category : #comparing }
ParametrizedTestMatrix >> = aMatrix [

^ self expandMatrix = aMatrix expandMatrix
Expand Down Expand Up @@ -81,7 +81,7 @@ ParametrizedTestMatrix >> forSelector: aSelector addOptions: someOptions [
yourself)
]

{ #category : #combination }
{ #category : #comparing }
ParametrizedTestMatrix >> hash [

^ self expandMatrix hash
Expand Down

0 comments on commit 8c16a62

Please sign in to comment.