Skip to content

Junit5 cleanup / best practices #2371

@onobc

Description

@onobc

There are several places in the SCS repo that have older Junit4 usage and can be refreshed to Junit5 usage/best practices:

  • remove @ExtendWith(SpringExtension.class) from all @SpringBootTest as SBT includes that annotation.(comment)

  • leverage package-protected test classes and test methods (comment)

  • {optional): remove 'test' method name prefix

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions