Open
Conversation
balcanusebi
reviewed
Jul 20, 2020
CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/Services/CoffeeServiceTests.cs
Outdated
Show resolved
Hide resolved
balcanusebi
reviewed
Jul 20, 2020
CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/Services/coffeeService.cs
Show resolved
Hide resolved
balcanusebi
reviewed
Jul 20, 2020
CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/Services/CoffeeServiceTests.cs
Outdated
Show resolved
Hide resolved
balcanusebi
reviewed
Jul 20, 2020
CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/Services/CoffeeServiceTests.cs
Outdated
Show resolved
Hide resolved
balcanusebi
reviewed
Jul 20, 2020
| public void AddCoffeWithoutPrice_WillNotAddCoffe() | ||
| { | ||
| var initial_Length_List = coffeeService.GetCoffees().Count; | ||
| var AddDetailsCoffe = new CoffeeModel(); |
Owner
There was a problem hiding this comment.
please use camelCase instead of PascalCase. In c# this is a naming convention for creating new variables (not applicable for constants) : https://www.mooclab.club/threads/what-is-the-difference-between-pascal-case-and-camel-case.5636/
balcanusebi
reviewed
Jul 20, 2020
CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/Services/CoffeeServiceTests.cs
Show resolved
Hide resolved
balcanusebi
reviewed
Jul 20, 2020
CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/Services/CoffeeServiceTests.cs
Outdated
Show resolved
Hide resolved
balcanusebi
requested changes
Jul 20, 2020
Owner
balcanusebi
left a comment
There was a problem hiding this comment.
Please do the required changes and push the files again
balcanusebi
reviewed
Jul 20, 2020
| { | ||
| var initial_Length_List = coffeeService.GetCoffees().Count; | ||
| var initialCoffeeLength = coffeeService.GetCoffees().Count; | ||
| var AddDetailsCoffe = new CoffeeModel(); |
Owner
There was a problem hiding this comment.
naming of this variable does not use camelCase, still PascalCase
balcanusebi
requested changes
Jul 20, 2020
Owner
balcanusebi
left a comment
There was a problem hiding this comment.
please fix the comments and push again
Added NBuilder package
Mocked services
…Class # Conflicts: # CoffeeMachineSimulator/CoffeeMachineSimulator.Services/Services/CoffeeService.cs # CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/CoffeeMachineSimulator.Tests.csproj # CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/Services/CoffeeServiceTests.cs
# Conflicts: # CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/Services/CoffeeServiceTests.cs
balcanusebi
requested changes
Jul 22, 2020
Owner
balcanusebi
left a comment
There was a problem hiding this comment.
Please first do a merge from master and push the changes again.
Added CoffeeDataEntitiesTable
…ration Sebastian/e fconfiguration
# Conflicts: # CoffeeMachineSimulator/CoffeeMachineSimulator.Services/Interfaces/IEspressoMachineService.cs # CoffeeMachineSimulator/CoffeeMachineSimulator.Services/Services/EspressoMachineService.cs # CoffeeMachineSimulator/CoffeeMachineSimulator.Tests/Services/EspressoMachineServiceTests.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.