quickSelfTest/RunUnitTestsStart.st
changeset 350 a7785bedc5ed
child 380 fc30cef8ec0e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/quickSelfTest/RunUnitTestsStart.st	Tue Oct 10 14:43:00 2017 +0200
@@ -0,0 +1,47 @@
+"{ Package: 'stx:goodies/builder/quickSelfTest' }"
+
+"{ NameSpace: Smalltalk }"
+
+StandaloneStartup subclass:#RunUnitTestsStart
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'tests-Regression'
+!
+
+!RunUnitTestsStart class methodsFor:'documentation'!
+
+documentation
+"
+    documentation to be added.
+
+    [author:]
+        sr
+
+    [instance variables:]
+
+    [class variables:]
+
+    [see also:]
+
+"
+! !
+
+!RunUnitTestsStart methodsFor:'starting'!
+
+start
+    Stdout nextPutLine:'stredggg1'.
+    Stderr nextPutLine:'stredggg2'.
+    Transcript nextPutLine:'stredggg3'.
+! !
+
+!RunUnitTestsStart class methodsFor:'documentation'!
+
+version
+    ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+! !
+