pharo
pharo copied to clipboard
Cleanup: Provide a release test ProperMethodCategorizationTest>>#testStoreStringMethodNeedsToBeInStoringProtocol
Provide a release test ProperMethodCategorizationTest>>#testStoreStringMethodNeedsToBeInStoringProtocol
testStoreStringMethodNeedsToBeInStoringProtocol
"The #storeString method should be in method protocol 'storing'"
self assureAll: #storeString areCategorizedIn: #storing whenSubclassOf: Object