Add tests tab stub

This commit is contained in:
2022-04-18 20:56:41 +02:00
parent e0de93cc0d
commit 89709d0a3b
3 changed files with 69 additions and 1 deletions

View File

@@ -43,3 +43,8 @@ CarpStreamingMethodsCoderElement >> module: aModule [
module := aModule.
self initializeForModule
]
{ #category : #accessing }
CarpStreamingMethodsCoderElement >> onTests [
list itemsProvider: module tests asBrItemsProvider
]