Example #1
0
 public LineChartCreatorTest()
 {
     TestHelper.PrepareUnitOfWork(out unitOfWork);
     chartCreator  = new LineChartCreator();
     entryPreparer = new NutrientsEntryPreparer(It.IsAny <int>());
     diet          = new Diet();
 }
 public NutrientsEntryPreparerTest()
 {
     TestHelper.PrepareUnitOfWork(out unitOfWork);
     entryPreparer = new NutrientsEntryPreparer(It.IsAny <int>());
     diet          = new Diet();
 }