Пример #1
0
        public static bool Matches(TestHost host, TestNode second)
        {
            var hostNode = new TestNodeInternal(host);

            return(Matches(hostNode, second));
        }
Пример #2
0
 internal TestPathTree(TestBuilder builder, TestHost host, TestPathTree parent)
 {
     Builder = builder;
     Host    = host;
     Parent  = parent;
 }