Aboubacar Diawara
Aboubacar Diawara
The cleanup concerns the following point: - category - code formating - classes reference
Rerunning test in DrTets raised error. Now fixed. For more details, see PR #11498 (closed). The first attempt was closed because the branch mixed two pending PR.
There is already a coverage runner in DrTests (see DTTestCoveragePlugin) and the one removed can't do anything newer. It is more interesting to improve DTTestCoveragePlugin.
Replacing : - CommandLineTestRunner - VTermTestRunner By NewCommandLineRunner. This One covers their behaviors by using reporters (XmlReporter, StdReporter, XTermReporter)
**Bug description** ```smalltalk (self executeShould: aBlock inScopeOf: anExceptionalEvent withDescriptionContaining: substring) ``` This method is not implemented in TestAsserter, but called. **To Reproduce** Steps to reproduce the behavior: 1. Open the...
**Bug description** ```smalltalk (self executeShould: aBlock inScopeOf: anExceptionalEvent withDescriptionContaining: substring) ``` This method is not implemented in TestAsserter, but called. **To Reproduce** Steps to reproduce the behavior: 1. Open the...