System.Net.Mail.Tests.NTAuthenticationStubTests.TestReflectedTypes C# (CSharp) Method

TestReflectedTypes() private method

private TestReflectedTypes ( ) : void
return void
        public void TestReflectedTypes()
        {
            Assert.NotNull(NTAuthentication.s_type);
            Assert.NotNull(NTAuthentication.s_ntAuthentication);
            Assert.NotNull(NTAuthentication.s_getOutgoingBlogString);
            Assert.NotNull(NTAuthentication.s_getOutgoingBlobBytes);
            Assert.NotNull(NTAuthentication.s_verifySignature);
            Assert.NotNull(NTAuthentication.s_makeSignature);
            Assert.NotNull(NTAuthentication.s_closeContext);
            Assert.NotNull(NTAuthentication.s_isCompleted);
        }
    }
NTAuthenticationStubTests