public class TableControlDetailPanelRenderer_PTest extends Object
TableControlDetailPanelRenderer
.Constructor and Description |
---|
TableControlDetailPanelRenderer_PTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testEnabledChangeAppliedToDetailView_DoesNotOverrideReadonlyTrue()
If the table is read only, enabling it must not set the detail's readonly flag to false.
|
void |
testEnabledChangeAppliedToDetailView_OriginalReadonlyFalse()
If the detail view is not configured as readonly, the table sets it to read only when the table is disabled.
|
void |
testEnabledChangeAppliedToDetailView_OriginalReadonlyTrue()
If the detail view is configured as readonly, it must always stay readonly.
|
void |
testGetView() |
void |
testReadonlyChangeAppliedToDetailView_DoesNotOverrideEnabledFalse()
If the table is disabled, setting its read only flag to false, must not set the detail's readonly flag to false.
|
void |
testReadonlyChangeAppliedToDetailView_OriginalReadonlyFalse()
If the detail view is not configured as readonly, the table sets it to read only when the table is set to
readonly.
|
void |
testReadonlyChangeAppliedToDetailView_OriginalReadonlyTrue()
If the detail view is configured as readonly, it must always stay readonly.
|
void |
testScroll()
Tests that a horizontal and vertical scrollbar appears if the detail is to small.
|
public TableControlDetailPanelRenderer_PTest()
public void setUp()
public void tearDown()
public void testGetView()
public void testEnabledChangeAppliedToDetailView_OriginalReadonlyFalse()
public void testEnabledChangeAppliedToDetailView_OriginalReadonlyTrue()
public void testEnabledChangeAppliedToDetailView_DoesNotOverrideReadonlyTrue()
public void testReadonlyChangeAppliedToDetailView_OriginalReadonlyFalse()
public void testReadonlyChangeAppliedToDetailView_OriginalReadonlyTrue()
public void testReadonlyChangeAppliedToDetailView_DoesNotOverrideEnabledFalse()
public void testScroll() throws NoRendererFoundException, NoPropertyDescriptorFoundExeption, EMFFormsNoRendererException
Copyright © 2019. All rights reserved.