|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emfforms.internal.core.services.label.EMFFormsLabelProviderImpl_ITest
public class EMFFormsLabelProviderImpl_ITest
JUnit integration test that tests that EMFFormsLabelProviderImpl
uses the correct services.
Constructor Summary | |
---|---|
EMFFormsLabelProviderImpl_ITest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EMFFormsLabelProviderImpl_ITest()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |