Asserts that the text of this fixture's {@link JButton} matches the specified value.
@param expected the text to match. It can be a regular expression.
@return this fixture.
@throws AssertionError if the text of the target JButton does not match the given one.
Asserts that the text of this fixture's {@code JLabel} is equal to the specified {@code String}.
@param expected the text to match.
@return this fixture.
@throws AssertionError if the text of this fixture's {@code JLabel} is not equal to the given one.
Asserts that the text of this fixture's {@code JTextComponent} is equal to the specified value.
@param expected the text to match. It can be a regular expression pattern.
@return this fixture.
@throws AssertionError if the text of this fixture's {@code JTextComponent} is not equal to the given one.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.