Example #1
0
 public void ThenAllMyStuffValuesAreStrictlyEqualToFollowing(Table table)
 {
     Assert.That (Instance.Of<IEnumerable<Stuff>> ().Object, Is.EqualTo (table.AsMockEnumerable<Stuff> ()).Using (Properties.StrictComparison));
 }
Example #2
0
 public void GivenIHaveLotsOfStuffDefinedAsFollowing(Table table)
 {
     Instance.Of<IEnumerable<Stuff>> ().Is (table.AsMockEnumerable<Stuff> ());
 }