mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Merge pull request #3137 from 4Science/issue-3055-some-renaming
Issue 3055 some renaming
This commit is contained in:
@@ -20,7 +20,7 @@ import org.dspace.scripts.factory.ScriptServiceFactory;
|
||||
import org.dspace.scripts.service.ScriptService;
|
||||
import org.junit.Test;
|
||||
|
||||
public class CurationTest extends AbstractIntegrationTestWithDatabase {
|
||||
public class CurationIT extends AbstractIntegrationTestWithDatabase {
|
||||
|
||||
@Test(expected = ParseException.class)
|
||||
public void curationWithoutEPersonParameterTest() throws Exception {
|
@@ -35,11 +35,11 @@ import org.slf4j.LoggerFactory;
|
||||
*
|
||||
* @author mhwood
|
||||
*/
|
||||
public class ITCurator
|
||||
public class CuratorReportTest
|
||||
extends AbstractUnitTest {
|
||||
Logger LOG = LoggerFactory.getLogger(ITCurator.class);
|
||||
Logger LOG = LoggerFactory.getLogger(CuratorReportTest.class);
|
||||
|
||||
public ITCurator() {
|
||||
public CuratorReportTest() {
|
||||
}
|
||||
|
||||
@BeforeClass
|
@@ -21,9 +21,9 @@ import org.junit.Test;
|
||||
*
|
||||
* @author mwood
|
||||
*/
|
||||
public class GroupServiceImplIT
|
||||
public class GroupServiceImplTest
|
||||
extends AbstractUnitTest {
|
||||
public GroupServiceImplIT() {
|
||||
public GroupServiceImplTest() {
|
||||
super();
|
||||
}
|
||||
|
@@ -35,7 +35,7 @@ import org.junit.Test;
|
||||
/**
|
||||
* Test class for the BitstreamEventProcessor
|
||||
*/
|
||||
public class BitstreamEventProcessorTest extends AbstractIntegrationTestWithDatabase {
|
||||
public class BitstreamEventProcessorIT extends AbstractIntegrationTestWithDatabase {
|
||||
|
||||
private ConfigurationService configurationService = DSpaceServicesFactory.getInstance().getConfigurationService();
|
||||
|
@@ -41,7 +41,7 @@ import org.mockito.Mock;
|
||||
/**
|
||||
* Test for the ExportEventProcessor class
|
||||
*/
|
||||
public class ExportEventProcessorTest extends AbstractIntegrationTestWithDatabase {
|
||||
public class ExportEventProcessorIT extends AbstractIntegrationTestWithDatabase {
|
||||
|
||||
@Mock
|
||||
private final HttpServletRequest request = mock(HttpServletRequest.class);
|
@@ -29,7 +29,7 @@ import org.junit.Test;
|
||||
/**
|
||||
* Test class for the ItemEventProcessor
|
||||
*/
|
||||
public class ItemEventProcessorTest extends AbstractIntegrationTestWithDatabase {
|
||||
public class ItemEventProcessorIT extends AbstractIntegrationTestWithDatabase {
|
||||
|
||||
|
||||
private final ConfigurationService configurationService
|
Reference in New Issue
Block a user