Skip to content

Commit

Permalink
Exporter: Add value exporter setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Apr 6, 2024
1 parent c98c3ed commit 58b5acd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/Famix-UnitTest-Exporter/FamixUTAbstractExporter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,9 @@ FamixUTAbstractExporter >> valueExporter [

^ valueExporter ifNil: [ valueExporter := self newValueExporter ]
]

{ #category : #accessing }
FamixUTAbstractExporter >> valueExporter: aFamixValue2ASTVisitor [

valueExporter := aFamixValue2ASTVisitor
]
2 changes: 1 addition & 1 deletion src/Famix-UnitTest-Exporter/FamixUTSUnitExporter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Class {
#category : #'Famix-UnitTest-Exporter'
}

{ #category : #accessing }
{ #category : #'instance creation' }
FamixUTSUnitExporter >> newValueExporter [

^ FamixValue2PharoVisitor new
Expand Down

0 comments on commit 58b5acd

Please sign in to comment.