Changes between Version 6 and Version 7 of UNPLANNED_UNIT_TEST_FIX_R0


Ignore:
Timestamp:
04/24/09 19:39:53 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_UNIT_TEST_FIX_R0

    v6 v7  
    2020 
    2121== Implementation idea == 
    22  Read about how to write good unit tests, [wiki:PLATFORM_STANDARDS_AUTO_TESTS] for documented convensions for testing and "Code smells" in the internal backlog. Look also at the available demos. Describe what needs to be removed, what will be repaired and what tests need to be written during the next revision. 
     22 * Read about how to write good unit tests, [wiki:PLATFORM_STANDARDS_AUTO_TESTS] for documented convensions for testing and "Code smells" in the internal backlog. Look also at the available demos.  
     23 * Describe what needs to be removed, what will be repaired and what tests need to be written during the next revision. 
     24 * Use FakeModuleRegistry where you need to use extension points.  
    2325 
    2426== Related ==