예제 #1
0
        public void Create_And_Saves()
        {
            underTest.Create(expense);

            expenseRepo.Received().Create(expense);
        }