コード例 #1
0
        public async Task TestGetAllProductMasterRecords()
        {
            IProductMasterDA test = new GiProductMasterDA();

            var result = await test.GetAll();
            result.Should().HaveCount(8, "This is awesome");
        }
コード例 #2
0
        public async Task TestGetAllProductMasterRecords()
        {
            IProductMasterDA test = new GiProductMasterDA();

            var result = await test.GetAll();

            result.Should().HaveCount(8, "This is awesome");
        }