-
Notifications
You must be signed in to change notification settings - Fork 30
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
Send REST Request after junits execution of @Before #35
Comments
Try using @BeforeClass @afterclass methods instead. On Fri, Mar 1, 2013 at 11:48 AM, toldran [email protected] wrote:
|
Thats what we're doing in the meantime. But it took us a while to recognize the problem. |
Those are all JUnit annotations and they behave as such. And yes, a special annotation could be provided to be executed before each Will look into it, when I have some spare time. On Fri, Mar 1, 2013 at 1:02 PM, toldran [email protected] wrote:
|
thank you ;) and also thank you for the quick reply ;) |
i just came across this issue. Its very annoying since i need to setup my service before it is accessed by rest. so wrote a patch: |
Hi there,
thanks I recognized, that the Http Request is sent before executing junit invokes the @before Method. This is a problem for me, as I would like to set up the database of the called restservice before running the request.
Perhaps you could help here?
Thanks
andy
The text was updated successfully, but these errors were encountered: