CodeGeneratorTests.st
changeset 14422 40f9ff83b8aa
parent 14281 7ef95511205a
child 15566 184cea584be5
equal deleted inserted replaced
14421:aa61cfa5275c 14422:40f9ff83b8aa
   213                 ^ 10';
   213                 ^ 10';
   214         compile.
   214         compile.
   215 
   215 
   216     self assert: (self respondsTo: #mock_05).
   216     self assert: (self respondsTo: #mock_05).
   217     self assert: (self perform: #mock_05) == 10.
   217     self assert: (self perform: #mock_05) == 10.
   218     self assert: ((self class >> #mock_05) source includes: 'comment')
   218     self assert: ((self class >> #mock_05) source includesString: 'comment')
   219 
   219 
   220     "Created: / 24-04-2014 / 11:28:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   220     "Created: / 24-04-2014 / 11:28:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   221     "Modified: / 24-05-2014 / 01:02:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   221 ! !
   222 ! !
   222 
   223 
   223 !CodeGeneratorTests class methodsFor:'documentation'!
   224 !CodeGeneratorTests class methodsFor:'documentation'!
   224 
   225 
   225 version_CVS
   226 version_CVS
   226     ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTests.st,v 1.4 2014-04-24 09:33:37 vrany Exp $'
   227     ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTests.st,v 1.5 2014-05-24 00:10:50 vrany Exp $'
   227 !
   228 !
   228 
   229 
   229 version_SVN
   230 version_SVN
   230     ^ '$Id: CodeGeneratorTests.st,v 1.4 2014-04-24 09:33:37 vrany Exp $'
   231     ^ '$Id: CodeGeneratorTests.st,v 1.5 2014-05-24 00:10:50 vrany Exp $'
   231 ! !
   232 ! !
   232 
   233