AsyncTest.BetterAsyncControllerActionInvokerTest.ShouldImplement_AsyncControllerActionInvoker C# (CSharp) Méthode

ShouldImplement_AsyncControllerActionInvoker() private méthode

private ShouldImplement_AsyncControllerActionInvoker ( ) : void
Résultat void
        public void ShouldImplement_AsyncControllerActionInvoker()
        {
            var subjectUnderTest = CreateSut();

            Assert.IsInstanceOf<AsyncControllerActionInvoker>(subjectUnderTest);
        }