Skip to content

@BeforeSuite method is executed after all tests in a suite with IntelliJ IDEA #4155

@t-o-n-y-p

Description

@t-o-n-y-p

Steps to reproduce

Actual result

test1
test2
before suite
after suite

Expected result

before suite
test1
test2
after suite

Context

  • Used versions (Jupiter/Vintage/Platform): 5.11.2
  • Build Tool/IDE: IDEA 2024.3

Deliverables

  • Ensure that @BeforeSuite method is executed before tests

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions