예제 #1
0
        public void CreateNewAccountWithRestaurantTest()
        {
            // TODO: add unit test for the method 'CreateNewAccountWithRestaurant'
            CreateAccountWithRestaurant value = null; // TODO: replace null with proper value

            instance.CreateNewAccountWithRestaurant(value);
        }
 public void Init()
 {
     instance = new CreateAccountWithRestaurant();
 }