assertj / assertj/assertj-swing
Problems while migrating from FEST 1.2 to AssertJ-Swing 3.17
- Lingua principale
- Java
- Stelle
- 121
- Fork
- 52
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia confrontando gli utilizzi FEST 1.2 di JTabbedPaneFixture.selectedComponent() e ComponentFixture con l'API AssertJ-Swing 3.17. Verifica se AbstractComponentFixture è una sostituzione supportata e documenta il percorso di migrazione supportato o il workaround per entrambi i casi.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- desktop, testing
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 30/100