예제 #1
0
 public void SetUp()
 {
     printer = new Mock <IPrinter>();
     maths   = new FizzBuzz(printer.Object);
 }