MCMockClassB.st
author Claus Gittinger <cg@exept.de>
Mon, 14 May 2018 02:21:18 +0200
changeset 1048 582b3a028cbc
parent 582 07e742626373
permissions -rw-r--r--
#FEATURE by cg class: MCMethodDefinition changed: #postloadOver:

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

MCMock subclass:#MCMockClassB
	instanceVariableNames:'ivarb'
	classVariableNames:'CVar'
	poolDictionaries:'MCMockAPoolDictionary'
	category:'SCM-Monticello-Mocks'
!

MCMockClassB class instanceVariableNames:'ciVar'

"
 No other class instance variables are inherited by this class.
"
!

MCMockClassB comment:''
!


!MCMockClassB methodsFor:'numeric'!

two

	^ 2
! !

!MCMockClassB class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMockClassB.st,v 1.3 2012-09-11 21:12:54 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMockClassB.st,v 1.3 2012-09-11 21:12:54 cg Exp $'
!

version_SVN
    ^ '§Id: MCMockClassB.st 27 2011-03-07 03:48:48Z vranyj1 §'
! !