https://github.com/vkhorikov/goos
Growing Object-Oriented Software, Guided by Tests Without Mocks
https://github.com/vkhorikov/goos
Last synced: 5 months ago
JSON representation
Growing Object-Oriented Software, Guided by Tests Without Mocks
- Host: GitHub
- URL: https://github.com/vkhorikov/goos
- Owner: vkhorikov
- License: mit
- Created: 2016-07-02T00:13:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T11:21:03.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T23:23:35.409Z (about 2 years ago)
- Language: C#
- Size: 480 KB
- Stars: 42
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Growing Object-Oriented Software, Guided by Tests Without Mocks
======================================================The sample project from the [Growing Object-Oriented Software, Guided by Tests book](http://bit.ly/the-goos-book) rewritten without using mocks.
The article with the description behind it: [link](http://enterprisecraftsmanship.com/2016/07/05/growing-object-oriented-software-guided-by-tests-without-mocks/)
## Instructions
To run the application, change the path to the client and server applications [here](Source/Goos.Tests/EndToEnd/Tests.cs) (`ApplicationPath` and `ServerPath` constants) and run the [end-to-end tests](Source/Goos.Tests/EndToEnd/AuctionSniperTests.cs).