|
@@ -1,7 +1,7 @@
|
|
|
Smalltalk createPackage: 'Silk-Tests'!
|
|
|
(Smalltalk packageAt: 'Silk-Tests' ifAbsent: [ self error: 'Package not created: Silk-Tests' ]) imports: {'amber/jquery/Wrappers-JQuery'}!
|
|
|
DOMiteTest subclass: #SilkInheritedTest
|
|
|
- instanceVariableNames: ''
|
|
|
+ slots: {}
|
|
|
package: 'Silk-Tests'!
|
|
|
|
|
|
!SilkInheritedTest methodsFor: 'fixture'!
|
|
@@ -11,7 +11,7 @@ testedClass
|
|
|
! !
|
|
|
|
|
|
TestCase subclass: #SilkTest
|
|
|
- instanceVariableNames: 'fixtureDiv'
|
|
|
+ slots: {#fixtureDiv}
|
|
|
package: 'Silk-Tests'!
|
|
|
|
|
|
!SilkTest methodsFor: 'fixture'!
|