public class EMFFormsLabelProviderImpl_ITest extends Object
EMFFormsLabelProviderImpl
uses the correct services.Constructor and Description |
---|
EMFFormsLabelProviderImpl_ITest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp()
Resets and newly configures the services for every test.
|
static void |
setUpBeforeClass()
Set up that is executed before every test case.
|
void |
tearDown()
Dispose the realm.
|
static void |
tearDownAfterClass()
Unregisters the services after every test.
|
void |
testServiceUsageDescriptionOneParam()
Tests that
EMFFormsLabelProviderImpl.getDescription(VDomainModelReference) uses the databinding and emf
specific services. |
void |
testServiceUsageDescriptionTwoParam()
Tests that
EMFFormsLabelProviderImpl.getDescription(VDomainModelReference, EObject) uses the databinding
and emf specific services. |
void |
testServiceUsageDisplayNameOneParam()
Tests that
EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference) uses the databinding and emf
specific services. |
void |
testServiceUsageDisplayNameTwoParam()
Tests that
EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference, EObject) uses the databinding
and emf specific services. |
public static void setUpBeforeClass() throws DatabindingFailedException, BundleResolver.NoBundleFoundException
DatabindingFailedException
- should not happen, just needs to be thrown because the databinding service
defines the throw in its interface.BundleResolver.NoBundleFoundException
public void setUp() throws DatabindingFailedException
DatabindingFailedException
- should not happen, just needs to be thrown because the databinding service
defines the throw in its interface.public void tearDown()
public static void tearDownAfterClass()
public void testServiceUsageDisplayNameOneParam() throws DatabindingFailedException, NoLabelFoundException
EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference)
uses the databinding and emf
specific services.DatabindingFailedException
- should not happen, just needs to be thrown because the databinding service
defines the throw in its interface.NoLabelFoundException
public void testServiceUsageDescriptionOneParam() throws DatabindingFailedException, NoLabelFoundException
EMFFormsLabelProviderImpl.getDescription(VDomainModelReference)
uses the databinding and emf
specific services.DatabindingFailedException
- should not happen, just needs to be thrown because the databinding service
defines the throw in its interface.NoLabelFoundException
public void testServiceUsageDisplayNameTwoParam() throws DatabindingFailedException, NoLabelFoundException
EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference, EObject)
uses the databinding
and emf specific services.DatabindingFailedException
- should not happen, just needs to be thrown because the databinding service
defines the throw in its interface.NoLabelFoundException
public void testServiceUsageDescriptionTwoParam() throws DatabindingFailedException, NoLabelFoundException
EMFFormsLabelProviderImpl.getDescription(VDomainModelReference, EObject)
uses the databinding
and emf specific services.DatabindingFailedException
- should not happen, just needs to be thrown because the databinding service
defines the throw in its interface.NoLabelFoundException
Copyright © 2017. All rights reserved.