Exemplo n.º 1
0
 public ExceptTests()
 {
     randomCollectionPopulator = new RandomCollectionPopulator();
 }
Exemplo n.º 2
0
 public AddTests()
 {
     randomCollectionPopulator = new RandomCollectionPopulator();
 }
Exemplo n.º 3
0
 public DistinctTests()
 {
     randomCollectionPopulator = new RandomCollectionPopulator();
     items = new List<Int32>();
 }
Exemplo n.º 4
0
 public IntersectTests()
 {
     randomCollectionPopulator = new RandomCollectionPopulator();
 }