Skip to content

Commit

Permalink
Delete getter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LucoMoro committed Feb 28, 2024
1 parent b69bfe0 commit d53c60c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/DiscOrDance-Model-Tests/DDClassElementTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ DDClassElementTest >> testName [
self assert: aDDClassElement name equals: 'classElement-name'.
]

{ #category : #test }
DDClassElementTest >> testReferencedClassName [
"This method checks if referencedClassName's getter works without giving any input"

| aDDClassElement |
aDDClassElement := DDClassElement new.

self assert: aDDClassElement referencedClassName equals: nil.
]

{ #category : #test }
DDClassElementTest >> testReferencedClassName2 [
"This method checks if referencedClassName's getter and setter works given an input"
Expand Down

0 comments on commit d53c60c

Please sign in to comment.