assertj / assertj/assertj-swing

Problems while migrating from FEST 1.2 to AssertJ-Swing 3.17

Open
#257 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
121
Forks
52
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.