AsyncTest.BetterAsyncControllerActionInvokerTest.ShouldImplement_AsyncControllerActionInvoker C# (CSharp) Method

ShouldImplement_AsyncControllerActionInvoker() private method

private ShouldImplement_AsyncControllerActionInvoker ( ) : void
return void
        public void ShouldImplement_AsyncControllerActionInvoker()
        {
            var subjectUnderTest = CreateSut();

            Assert.IsInstanceOf<AsyncControllerActionInvoker>(subjectUnderTest);
        }