Skip to content

[Feature] Migration skywalking from Junit4 to Junit5 #8551

@GOODBOY008

Description

@GOODBOY008

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

The main motivations are:

  • Making full use of Java 8 Lambdas for writing easier to read tests and a
    better performing way of composing failure messages.
  • Improved test structures with nested and dynamic tests.
  • Much better support for parameterized tests to avoid separating
    parameterized and non-parameterized parts into different test classes.
  • Composable dependencies and better hooks for advanced use cases.
  • Better exception verification
  • More current infrastructure
  • Better parallelizable

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

featureNew featuretestTest requirements about performance, feature or before release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions