Skip to content

Add Junit 5 support [DATAES-654] #1230

Closed
@spring-projects-issues

Description

@spring-projects-issues

sothawo opened DATAES-654 and commented

change the project setup so that tests can be written using JUnit 5 as well as JUnit 4.

An Extension should be implemented that

  • provides a locally started Elasticsearch Cluster
  • this ES is only created once for the whole testrun - not per class
  • the cluster is shutdown after all tests have run
  • as an alternative the URL of an existing cluster may be set via environment or extension configuration
  • information about the ES cluster can be injected into the testclass (URL or a Client in case of a locally started cluster)

Affects: 3.2 RC3 (Moore)

Referenced from: pull request #329

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions