runtime-suite
runtime-suite copied to clipboard
Improved logging of excluded classes and methods
Hi!
We (project in Oslo, Norway) have been looking for an extention to JUnit and it seems that RuntimeSuite fits our needs quite well.
But we would like to be able to tell exaclty which tests are excluded. I have made som small changes to the logging of excluded classes and methods. Could you have a look at it and see if it is possible ta have it merged in?
Regards /Ragnar Westad
I'm going to hold off on this for now. I'm currently working with the JUnit folks to determine whether and how to incorporate RuntimeSuite into JUnit. If that project goes forward, I am almost certain to remove logging from RuntimeSuite entirely (so as to eliminate the dependency on SLF4J).
In the meantime, you are of course welcome to use your modified RuntimeSuite code on your project.
That's great news! Nothing would be better than seeing RuntimeUnit integrated into JUnit. My only concern regarding my request would be that the classes and methods excluded by RuntimeSuite are exposed to the various reporters such as Maven/Surfire and Eclipse so that they can be reported to the user. Please let me know if there is some way I can follow the discussion you have with the JUnit team, online forum etc
Just stumbled upon this excellent library since we need something like this in the project I currently work on, I actually started to build something similar before I found this. I'm very pleased to hear that there are plans to incorporate the project into JUnit. I hope to see it released soon!