Ejemplo n.º 1
0
        private static void AssertElementsAreJoined(Element element, Element otherElement, bool expected)
        {
            bool arejoined = element.AreJoined(otherElement);

            Assert.AreEqual(expected, arejoined);
        }