AppActs.Client.Repository.SqlServer.MSTest.PlatformRepositoryIntegration.Load C# (CSharp) Method

Load() private method

private Load ( ) : void
return void
        public void Load()
        {
            IPlatformRepository iPlatformDAL = new PlatformRepository(this.Client, this.Database);

            Assert.IsTrue(iPlatformDAL.FindAll().Count() > 0);
        }
PlatformRepositoryIntegration