Summary
Parses a rule into a
BaseRuleDescription
.
- Assembly
- Cake
.Issues .Testing .dll - Namespace
- Cake
.Issues .Testing - Containing Type
- FakeRuleUrlResolver
Syntax
protected override bool TryGetRuleDescription(string rule, FakeRuleDescription ruleDescription)
Parameters
Name | Type | Description |
---|---|---|
rule | string | Rule which should be parsed. |
ruleDescription | FakeRuleDescription | Description of the rule. |
Return Value
Type | Description |
---|---|
bool | true if rule could by parsed successfully, otherwise false . |