Example #1
0
        public async Task Cells_Contain_AddedCellModel()
        {
            var addedCellModel = await Sut.AddCellAsync(CellModel1);

            Sut.Cells.Should().Contain(addedCellModel);
        }