AppActs.Client.Repository.SqlServer.MSTest.ApplicationRepositoryIntegration.Find_By_Name_Return_Null C# (CSharp) Method

Find_By_Name_Return_Null() private method

private Find_By_Name_Return_Null ( ) : void
return void
        public void Find_By_Name_Return_Null()
        {
            IApplicationRepository applicationRepository = new ApplicationRepository(this.Client, this.Database);
            Assert.IsNull(applicationRepository.Find(Guid.NewGuid().ToString()));
        }