Can you simplify and speed up writing integration tests in the way that you
would parameterize the existing JUnit 4 testing by adding Maven profiles
(one default profile and junit5 profile) having another dependencies and
@RunWith(Parameterized.class)?
This would be cool because we can have identical assertion statements,
means behavior, for multiple providers.

On Mon, Oct 3, 2016 at 7:38 PM, Benedikt Ritter <brit...@apache.org> wrote:

> Hi,
>
> now that we have a separate branch for the JUnit 5 support in the surefire
> repo, I'm asking myself how to much things forward. I've added some
> additional IT implementations in my GitHub fork, but they all fail because
> the 5.0.0-M2 release of junit-surefire-provider does not implement the
> desired features.
>
> At this point I'm pretty much blocked: I can not pick up the latest changes
> to the JUnit 5 provider, because the JUnit team has not released it. The
> JUnit team does not push the development of the provider further, since
> they don't have integration tests...
> Right now I think it would be best to start implementing a JUnit 5 provider
> ourself in the junit5 branch, so we can add the missing features and have
> it ready when JUnit 5 reaches GA.
>
> Thoughts?
>
> Benedikt
>



-- 
Cheers
Tibor

Reply via email to