On 01/03/13 16:57, stephane ducasse wrote:
On Mar 1, 2013, at 5:39 PM, Jan Vrany <jan.vrany@fit.cvut.cz> wrote:
Good to know. This is still strange that nobody ever contacted us. I have no idea about integration/creation of points that I reported in 2009. I do not know if there is a list of features that I have been considered and/or integrated. For example knowing if the test were green when the application/tests were committed.
That's possible because now test last test outcome (pass,error,fail) is remembered so tools can ask whether the test passed or not.
do you know how it is done?
Indeed. I did it. There's a classInstVar, see TestCase class>>#rememberOutcome: https://swing.fit.cvut.cz/hg/stx.goodies.sunit/file/5cf0a462356a/TestCase.st I think Niall changed it to an external (WeakIdentity)Dictionary in his last version. I forgot the rationale, but I agreed. It was because of VW & SUnitToo, IIRC.
It could be by design. SUnit changes so much that we could even give another name to the classes that compose it.
DNU. Jan