| 37 | using RelationUIDVectorType = PropertyRelationRuleBase::RelationUIDVectorType; |
| 38 | |
| 39 | RuleIDType GetRuleID() const override |
| 40 | { |
| 41 | if (m_AbstractMode) |
| 42 | { |
| 43 | return "TestRule"; |
| 44 | } |
| 45 | else |
| 46 | { |
| 47 | return "TestRule_type1"; |
| 48 | } |
| 49 | }; |
| 50 | |
| 51 | std::string GetDisplayName() const override { return "TestDisplayName"; } |
| 52 | std::string GetSourceRoleName() const override { return "source role"; } |
no outgoing calls
no test coverage detected