fest
Extending fluent interface
I\'m starting using Fluent Assertions and I like it a lot, but wonder if it\'s possible to extend the existing tests in a general way like this:[详细]
2023-03-19 11:46 分类:问答FEST: Assert that JButton is showing a certain Icon
In my FEST-Test I try to assert, that a JButton has a certain ImageIcon. I didn\'t find a corresponding method开发者_如何学Python on org.fest.swing.fixture.JButtonFixtureYou can write an own ButtonFix[详细]
2023-03-09 01:50 分类:问答What is the difference between isSameAs() and isEqualTo() in FEST?
What is the difference between the two methods isSameAs() and isEqualTo() ? The documentati开发者_如何学编程on says:[详细]
2023-02-22 08:58 分类:问答running java swing fest test when computer is locked
Can the FEST-Swing (mentioned here) test still work if the computer is locked? I did a test, and it didn\'t 开发者_如何学Gowork. I think the Swing doesn\'t paint on the screen because the screen is lo[详细]
2023-02-05 07:29 分类:问答When is the right time to call robot.cleanUp()
I\'m using JUnit and FEST for Swing integration testing of our app that I start and stop, multiple times in the test case. Sho开发者_如何学Gould @after include a call to robot.cleanUp()?The general ru[详细]
2023-01-29 18:39 分类:问答how to make gui test without displaying in FEST-SWING
In my project, we are using FEST for GUI testing. We have been persuaded that FEST is powerful, however displaying frames every time is a waste of time. Also we are using continuum and FEST doesn\'t w[详细]
2022-12-20 20:58 分类:问答