Exemplo n.º 1
0
 public void AddGiven(string text, Delegate method)
 {
     Givens.Add(method, text);
 }
Exemplo n.º 2
0
 internal void AddGiven(Given given)
 {
     Givens.Add(given);
 }
 public CodeCompletionFeatureSteps Given(string text)
 {
     Givens.Add(text);
     return(this);
 }