Skip to content

Commit

Permalink
Remove #99 not working test, waiting for pharo solving.
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep committed Sep 22, 2023
1 parent 77e0af9 commit 35df232
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 70 deletions.
21 changes: 0 additions & 21 deletions Molecule-Tests/MolDirtyComponentTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,3 @@ MolDirtyComponentTest >> tearDown [
self cleanGeneratedClassesAndTraits.
MolComponentManager cleanUp.
]

{ #category : #tests }
MolDirtyComponentTest >> testDirtyTypeWithInstanceVariableInsteadOfComponentTraits [

"Create a component using a dirty Type"
| component |
MolComponentFactory createComponentForType: MolDirtyType named: self generatedDirtyTypeImplementationSymbol in: self generationTag.
component := self class environment at: self generatedDirtyTypeImplementationSymbol.

self deny: (component methodDictionary includesKey: #getnilSubscriber).
self deny: (component methodDictionary includesKey: #getnilNotifier).
self deny: (component methodDictionary includesKey: #getnilProvider).

self assert: component allConsumedEvents isEmpty.
self assert: component allProducedEvents isEmpty.
self assert: component allProvidedServices isEmpty.
self assert: component allUsedServices isEmpty.
self assert: component allProvidedParameters isEmpty.
self assert: component allUsedParameters isEmpty.

]
49 changes: 0 additions & 49 deletions Molecule-Tests/MolDirtyType.trait.st

This file was deleted.

0 comments on commit 35df232

Please sign in to comment.