Skip to content

Commit

Permalink
Delete getter and setter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LucoMoro committed Feb 26, 2024
1 parent 3ce0dec commit 737393d
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions src/DiscOrDance-Model/DDAutorshipEdge.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,43 +10,3 @@ Class {
],
#category : #'DiscOrDance-Model-Base'
}

{ #category : #accessing }
DDAutorshipEdge >> author [
^ author
]

{ #category : #accessing }
DDAutorshipEdge >> author: aDDAuthor [
author := aDDAuthor
]

{ #category : #accessing }
DDAutorshipEdge >> message [
^ message
]

{ #category : #accessing }
DDAutorshipEdge >> message: aDDMessage [
message := aDDMessage
]

{ #category : #accessing }
DDAutorshipEdge >> node1 [
^ author
]

{ #category : #accessing }
DDAutorshipEdge >> node1: aDDAuthor [
self author: aDDAuthor
]

{ #category : #accessing }
DDAutorshipEdge >> node2 [
^ message
]

{ #category : #accessing }
DDAutorshipEdge >> node2: aDDMessage [
self message: aDDMessage
]

0 comments on commit 737393d

Please sign in to comment.