core/tests/Xtreams__InfiniteReadingWritingTests.st
changeset 113 c0df9d2ad5d3
parent 109 9587e2df7029
equal deleted inserted replaced
112:b6b3d8435bb7 113:c0df9d2ad5d3
    12 InfiniteReadingWritingTests comment:'These are tests specifically for those streams that cannot be effectively closed, i.e. pointer and shared queue streams.
    12 InfiniteReadingWritingTests comment:'These are tests specifically for those streams that cannot be effectively closed, i.e. pointer and shared queue streams.
    13 
    13 
    14 '
    14 '
    15 !
    15 !
    16 
    16 
       
    17 
       
    18 !InfiniteReadingWritingTests class methodsFor:'testing'!
       
    19 
       
    20 isAbstract
       
    21 
       
    22     ^true
       
    23 ! !
    17 
    24 
    18 !InfiniteReadingWritingTests methodsFor:'tests - core'!
    25 !InfiniteReadingWritingTests methodsFor:'tests - core'!
    19 
    26 
    20 testGet
    27 testGet
    21 	self output write: #[ 1 2 3 4 ].
    28 	self output write: #[ 1 2 3 4 ].