ExampleTestResource.st
changeset 68 9fd111438d60
parent 46 eb19d69beb10
child 222 8e6f482297fa
--- a/ExampleTestResource.st	Tue Feb 26 11:13:44 2002 +0100
+++ b/ExampleTestResource.st	Tue Feb 26 11:30:47 2002 +0100
@@ -8,14 +8,14 @@
 !
 
 
-!ExampleTestResource class methodsFor:'Testing'!
+!ExampleTestResource class methodsFor:'testing'!
 
 isAvailable
 
 	^super isAvailable and: [self current isStarted]
 ! !
 
-!ExampleTestResource methodsFor:'Accessing'!
+!ExampleTestResource methodsFor:'accessing'!
 
 runningState
 
@@ -27,7 +27,7 @@
 	runningState := aSymbol
 ! !
 
-!ExampleTestResource methodsFor:'Constants'!
+!ExampleTestResource methodsFor:'constants'!
 
 startedStateSymbol
 
@@ -39,7 +39,7 @@
 	^#stopped
 ! !
 
-!ExampleTestResource methodsFor:'Running'!
+!ExampleTestResource methodsFor:'running'!
 
 setUp
 	
@@ -51,7 +51,7 @@
 	self runningState: self stoppedStateSymbol
 ! !
 
-!ExampleTestResource methodsFor:'Testing'!
+!ExampleTestResource methodsFor:'testing'!
 
 isAvailable
 	
@@ -71,5 +71,5 @@
 !ExampleTestResource class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/ExampleTestResource.st,v 1.1 2001-12-13 21:47:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/ExampleTestResource.st,v 1.2 2002-02-26 10:30:30 cg Exp $'
 ! !