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

Problems while migrating from FEST 1.2 to AssertJ-Swing 3.17 #257

Open
schueani opened this issue Dec 18, 2020 · 0 comments
Open

Problems while migrating from FEST 1.2 to AssertJ-Swing 3.17 #257

schueani opened this issue Dec 18, 2020 · 0 comments

Comments

@schueani
Copy link

Hello,

there are two problems.

JTabbedPaneFixture tabbedPaneFixture = ...;
Component c = tabbedPaneFixture.selectedComponent();

The method call selectedComponent() doesn't work because it doesn't exist in the AssertJ-Swing 3.17. How can I solve it ? Or is there any work-around ?

ComponentFixture <?> cf = ...;
The class ComponentFixture is in FEST 1.2 but it doesn't exist in AssertJ-Swing 3.17.

Does it work by just replacing the ComponentFixture<?> with AbstractComponentFixture<?,?,?> ?

Thank you in advance.

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

No branches or pull requests

1 participant