public abstract class AbstractRuleConditionDmrStrategyProviderTest<T extends ReferenceServiceCustomizationVendor<?> & org.eclipse.emf.ecp.view.internal.editor.handler.TestableStrategyProvider> extends Object
LeafConditionDmrNewModelElementStrategyProvider
and
LeafConditionDmrOpenInNewContextStrategyProvider
.Constructor and Description |
---|
AbstractRuleConditionDmrStrategyProviderTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
executeHandles(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EReference reference) |
protected LeafCondition |
getLeafCondition()
The
LeafCondition to edit |
protected T |
getStrategyProvider() |
void |
handles_generationDisabled() |
void |
handles_generationEnabled_incorrectBoth() |
void |
handles_generationEnabled_incorrectParent() |
void |
handles_generationEnabled_incorrectReference() |
void |
handles_generationEnabled_true() |
protected abstract void |
initStrategyProvider() |
protected void |
setStrategyProvider(T strategyProvider) |
void |
setUp() |
void |
tearDown() |
public AbstractRuleConditionDmrStrategyProviderTest()
protected T getStrategyProvider()
protected void setStrategyProvider(T strategyProvider)
getStrategyProvider()
protected LeafCondition getLeafCondition()
LeafCondition
to editpublic void setUp()
public void tearDown()
protected abstract void initStrategyProvider()
protected abstract boolean executeHandles(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EReference reference)
public void handles_generationEnabled_true()
public void handles_generationEnabled_incorrectReference()
public void handles_generationEnabled_incorrectParent()
public void handles_generationEnabled_incorrectBoth()
public void handles_generationDisabled()
Copyright © 2019. All rights reserved.