Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Example in TableCellInRowByValue javadoc #117

Closed
croesch opened this issue Feb 8, 2014 · 0 comments
Closed

Broken Example in TableCellInRowByValue javadoc #117

croesch opened this issue Feb 8, 2014 · 0 comments

Comments

@croesch
Copy link
Collaborator

croesch commented Feb 8, 2014

Issue by David Eisner from Thu, 5 Aug 2010 20:33:02 -0500
Originally opened as http://jira.codehaus.org/browse/FEST-377


The example in the TableCellInRowByValue javadoc:

http://fest.easytesting.org/swing/apidocs/org/fest/swing/data/TableCellInRowByValue.html

is incorrect:

--snip--
Example:

// import static org.fest.swing.data.TableCellInSelectedRow.row;
TableCell cell = dialog.table("records").cell(rowWithValue("column1",
"column2", "column3").column(2));
--snip--

It should be something like this:

--snip--
// import static org.fest.swing.data.TableCellInRowByValue.rowWithValue;
JTableCellFixture cell = dialog.table().cell( rowWithValue("column1",
"column2", "column3").column(2));
--snip--


votes (original issue): 0
watches (original issue): 0

croesch pushed a commit to assertj/assertj-examples that referenced this issue Jun 22, 2015
croesch pushed a commit that referenced this issue Jun 22, 2015
@croesch croesch closed this as completed Jun 22, 2015
croesch pushed a commit that referenced this issue Jun 22, 2015
croesch pushed a commit to assertj/assertj-examples that referenced this issue Jun 22, 2015
croesch pushed a commit to assertj/assertj-examples that referenced this issue Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant