-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Unit-Tests out of the Mock Server #15
Comments
Oooh nice idea. So, basically, using the JSON file to create test cases, and then you fill in the set-up yourself? |
https://github.com/sebs/interfake-test Here I will outline the idea. |
Great! Looking forward to it. |
Hey @sebs, it's been almost two years :) did you ever have any further thoughts on this? |
Ah yeah ;) |
Cool! I'm fond of this idea though so I'm gonna leave it here in the hopes that someone will pick it up 😄 |
When you want to move from the mock prototype to a real implementation, it could be handy to have some unit tests generated. Then throw away the mock server and write the real one against unit tests. Those dont need to be complete but think of getting a spec as developer that consists of unit tests ;)))
The text was updated successfully, but these errors were encountered: