|
@@ -1,7 +1,7 @@
|
|
Smalltalk current createPackage: 'Kernel-Tests' properties: #{}!
|
|
Smalltalk current createPackage: 'Kernel-Tests' properties: #{}!
|
|
TestCase subclass: #ArrayTest
|
|
TestCase subclass: #ArrayTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!ArrayTest methodsFor: 'testing'!
|
|
!ArrayTest methodsFor: 'testing'!
|
|
|
|
|
|
@@ -15,7 +15,7 @@ testIfEmpty
|
|
|
|
|
|
TestCase subclass: #BlockClosureTest
|
|
TestCase subclass: #BlockClosureTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!BlockClosureTest methodsFor: 'tests'!
|
|
!BlockClosureTest methodsFor: 'tests'!
|
|
|
|
|
|
@@ -76,7 +76,7 @@ testWhileTrue
|
|
|
|
|
|
TestCase subclass: #BooleanTest
|
|
TestCase subclass: #BooleanTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!BooleanTest methodsFor: 'tests'!
|
|
!BooleanTest methodsFor: 'tests'!
|
|
|
|
|
|
@@ -150,7 +150,7 @@ testLogicKeywords
|
|
|
|
|
|
TestCase subclass: #ClassBuilderTest
|
|
TestCase subclass: #ClassBuilderTest
|
|
instanceVariableNames: 'builder theClass'
|
|
instanceVariableNames: 'builder theClass'
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!ClassBuilderTest methodsFor: 'running'!
|
|
!ClassBuilderTest methodsFor: 'running'!
|
|
|
|
|
|
@@ -177,7 +177,7 @@ testInstanceVariableNames
|
|
|
|
|
|
TestCase subclass: #DictionaryTest
|
|
TestCase subclass: #DictionaryTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!DictionaryTest methodsFor: 'tests'!
|
|
!DictionaryTest methodsFor: 'tests'!
|
|
|
|
|
|
@@ -267,7 +267,7 @@ testValues
|
|
|
|
|
|
TestCase subclass: #JSObjectProxyTest
|
|
TestCase subclass: #JSObjectProxyTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!JSObjectProxyTest methodsFor: 'accessing'!
|
|
!JSObjectProxyTest methodsFor: 'accessing'!
|
|
|
|
|
|
@@ -324,7 +324,7 @@ testYourself
|
|
|
|
|
|
TestCase subclass: #NumberTest
|
|
TestCase subclass: #NumberTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!NumberTest methodsFor: 'tests'!
|
|
!NumberTest methodsFor: 'tests'!
|
|
|
|
|
|
@@ -466,7 +466,7 @@ testTruncated
|
|
|
|
|
|
Object subclass: #ObjectMock
|
|
Object subclass: #ObjectMock
|
|
instanceVariableNames: 'foo bar'
|
|
instanceVariableNames: 'foo bar'
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!ObjectMock methodsFor: 'not yet classified'!
|
|
!ObjectMock methodsFor: 'not yet classified'!
|
|
|
|
|
|
@@ -480,7 +480,7 @@ foo: anObject
|
|
|
|
|
|
TestCase subclass: #ObjectTest
|
|
TestCase subclass: #ObjectTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!ObjectTest methodsFor: 'tests'!
|
|
!ObjectTest methodsFor: 'tests'!
|
|
|
|
|
|
@@ -569,7 +569,7 @@ testidentityHash
|
|
|
|
|
|
TestCase subclass: #PackageTest
|
|
TestCase subclass: #PackageTest
|
|
instanceVariableNames: 'zorkPackage grulPackage backUpCommitPathJs backUpCommitPathSt'
|
|
instanceVariableNames: 'zorkPackage grulPackage backUpCommitPathJs backUpCommitPathSt'
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!PackageTest methodsFor: 'running'!
|
|
!PackageTest methodsFor: 'running'!
|
|
|
|
|
|
@@ -613,7 +613,7 @@ testZorkCommitPathStShouldBeSt
|
|
|
|
|
|
PackageTest subclass: #PackageWithDefaultCommitPathChangedTest
|
|
PackageTest subclass: #PackageWithDefaultCommitPathChangedTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!PackageWithDefaultCommitPathChangedTest methodsFor: 'running'!
|
|
!PackageWithDefaultCommitPathChangedTest methodsFor: 'running'!
|
|
|
|
|
|
@@ -651,7 +651,7 @@ shouldInheritSelectors
|
|
|
|
|
|
TestCase subclass: #PointTest
|
|
TestCase subclass: #PointTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!PointTest methodsFor: 'tests'!
|
|
!PointTest methodsFor: 'tests'!
|
|
|
|
|
|
@@ -687,7 +687,7 @@ testTranslateBy
|
|
|
|
|
|
TestCase subclass: #RandomTest
|
|
TestCase subclass: #RandomTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!RandomTest methodsFor: 'tests'!
|
|
!RandomTest methodsFor: 'tests'!
|
|
|
|
|
|
@@ -704,7 +704,7 @@ textNext
|
|
|
|
|
|
TestCase subclass: #SetTest
|
|
TestCase subclass: #SetTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!SetTest methodsFor: 'tests'!
|
|
!SetTest methodsFor: 'tests'!
|
|
|
|
|
|
@@ -751,7 +751,7 @@ testUnicity
|
|
|
|
|
|
TestCase subclass: #StringTest
|
|
TestCase subclass: #StringTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!StringTest methodsFor: 'tests'!
|
|
!StringTest methodsFor: 'tests'!
|
|
|
|
|
|
@@ -816,7 +816,7 @@ testStreamContents
|
|
|
|
|
|
TestCase subclass: #SymbolTest
|
|
TestCase subclass: #SymbolTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!SymbolTest methodsFor: 'tests'!
|
|
!SymbolTest methodsFor: 'tests'!
|
|
|
|
|
|
@@ -891,7 +891,7 @@ testSize
|
|
|
|
|
|
TestCase subclass: #UndefinedTest
|
|
TestCase subclass: #UndefinedTest
|
|
instanceVariableNames: ''
|
|
instanceVariableNames: ''
|
|
- category: 'Kernel-Tests'!
|
|
|
|
|
|
+ package: 'Kernel-Tests'!
|
|
|
|
|
|
!UndefinedTest methodsFor: 'tests'!
|
|
!UndefinedTest methodsFor: 'tests'!
|
|
|
|
|