Beispiel #1
0
 public void Given_the_request_parameters(string what)
 {
     _parts = new RequestElementCollectionFixture()
     {
         Url = string.Format("http://xxx?{0}", what)
     };
 }
Beispiel #2
0
 public Fixture Given_the_pieces()
 {
     return(_parts = new RequestElementCollectionFixture());
 }