We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c8b8c commit 49a7dbfCopy full SHA for 49a7dbf
Chapters/Tests/Tests.md
@@ -33,9 +33,7 @@ Here the class `MyExampleSetTest` should inherit from `TestCase`. It is the plac
33
related to the class `Set`.
34
35
```
36
-TestCase subclass: #MyExampleSetTest
37
- instanceVariableNames: ''
38
- classVariableNames: ''
+TestCase << #MyExampleSetTest
39
package: 'MySetTest'
40
41
0 commit comments