Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Remove deprecated stuff #376

Merged
merged 6 commits into from
Jan 9, 2024
Merged

Remove deprecated stuff #376

merged 6 commits into from
Jan 9, 2024

Conversation

martingrossmann
Copy link
Contributor

@martingrossmann martingrossmann commented Dec 6, 2023

Description

This PR removes outdated features of Testerra

  • CSV testdata reader, deprecated since 2.0 -> Use OpenCSV lib in the native way
  • AssertUtils, deprecated since 2.0 -> Use ASSERT from AssertProvider
  • The old GuiElement lost his assertLayout() method, deprecated since 2.0 -> Use uiElement.expects().bounds()...

The changes above are added to a new chapter in "Migration from Testerra 1"

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@martingrossmann martingrossmann marked this pull request as ready for review December 6, 2023 16:56
@martingrossmann martingrossmann merged commit 8631f93 into master Jan 9, 2024
@martingrossmann martingrossmann deleted the feature/remove-old-stuff branch January 9, 2024 09:22
@martingrossmann martingrossmann added this to the 2.7 milestone Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant