Aboubacar Diawara

Results 6 issues of Aboubacar Diawara

The cleanup concerns the following point: - category - code formating - classes reference

tests passed please review!

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)

Status: Need more work

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

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