Exemplo n.º 1
0
 private void TraceOutcome(Outcome outcome)
 {
     Debug.WriteLine(string.Format("[{0}] {1}", outcome.Result, outcome.SpecificationName));
 }
Exemplo n.º 2
0
 public SpecificationBase()
 {
     Outcome = new Outcome();
     Outcome.SpecificationName = this.GetType().FullName;
 }