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:
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
What is the difference between the two methods isSameAs() and isEqualTo() ? The documentati开发者_如何学编程on says:
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
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
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