mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50: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
|
||||
public void beforeEach() throws Exception
|
||||
public void filesystemBaseBeforeEach() throws Exception
|
||||
{
|
||||
primeFilesystem();
|
||||
QContext.init(TestUtils.defineInstance(), new QSession());
|
||||
@ -61,7 +61,7 @@ public class FilesystemActionTest extends BaseTest
|
||||
**
|
||||
*******************************************************************************/
|
||||
@AfterEach
|
||||
public void afterEach() throws Exception
|
||||
public void filesystemBaseAfterEach() throws Exception
|
||||
{
|
||||
cleanFilesystem();
|
||||
}
|
||||
|
Reference in New Issue
Block a user