|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.view.custom.ui.swt.test.ECPAbstractCustomControlSWTTest
public class ECPAbstractCustomControlSWTTest
Constructor Summary | |
---|---|
ECPAbstractCustomControlSWTTest()
|
Method Summary | |
---|---|
Set<VFeaturePathDomainModelReference> |
createEditableFeatures()
|
Set<VDomainModelReference> |
createFeatures()
|
Set<VFeaturePathDomainModelReference> |
createReferencedFeatures()
|
void |
init()
|
void |
testCreateContentControl()
Test method for org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#createControls(org.eclipse.swt.widgets.Composite)
. |
void |
testCreateControl()
Test method for org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#createControls(org.eclipse.swt.widgets.Composite)
. |
void |
testCreateValidationLabel()
Test method for org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#createValidationLabel(org.eclipse.swt.widgets.Composite)
. |
void |
testCustomControlGetHelp()
|
void |
testCustomControlGetHelpWrongFeature()
|
void |
testCustomControlGetLabel()
|
void |
testCustomControlGetLabelWrongFeature()
|
void |
testDispose()
Test method for org.eclipse.emf.ecp.view.spi.custom.ui.ECPAbstractCustomControl#dispose() . |
void |
testDisposeCustomControl()
Test method for org.eclipse.emf.ecp.view.spi.custom.ui.ECPAbstractCustomControl#disposeCustomControl() . |
void |
testGetAddImage()
|
void |
testGetDefaultImage()
|
void |
testGetDeleteImage()
|
void |
testGetEditableFeatures()
Test method for org.eclipse.emf.ecp.view.spi.custom.ui.ECPAbstractCustomControl#getECPCustomControlFeatures() . |
void |
testGetHelper()
Test method for org.eclipse.emf.ecp.view.spi.custom.ui.ECPAbstractCustomControl#getHelper() . |
void |
testGetHelpImage()
|
void |
testGetValidationErrorImage()
|
void |
testHandleContentValidation()
Test method for org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#handleContentValidation(int, org.eclipse.emf.ecore.EStructuralFeature)
. |
void |
testHandleValidationErrorOnlyEObject()
|
void |
testHandleValidationErrorTwoEObject()
|
void |
testHandleValidationNotErrorWarning()
|
void |
testHandleValidationOfControl()
Test method for org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#handleValidation(org.eclipse.emf.common.util.Diagnostic)
. |
void |
testHandleValidationWithLabel()
Test method for org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#handleValidation(org.eclipse.emf.common.util.Diagnostic)
. |
void |
testHandleValidationWithLabelOriginalDiagniostic()
|
void |
testHandleValidationWithoutLabel()
Test method for org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#handleValidation(org.eclipse.emf.common.util.Diagnostic)
. |
void |
testInit()
|
void |
testReadonlyCustomControl()
|
void |
testResetValidation()
Test method for org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#resetValidation() . |
void |
testSetEditable()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECPAbstractCustomControlSWTTest()
Method Detail |
---|
public void init()
public Set<VDomainModelReference> createFeatures()
public Set<VFeaturePathDomainModelReference> createReferencedFeatures()
ECPCustomControlFeature
public Set<VFeaturePathDomainModelReference> createEditableFeatures()
ECPCustomControlFeature
public void testCreateControl() throws NoRendererFoundException, NoPropertyDescriptorFoundExeption
org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#createControls(org.eclipse.swt.widgets.Composite)
.
NoPropertyDescriptorFoundExeption
NoRendererFoundException
public void testCreateValidationLabel()
org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#createValidationLabel(org.eclipse.swt.widgets.Composite)
.
public void testCreateContentControl() throws NoRendererFoundException, NoPropertyDescriptorFoundExeption
org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#createControls(org.eclipse.swt.widgets.Composite)
.
NoPropertyDescriptorFoundExeption
NoRendererFoundException
public void testHandleValidationWithoutLabel()
org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#handleValidation(org.eclipse.emf.common.util.Diagnostic)
.
public void testHandleValidationWithLabel()
org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#handleValidation(org.eclipse.emf.common.util.Diagnostic)
.
public void testHandleValidationWithLabelOriginalDiagniostic()
public void testHandleValidationNotErrorWarning()
public void testHandleValidationErrorOnlyEObject()
public void testHandleValidationErrorTwoEObject()
public void testHandleValidationOfControl() throws NoRendererFoundException, NoPropertyDescriptorFoundExeption
org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#handleValidation(org.eclipse.emf.common.util.Diagnostic)
.
NoPropertyDescriptorFoundExeption
NoRendererFoundException
public void testHandleContentValidation()
org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#handleContentValidation(int, org.eclipse.emf.ecore.EStructuralFeature)
.
public void testResetValidation()
org.eclipse.emf.ecp.view.spi.custom.swt.ECPAbstractCustomControlSWT#resetValidation()
.
public void testInit()
public void testGetEditableFeatures()
org.eclipse.emf.ecp.view.spi.custom.ui.ECPAbstractCustomControl#getECPCustomControlFeatures()
.
public void testDispose()
org.eclipse.emf.ecp.view.spi.custom.ui.ECPAbstractCustomControl#dispose()
.
public void testDisposeCustomControl()
org.eclipse.emf.ecp.view.spi.custom.ui.ECPAbstractCustomControl#disposeCustomControl()
.
public void testGetHelper()
org.eclipse.emf.ecp.view.spi.custom.ui.ECPAbstractCustomControl#getHelper()
.
public void testGetAddImage()
public void testGetDeleteImage()
public void testGetHelpImage()
public void testGetValidationErrorImage()
public void testGetDefaultImage()
public void testCustomControlGetHelp()
public void testCustomControlGetHelpWrongFeature()
public void testCustomControlGetLabel()
public void testCustomControlGetLabelWrongFeature()
public void testReadonlyCustomControl() throws NoRendererFoundException, NoPropertyDescriptorFoundExeption
NoRendererFoundException
NoPropertyDescriptorFoundExeption
public void testSetEditable() throws NoRendererFoundException, NoPropertyDescriptorFoundExeption
NoRendererFoundException
NoPropertyDescriptorFoundExeption
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |