Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Streamline AfterClass invocation #2757

Merged
merged 1 commit into from
May 9, 2022

Conversation

krmahadevan
Copy link
Member

Closes #2726

Fixes #2726 .

Did you remember to?

  • Add test case(s)
  • Update CHANGES.txt
  • Auto applied styling via ./gradlew autostyleApply

We encourage pull requests that:

  • Add new features to TestNG (or)
  • Fix bugs in TestNG

If your pull request involves fixing SonarQube issues then we would suggest that you please discuss this with the
TestNG-dev before you spend time working on it.

Note: For more information on contribution guidelines please make sure you refer our Contributing section for detailed set of steps.

@krmahadevan krmahadevan requested a review from juherr as a code owner May 9, 2022 13:37
@krmahadevan krmahadevan merged commit 6b2e466 into testng-team:master May 9, 2022
@krmahadevan krmahadevan deleted the fix_2726 branch May 9, 2022 16:05
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@AfterClass config method is executed for EACH @Test method when parallel == methods
2 participants