*** empty log message ***
authorwneuper
Tue, 24 Aug 2004 10:26:53 +0200
changeset 17201fd02615a0fe
parent 1719 52855f73ba11
child 1721 584585cc99b3
*** empty log message ***
src/java-questions.txt
     1.1 --- a/src/java-questions.txt	Tue Aug 24 09:02:23 2004 +0200
     1.2 +++ b/src/java-questions.txt	Tue Aug 24 10:26:53 2004 +0200
     1.3 @@ -1,7 +1,16 @@
     1.4  open questions while working into design/code
     1.5  at begin of phase 3
     1.6 +-------------------------------------------------------------------------------
     1.7 +!!! latest entries are on top !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     1.8 +-------------------------------------------------------------------------------
     1.9 +
    1.10 +WN040824 Wolfgang S.: www.javaworld.com/javaworld/jw-12-2000/jw-1221-junit.html
    1.11 +  ? perform test setup by overriding setUp()
    1.12 +  ? Avoiding temporal coupling /or/ tests to operate on some shared data that 
    1.13 +    establish a fresh state as each test runs -- use a static suite()
    1.14 +  ? configuration management (CM) system
    1.15  
    1.16  LK040823 AK
    1.17 -	 IToWorksheet -- IToUser ? relation/replacement ?
    1.18 -	 IToWorksheet impl. by NO object ?!
    1.19 +  IToWorksheet -- IToUser ? relation/replacement ?
    1.20 +  IToWorksheet impl. by NO object ?!
    1.21