Exemple #1
0
 public void ExtractBagWorks()
 {
     Assert.Equal(gs.BagToString(bag),
                  gs.BagToString(gs.ExtractBag()));
 }