[Pharo-project] Method recategorization proposal for TestCase class
Hi people, I was trying to measure coverage of my code and I realized the method *TestCase class>>packageNamesUnderTest* belogs to a category called **sunitgui*, *shouldn't it belong to coverage category?* I was about opening an issue for this, but I wanted to check it first because maybe there is a reason I don't understand. Regards, Nico. blog: nicopaez.wordpress.com
I was trying to measure coverage of my code
http://hapao.dcc.uchile.cl Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
#packageNamesUnderTest is only called from *sunitgui. In fact there should be no such method in TestCase class at all. In my image there is none. Lukas On 15 January 2012 15:36, Nicolás Paez <nicopaez@gmail.com> wrote:
Hi people,
I was trying to measure coverage of my code and I realized the method TestCase class>>packageNamesUnderTest belogs to a category called *sunitgui, shouldn't it belong to coverage category?
I was about opening an issue for this, but I wanted to check it first because maybe there is a reason I don't understand.
Regards, Nico. blog: nicopaez.wordpress.com
-- Lukas Renggli www.lukas-renggli.ch
participants (3)
-
Alexandre Bergel -
Lukas Renggli -
Nicolás Paez