pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Cleanup: Provide a release test ProperMethodCategorizationTest>>#testDisplayStringMethodNeedsToBeInDisplayingProtocol

Open astares opened this issue 1 year ago • 0 comments

Implement a ProperMethodCategorizationTest>>#testDisplayStringMethodNeedsToBeInDisplayingProtocol

testDisplayStringMethodNeedsToBeInDisplayingProtocol
	"The #displayString method should be in method protocol 'displaying'"

	self assureAll: #displayString areCategorizedIn: #displaying whenSubclassOf: Object

Requires https://github.com/pharo-project/pharo/issues/16050 to be fixed first and other cases:

image

to become green

astares avatar Jan 29 '24 08:01 astares