RegressionTests__ClassWithoutVersionMethod.st
author mawalch
Tue, 22 Aug 2017 17:55:04 +0200
changeset 1681 689d71ff5f53
parent 1447 2351db93aa5b
child 1567 e17701a073f9
permissions -rw-r--r--
New RegressionTests class ImageTests

"{ Package: 'stx:goodies/regression' }"

"{ NameSpace: RegressionTests }"

Object subclass:#ClassWithoutVersionMethod
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'tests-Regression'
!


!ClassWithoutVersionMethod class methodsFor:'documentation'!

version
    ^ '$Header$'
! !