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. |