Skip to content

Conversation

@CodeAsGod
Copy link
Contributor

@CodeAsGod CodeAsGod commented Jun 30, 2025

[TestCase] + [Ignored] leads to the cast exception

  • Replaced unreliable IsSuite check with direct TestFixture type validation
  • Added comprehensive error handling with detailed exception messages
  • Handled edge cases in test hierarchy traversal

#518

Context

Checklist

- Replace unreliable IsSuite check with direct TestFixture type validation
- Add comprehensive error handling with detailed exception messages
- Improve code formatting consistency across the helper class
- Handle edge cases in test hierarchy traversal
@CLAassistant
Copy link

CLAassistant commented Jun 30, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@delatrie delatrie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @CodeAsGod
Thank you for the contribution

@delatrie delatrie merged commit 0360686 into allure-framework:main Aug 4, 2025
2 checks passed
@delatrie delatrie added the type:bug Something isn't working label Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme:nunit type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exception in AllureDisplayIgnoredAttribute if a test with cases marked with [Ignore]

3 participants