using ScadaLink.Commons.Entities.Templates; namespace ScadaLink.TemplateEngine.Tests; public class CycleDetectorTests { // ======================================================================== // WP-13: Inheritance cycle detection // ======================================================================== [Fact] public void DetectInheritanceCycle_SelfInheritance_ReturnsCycle() { var template = new Template("A") { Id = 1 }; var all = new List