You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm fairly new to Xpect and have been trying to implement some custom logic to prepare resources in a project before Xpect tests run. Traditionally in JUnit this would be done using @Before. I see that current tests can make use of some setup logic. I'm a bit at a loss as to where I should be looking into in order to insert my setup logic akin to @Before, so that it can be run before any of tests are checked. I would appreciate your guidance.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm fairly new to Xpect and have been trying to implement some custom logic to prepare resources in a project before Xpect tests run. Traditionally in JUnit this would be done using
@Before
. I see that current tests can make use of some setup logic. I'm a bit at a loss as to where I should be looking into in order to insert my setup logic akin to@Before
, so that it can be run before any of tests are checked. I would appreciate your guidance.Thanks
The text was updated successfully, but these errors were encountered: