Exemplo n.º 1
0
 public IStressResult ActOnApi(Uri uri)
 {
     _uri       = uri;
     InduceType = InduceType.Api;
     return(this);
 }
Exemplo n.º 2
0
 public IStressResult ActOn(Action action)
 {
     _action    = action;
     InduceType = InduceType.Action;
     return(this);
 }