Skip to content

Is it possible to execute @BeforeClass and @ClassRule before @DataProvider method? #22

@aaschmid

Description

@aaschmid

JUnit internally is first determining the test methods to be executed and validating as well as filtering them. At this point we already need to have the @DataProvider methods to be executed because otherwise we cannot (validate and) filter them.

Maybe by overriding the correct internal methods we can get around this ...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions