org.eclipse.emf.ecp.view.spi.core.swt.renderer
Class TextControlRenderer_PTest

java.lang.Object
  extended by org.eclipse.emf.ecp.view.internal.core.swt.renderer.AbstractControl_PTest
      extended by org.eclipse.emf.ecp.view.spi.core.swt.renderer.TextControlRenderer_PTest

public class TextControlRenderer_PTest
extends AbstractControl_PTest


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecp.view.internal.core.swt.renderer.AbstractControl_PTest
AbstractControl_PTest.TestObservableValue
 
Constructor Summary
TextControlRenderer_PTest()
           
 
Method Summary
 void before()
           
 void renderControlLabelAlignmentLeft()
           
 void renderControlLabelAlignmentNone()
           
 void testDatabindingServiceUsageChangeControl()
           
 void testDatabindingServiceUsageChangeObservable()
           
 void testDatabindingServiceUsageInitialBinding()
           
 void testLabelServiceUsage()
          Tests whether the EMFFormsLabelProvider is used to get the labels of the control.
 void testLabelServiceUsageTextField()
          Tests whether the EMFFormsLabelProvider is used to get the message of the text field of the text control.
 void testTearDown()
           
 
Methods inherited from class org.eclipse.emf.ecp.view.internal.core.swt.renderer.AbstractControl_PTest
renderValidationIconLabelAlignmentLeft, renderValidationIconLabelAlignmentNone, testGridDescriptionLabelAlignmentLeft, testGridDescriptionLabelAlignmentNone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextControlRenderer_PTest

public TextControlRenderer_PTest()
Method Detail

before

public void before()
            throws DatabindingFailedException
Throws:
DatabindingFailedException

testTearDown

public void testTearDown()

renderControlLabelAlignmentNone

public void renderControlLabelAlignmentNone()
                                     throws NoRendererFoundException,
                                            NoPropertyDescriptorFoundExeption,
                                            DatabindingFailedException,
                                            NoLabelFoundException
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption
DatabindingFailedException
NoLabelFoundException

renderControlLabelAlignmentLeft

public void renderControlLabelAlignmentLeft()
                                     throws NoRendererFoundException,
                                            NoPropertyDescriptorFoundExeption,
                                            DatabindingFailedException,
                                            NoLabelFoundException
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption
DatabindingFailedException
NoLabelFoundException

testLabelServiceUsage

public void testLabelServiceUsage()
                           throws NoRendererFoundException,
                                  NoPropertyDescriptorFoundExeption,
                                  DatabindingFailedException,
                                  NoLabelFoundException
Tests whether the EMFFormsLabelProvider is used to get the labels of the control.

Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption
DatabindingFailedException
NoLabelFoundException

testDatabindingServiceUsageInitialBinding

public void testDatabindingServiceUsageInitialBinding()
                                               throws NoRendererFoundException,
                                                      NoPropertyDescriptorFoundExeption,
                                                      DatabindingFailedException,
                                                      NoLabelFoundException
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption
DatabindingFailedException
NoLabelFoundException

testDatabindingServiceUsageChangeObservable

public void testDatabindingServiceUsageChangeObservable()
                                                 throws NoRendererFoundException,
                                                        NoPropertyDescriptorFoundExeption,
                                                        DatabindingFailedException,
                                                        NoLabelFoundException
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption
DatabindingFailedException
NoLabelFoundException

testDatabindingServiceUsageChangeControl

public void testDatabindingServiceUsageChangeControl()
                                              throws NoRendererFoundException,
                                                     NoPropertyDescriptorFoundExeption,
                                                     DatabindingFailedException,
                                                     NoLabelFoundException
Throws:
NoRendererFoundException
NoPropertyDescriptorFoundExeption
DatabindingFailedException
NoLabelFoundException

testLabelServiceUsageTextField

public void testLabelServiceUsageTextField()
                                    throws NoRendererFoundException,
                                           NoPropertyDescriptorFoundExeption,
                                           DatabindingFailedException,
                                           NoLabelFoundException
Tests whether the EMFFormsLabelProvider is used to get the message of the text field of the text control.

Throws:
NoPropertyDescriptorFoundExeption
NoRendererFoundException
DatabindingFailedException
NoLabelFoundException


Copyright © 2015. All Rights Reserved.