Tibor Digana

Results 185 comments of Tibor Digana

@thekingnothing Would you think of extending the list of committers? I think it's only you and you'r alone, so I guess you know the people already and who would be...

Then we should ask @astafev if he wants to take this as a challenge. I have absolutely no clue about Powermock internals but I need to have this feature in...

I want to have this feature in Vertx, not in my code. We should convince the users that their code is lite and we provide API with everything they need....

Do you know the annotarions in javaee or karta or Spring? If we want to be top framework, we have to simplify their life of developera. That's often their argument....

If you change this, Maven has to be notified and we will run a test. Go ahead. On Tue, Sep 19, 2017 at 8:18 PM, cttillman wrote: > Is there...

@diogoeag See this. Would it help in surefire 2.18 ? https://github.com/apache/maven-surefire/pull/46

@diogoeag In surefire MethodFilter you should be able to specify condition something like this: `String filterBy = JunitVersion < 5.0 & @RunWith = Parameterized.class ? methodName + className : methodName`...

Due to -target 1.5 in junit, we can add a dependency netbeans openide util or use javax.imageio.spi.ServiceRegistry from 1.4.2. I tested openide library. My service file /META-INF/services/service.IService has two classes...

@pniederw One year ago i started coding this solution with new annotation declaring the listener class on test class, or SPI without default listener. But this annotation would be junit...

@pniederw ok, can you describe how you interact with junit framework and what junit classes/interfaces you use in your framework? This is not obvious to me at least. So try...