Ejemplo n.º 1
0
 public void Given()
 {
     var sut = new ClassToBeTested(A.Fake <IDoSomething>());
 }
 public void Given()
 {
     var sut = new ClassToBeTested(A.Fake<IDoSomething>());
 }