public RepeatedWithDifferentBooksCalculationTest()
 {
     _booksCalculation = new BooksCalculation();
 }
コード例 #2
0
 //All the books are the same...
 public SameBooksCalculationTest()
 {
     _booksCalculation = new BooksCalculation();
 }
コード例 #3
0
 //All the books are different...
 public DifferentBooksCalculationTest()
 {
     _booksCalculation = new BooksCalculation();
 }