Is there a way to have setup/teardown code automagically run before/after each test?
Something similar in effect to the @Before annotation available with jUnit.
Is there a way to have setup/teardown code automagically run before/after each test? Something
Share
Yes you can do it but only in group test :
For more information, read this news.