mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-781 rename beforeEach and afterEach (to help avoid overwriting in sub-classes)
This commit is contained in:
@ -49,7 +49,7 @@ public class FilesystemActionTest extends BaseTest
|
|||||||
**
|
**
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
public void beforeEach() throws Exception
|
public void filesystemBaseBeforeEach() throws Exception
|
||||||
{
|
{
|
||||||
primeFilesystem();
|
primeFilesystem();
|
||||||
QContext.init(TestUtils.defineInstance(), new QSession());
|
QContext.init(TestUtils.defineInstance(), new QSession());
|
||||||
@ -61,7 +61,7 @@ public class FilesystemActionTest extends BaseTest
|
|||||||
**
|
**
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
@AfterEach
|
@AfterEach
|
||||||
public void afterEach() throws Exception
|
public void filesystemBaseAfterEach() throws Exception
|
||||||
{
|
{
|
||||||
cleanFilesystem();
|
cleanFilesystem();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user