pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Cleanup: Provide a release test ProperMethodCategorizationTest>>#testStoreStringMethodNeedsToBeInStoringProtocol

Open astares opened this issue 1 year ago • 0 comments

Provide a release test ProperMethodCategorizationTest>>#testStoreStringMethodNeedsToBeInStoringProtocol

testStoreStringMethodNeedsToBeInStoringProtocol
	"The #storeString method should be in method protocol 'storing'"

	self assureAll: #storeString areCategorizedIn: #storing whenSubclassOf: Object

astares avatar Jan 29 '24 08:01 astares