Search in sources :

Example 1 with BaseRowHideShowLayerFixture

use of org.eclipse.nebula.widgets.nattable.test.fixture.layer.BaseRowHideShowLayerFixture in project nebula.widgets.nattable by eclipse.

the class HideShowRowEventTest method setUp.

@Before
public void setUp() {
    this.hideShowLayer = new BaseRowHideShowLayerFixture(new DataLayerFixture(100, 40));
    this.layerListener = new LayerListenerFixture();
}
Also used : BaseRowHideShowLayerFixture(org.eclipse.nebula.widgets.nattable.test.fixture.layer.BaseRowHideShowLayerFixture) DataLayerFixture(org.eclipse.nebula.widgets.nattable.test.fixture.layer.DataLayerFixture) LayerListenerFixture(org.eclipse.nebula.widgets.nattable.test.fixture.layer.LayerListenerFixture) Before(org.junit.Before)

Aggregations

BaseRowHideShowLayerFixture (org.eclipse.nebula.widgets.nattable.test.fixture.layer.BaseRowHideShowLayerFixture)1 DataLayerFixture (org.eclipse.nebula.widgets.nattable.test.fixture.layer.DataLayerFixture)1 LayerListenerFixture (org.eclipse.nebula.widgets.nattable.test.fixture.layer.LayerListenerFixture)1 Before (org.junit.Before)1