I have code like this:
//(...)
JTableFixture myTreeTable = frame.table(matcher);
If I try to obtain JCellFixtures or values or contents, everything is null. I am only obtaining the number of rows or columns. JTable internally uses a CellRendererPanel which I guess I have to fetch. But how? JTable has no ContainerFixture to make .panel()
. Is there any way to get the cell values in these circumstances? How it is usually done when there is a cell renderer panel?
This is the hierarchy for the FEST debugger:
gui.treetable.myTreeTable[name=null, rowCount=33, columnCount=2, enabled=true, visible=true, showing=true]
javax.swing.CellRendererPane[,0,0,0x0,hidden]