Пример #1
0
        public void FbmlNamespacesTest()
        {
            // Arrange
            var expectedText = @"xmlns:fb=""http://www.facebook.com/2008/fbml"" xmlns:og=""http://opengraphprotocol.org/schema/""";

            // Act
            var actualText = Facebook.FbmlNamespaces();

            // Assert
            Assert.Equal(expectedText, actualText.ToString());
        }