*** empty log message *** expeccoNET_1_4_0rc1 expecco_1_7_0b1 expecco_1_7_0b2 expecco_1_7_0b3 expecco_1_7_0rc1 expecco_1_7_0rc3 expecco_1_7_0rc5 expecco_1_7_0rc8 expecco_1_7_1rc1 expecco_1_7_1rc2 expecco_1_7_1rc3 expecco_1_7_1rc4
authorClaus Gittinger <cg@exept.de>
Fri, 31 Oct 2008 14:12:53 +0100
changeset 195 ff752e67b964
parent 194 bbb55d499a1f
child 196 dcb0bf7a713a
*** empty log message ***
TestCaseWithArguments.st
--- a/TestCaseWithArguments.st	Fri Oct 31 14:12:47 2008 +0100
+++ b/TestCaseWithArguments.st	Fri Oct 31 14:12:53 2008 +0100
@@ -64,6 +64,10 @@
             testArguments printOn: aStream.
             aStream nextPutAll: ')'.
         ].
+!
+
+testName
+        ^ testSelector,'(',testArguments first printString,')'.
 ! !
 
 !TestCaseWithArguments methodsFor:'private'!
@@ -80,5 +84,5 @@
 !TestCaseWithArguments class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCaseWithArguments.st,v 1.1 2008-10-31 12:47:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCaseWithArguments.st,v 1.2 2008-10-31 13:12:53 cg Exp $'
 ! !