src/JavaClassRefTests.st
branchjk_new_structure
changeset 1515 f4ebf5cf3f89
parent 1245 7cf4e252749a
child 1532 ae63ecbd509e
equal deleted inserted replaced
1514:b7e3d52a293d 1515:f4ebf5cf3f89
    18      see the differences between this version and version stx:libjava
    18      see the differences between this version and version stx:libjava
    19      as of 1.9.2010
    19      as of 1.9.2010
    20 "
    20 "
    21 "{ Package: 'stx:libjava' }"
    21 "{ Package: 'stx:libjava' }"
    22 
    22 
    23 AbstractJavaTestCase subclass:#JavaClassRefTests
    23 JavaRefsAndConstantPoolTestCase subclass:#JavaClassRefTests
    24 	instanceVariableNames:''
    24 	instanceVariableNames:''
    25 	classVariableNames:''
    25 	classVariableNames:''
    26 	poolDictionaries:''
    26 	poolDictionaries:''
    27 	category:'Languages-Java-Tests-RuntimeConstantPool'
    27 	category:'Languages-Java-Tests-RuntimeConstantPool'
    28 !
    28 !