Ejemplo n.º 1
0
 public ShortenUrlGeneratorSteps GivenIHaveAGeneratorWithoutRandomizer()
 {
     this.generator = new ShortenUrlGenerator(() => string.Empty);
     return(this);
 }
Ejemplo n.º 2
0
 public ShortenUrlGeneratorSteps GivenIHaveAGenerator()
 {
     this.generator = new ShortenUrlGenerator();
     return(this);
 }