VkNet.Tests.VkApiTest.VkApi_Constructor_SetDefaultMethodCategories C# (CSharp) Méthode

VkApi_Constructor_SetDefaultMethodCategories() private méthode

private VkApi_Constructor_SetDefaultMethodCategories ( ) : void
Résultat void
        public void VkApi_Constructor_SetDefaultMethodCategories()
        {
            Assert.That(Api.Users, Is.Not.Null);
            Assert.That(Api.Friends, Is.Not.Null);
            Assert.That(Api.Status, Is.Not.Null);
            Assert.That(Api.Messages, Is.Not.Null);
            Assert.That(Api.Groups, Is.Not.Null);
            Assert.That(Api.Audio, Is.Not.Null);
            Assert.That(Api.Wall, Is.Not.Null);
            Assert.That(Api.Database, Is.Not.Null);
            Assert.That(Api.Utils, Is.Not.Null);
            Assert.That(Api.Fave, Is.Not.Null);
            Assert.That(Api.Video, Is.Not.Null);
            Assert.That(Api.Account, Is.Not.Null);
            Assert.That(Api.Photo, Is.Not.Null);
            Assert.That(Api.Docs, Is.Not.Null);
            Assert.That(Api.Likes, Is.Not.Null);
            Assert.That(Api.Pages, Is.Not.Null);
            Assert.That(Api.Gifts, Is.Not.Null);
            Assert.That(Api.Apps, Is.Not.Null);
            Assert.That(Api.NewsFeed, Is.Not.Null);
            Assert.That(Api.Stats, Is.Not.Null);
            Assert.That(Api.Auth, Is.Not.Null);
            Assert.That(Api.Markets, Is.Not.Null);
        }