Re: Custom JUnit4Runner

2011-08-25 Thread Sanjeeb Sahoo
e not the best of the world. Due to be >> improved. >> >> On Aug 25, 2011 4:48 AM, "Sanjeeb Sahoo" > <mailto:www.sa...@gmail.com>> wrote: >> > Looking at the source code and the comments from JUnit4Runner, I see >> that >> > onl

Re: Custom JUnit4Runner

2011-08-25 Thread Harald Wellmann
t;Sanjeeb Sahoo" mailto:www.sa...@gmail.com>> wrote: > Looking at the source code and the comments from JUnit4Runner, I see that > only way to write a custom JUnit4Runner is to copy, paste and change the > logic in a new class. Is there any particular reason why the method &g

Re: Custom JUnit4Runner

2011-08-25 Thread Toni Menzel
y way to write a custom JUnit4Runner is to copy, paste and change the > logic in a new class. Is there any particular reason why the method > addConfigurationsToReactor() is not protected? That should have allowed > someone to create custom runners like MavenConfiguredJUnit4Ru

Custom JUnit4Runner

2011-08-25 Thread Sanjeeb Sahoo
Looking at the source code and the comments from JUnit4Runner, I see that only way to write a custom JUnit4Runner is to copy, paste and change the logic in a new class. Is there any particular reason why the method addConfigurationsToReactor() is not protected? That should have allowed someone to