tests/EditTextViewTests.st
branchjv
changeset 6349 4366b65a2c8a
parent 6215 c6976b98f3c3
child 6380 a7880352d58c
equal deleted inserted replaced
6348:bbae86d44915 6349:4366b65a2c8a
       
     1 "
       
     2  COPYRIGHT (c) 2015 Jan Vrany
       
     3  COPYRIGHT (c) 2017 Jan Vrany
       
     4               All Rights Reserved
       
     5 
       
     6  This software is furnished under a license and may be used
       
     7  only in accordance with the terms of that license and with the
       
     8  inclusion of the above copyright notice.   This software may not
       
     9  be provided or otherwise made available to, or used by, any
       
    10  other person.  No title to or ownership of the software is
       
    11  hereby transferred.
       
    12 "
     1 "{ Package: 'stx:libwidg/tests' }"
    13 "{ Package: 'stx:libwidg/tests' }"
     2 
    14 
     3 "{ NameSpace: Smalltalk }"
    15 "{ NameSpace: Smalltalk }"
     4 
    16 
     5 TestCase subclass:#EditTextViewTests
    17 TestCase subclass:#EditTextViewTests
     7 	classVariableNames:''
    19 	classVariableNames:''
     8 	poolDictionaries:''
    20 	poolDictionaries:''
     9 	category:'Views-Text-Tests'
    21 	category:'Views-Text-Tests'
    10 !
    22 !
    11 
    23 
       
    24 !EditTextViewTests class methodsFor:'documentation'!
       
    25 
       
    26 copyright
       
    27 "
       
    28  COPYRIGHT (c) 2015 Jan Vrany
       
    29  COPYRIGHT (c) 2017 Jan Vrany
       
    30               All Rights Reserved
       
    31 
       
    32  This software is furnished under a license and may be used
       
    33  only in accordance with the terms of that license and with the
       
    34  inclusion of the above copyright notice.   This software may not
       
    35  be provided or otherwise made available to, or used by, any
       
    36  other person.  No title to or ownership of the software is
       
    37  hereby transferred.
       
    38 "
       
    39 ! !
    12 
    40 
    13 !EditTextViewTests methodsFor:'running'!
    41 !EditTextViewTests methodsFor:'running'!
    14 
    42 
    15 setUp
    43 setUp
    16     | topView |
    44     | topView |