Ben size her zaman IDE ve webbrowser kullanarak söylüyorlar gibi, neden başka bir yol düşünmek değil, böyle bir web arayüzü görüldü ... Ama hiç?
i.e. a possible solution would be to launch the unittests from your IDE ;-)
Which means you should be able to click on the failing tests to "jump" to either the test method, or the reason that caused the test to fail, for instance.
In the PHP + PHPUnit world, I know that Zend Studio does that -- yes, it's not free, unfortunatly ;-(
Using Eclipse PDT, a solution would be to register PHPUnit as an external tool (see or instance this blogpost : Using PHPUnit with Eclipse PDT) -- but it's quite not sexy, and you cannot click on the results to jump the the methods/tests...
Başka bir çözüm Eclipse PDT (like it's been done for Zend Studio, I suppose) içine phpunit entegre bir eklenti geliştirmek olacaktır - A phpunit4eclipse, bir süre önce kuruldu, ama bu sadece bir başlangıç ve çok başarısını alamadım edildi , bu yüzden yazar ki bıraktıktan sonra bu işe yaramadı ...