コード例 #1
0
 public void ThenIShouldHaveItemsRemaining(int expectedCount)
 {
     Context.Actor().Then(TheItems.Remaining(), items => items.Should().Be(expectedCount));
 }
コード例 #2
0
 public void ThenIShouldHaveItemsRemaining(int expectedCount)
 {
     Context.Actor().AsksFor(TheItems.Remaining()).Should().Be(expectedCount);
 }