BB.UI.Web.MVC.Tests.Controllers.WebApi.UserControllerTest.GetNullUserTest C# (CSharp) Méthode

GetNullUserTest() private méthode

private GetNullUserTest ( ) : void
Résultat void
        public void GetNullUserTest()
        {
            _userControllerWithAuthenticatedUserWithOrganisation
                .Calling(c => c.GetUser(""))
                .ShouldReturn()
                .NotFound();
        }