JavaRefsAndConstantPoolTestCase.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2392 692a6e18e95e
--- a/JavaRefsAndConstantPoolTestCase.st	Mon Feb 18 16:58:07 2013 +0000
+++ b/JavaRefsAndConstantPoolTestCase.st	Wed Feb 20 23:05:49 2013 +0000
@@ -60,6 +60,7 @@
 "
 ! !
 
+
 !JavaRefsAndConstantPoolTestCase class methodsFor:'resources'!
 
 resources
@@ -68,6 +69,7 @@
     "Created: / 26-04-2011 / 13:03:05 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaRefsAndConstantPoolTestCase class methodsFor:'testing'!
 
 isAbstract
@@ -76,6 +78,7 @@
     "Created: / 06-07-2012 / 21:53:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaRefsAndConstantPoolTestCase methodsFor:'cp creation helpers'!
 
 getClassRefNamed: name 
@@ -159,6 +162,7 @@
     "Created: / 23-05-2011 / 16:00:01 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaRefsAndConstantPoolTestCase methodsFor:'helpers'!
 
 disableMockedExceptionThrowing
@@ -239,6 +243,7 @@
     "Created: / 12-05-2011 / 19:09:15 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaRefsAndConstantPoolTestCase methodsFor:'refs creation'!
 
 getClassRefIn: aJavaConstantPool withNameAt: nameCPIndex 
@@ -304,6 +309,7 @@
     "Created: / 23-05-2011 / 16:00:54 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaRefsAndConstantPoolTestCase methodsFor:'running'!
 
 setUp
@@ -321,6 +327,7 @@
     "Modified: / 08-08-2011 / 17:24:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaRefsAndConstantPoolTestCase::JavaExceptionThrowerMock class methodsFor:'documentation'!
 
 copyright
@@ -351,6 +358,7 @@
     ^ '§Id§'
 ! !
 
+
 !JavaRefsAndConstantPoolTestCase::JavaExceptionThrowerMock methodsFor:'exceptions'!
 
 throwAbstractMethodError
@@ -394,10 +402,11 @@
     "Modified: / 13-04-2011 / 14:10:10 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaRefsAndConstantPoolTestCase class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaRefsAndConstantPoolTestCase.st,v 1.1 2013-02-16 18:08:32 vrany Exp $'
 !
 
 version_HG