Ejemplo n.º 1
0
 public void Enumerable_Is_Not_Null()
 {
     Assert.IsNotNull(BuilderFactory.Enumerable(b => b, 20));
 }
Ejemplo n.º 2
0
 public void Enumerable_With_Counter_Is_Not_Null()
 {
     Assert.IsNotNull(BuilderFactory.Enumerable((b, i) => b, 20));
 }