@UnitTest public class DefaultSourceRuleInspectorTest extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFINITION_ID |
| Constructor and Description |
|---|
DefaultSourceRuleInspectorTest() |
| Modifier and Type | Method and Description |
|---|---|
protected RuleActionData |
createRuleAction(java.lang.String actionId) |
protected RuleConditionData |
createRuleCondition(java.lang.String conditionId,
RuleConditionData... children) |
void |
setUp() |
void |
shouldBeFalseIfActionDefinitionIsNotAssociatedWithSourceRule() |
void |
shouldBeFalseIfConditionDefinitionIsNotAssociatedWithSourceRule() |
void |
shouldBeTrueIfActionDefinitionIsAssociatedWithSourceRule() |
void |
shouldBeTrueIfConditionDefinitionIsAssociatedInTheConditionsTreeWithSourceRule() |
void |
shouldBeTrueIfConditionDefinitionIsAssociatedWithSourceRule() |
public static final java.lang.String DEFINITION_ID
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldBeTrueIfActionDefinitionIsAssociatedWithSourceRule()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldBeFalseIfActionDefinitionIsNotAssociatedWithSourceRule()
throws java.lang.Exception
java.lang.Exceptionprotected RuleActionData createRuleAction(java.lang.String actionId)
public void shouldBeTrueIfConditionDefinitionIsAssociatedWithSourceRule()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldBeFalseIfConditionDefinitionIsNotAssociatedWithSourceRule()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldBeTrueIfConditionDefinitionIsAssociatedInTheConditionsTreeWithSourceRule()
throws java.lang.Exception
java.lang.Exceptionprotected RuleConditionData createRuleCondition(java.lang.String conditionId, RuleConditionData... children)
Copyright © 2018 SAP SE. All Rights Reserved.